Deep learning topic

Deep learning is an AI function and a subset of machine learning, used for processing large amounts of complex data. Deep learning can automatically create algorithms based on data patterns.

List Deep learning repositories

DeepCORAL

212
Stars
42
Forks
Watchers

🧠 A PyTorch implementation of 'Deep CORAL: Correlation Alignment for Deep Domain Adaptation.', ECCV 2016

get-started-with-JAX

578
Stars
92
Forks
Watchers

The purpose of this repo is to make it easy to get started with JAX, Flax, and Haiku. It contains my "Machine Learning with JAX" series of tutorials (YouTube videos and Jupyter Notebooks) as well as t...

pytorch-deepdream

355
Stars
81
Forks
Watchers

PyTorch implementation of DeepDream algorithm (Mordvintsev et al.). Additionally I've included playground.py to help you better understand basic concepts behind the algo.

pytorch-GANs

370
Stars
54
Forks
Watchers

My implementation of various GAN (generative adversarial networks) architectures like vanilla GAN (Goodfellow et al.), cGAN (Mirza et al.), DCGAN (Radford et al.), etc.

pytorch-GAT

2.3k
Stars
313
Forks
Watchers

My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Cora dataset, GAT embeddings, an attention mechanism, and entropy...

pytorch-learn-reinforcement-learning

147
Stars
32
Forks
Watchers

A collection of various RL algorithms like policy gradients, DQN and PPO. The goal of this repo will be to make it a go-to resource for learning about RL. How to visualize, debug and solve RL problems...

Create naive (no temporal loss) NST for videos with person segmentation. Just place your videos in data/, run and you get your stylized and segmented videos.

pytorch-neural-style-transfer

354
Stars
77
Forks
Watchers

Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally included reconstruction scripts which allow you to reconstruct only the content or the style of the imag...

Chinese-Medical-QA-Data

60
Stars
23
Forks
Watchers

中文疾病诊断数据集(百万条),可用于中国人疾病分析、疾病诊断。

CVPR-2022-papers

469
Stars
59
Forks
Watchers

CVPR 2022 papers with code (论文及代码)