All Projects → shubham14 → Deep-Learning-Pytorch

shubham14 / Deep-Learning-Pytorch

Licence: other
A repo containing code covering various aspects of deep learning on Pytorch. Great for beginners and intermediate in the field

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Deep-Learning-Pytorch

Generative MLZSL
[TPAMI Under Submission] Generative Multi-Label Zero-Shot Learning
Stars: ✭ 37 (-37.29%)
Mutual labels:  generative-adversarial-network, pytorch-implementation
Alae
[CVPR2020] Adversarial Latent Autoencoders
Stars: ✭ 3,178 (+5286.44%)
Mutual labels:  generative-adversarial-network, pytorch-implementation
gan-vae-pretrained-pytorch
Pretrained GANs + VAEs + classifiers for MNIST/CIFAR in pytorch.
Stars: ✭ 134 (+127.12%)
Mutual labels:  generative-adversarial-network, pytorch-implementation
deep-blueberry
If you've always wanted to learn about deep-learning but don't know where to start, then you might have stumbled upon the right place!
Stars: ✭ 17 (-71.19%)
Mutual labels:  generative-adversarial-network, pytorch-implementation
subjectiveqe-esrgan
PyTorch implementation of ESRGAN (ECCVW 2018) for compressed image subjective quality enhancement.
Stars: ✭ 12 (-79.66%)
Mutual labels:  generative-adversarial-network, pytorch-implementation
pytorch-gans
PyTorch implementation of GANs (Generative Adversarial Networks). DCGAN, Pix2Pix, CycleGAN, SRGAN
Stars: ✭ 21 (-64.41%)
Mutual labels:  generative-adversarial-network, pytorch-implementation
Anime2Sketch
A sketch extractor for anime/illustration.
Stars: ✭ 1,623 (+2650.85%)
Mutual labels:  generative-adversarial-network
Pytorch-conditional-GANs
Implementation of Conditional Generative Adversarial Networks in PyTorch
Stars: ✭ 91 (+54.24%)
Mutual labels:  generative-adversarial-network
MultiGraphGAN
MultiGraphGAN for predicting multiple target graphs from a source graph using geometric deep learning.
Stars: ✭ 16 (-72.88%)
Mutual labels:  generative-adversarial-network
publications-arruda-ijcnn-2019
Cross-Domain Car Detection Using Unsupervised Image-to-Image Translation: From Day to Night
Stars: ✭ 59 (+0%)
Mutual labels:  generative-adversarial-network
ViNet
ViNet Pushing the limits of Visual Modality for Audio Visual Saliency Prediction
Stars: ✭ 36 (-38.98%)
Mutual labels:  pytorch-implementation
DCGAN-CIFAR10
A implementation of DCGAN (Deep Convolutional Generative Adversarial Networks) for CIFAR10 image
Stars: ✭ 18 (-69.49%)
Mutual labels:  generative-adversarial-network
gans-2.0
Generative Adversarial Networks in TensorFlow 2.0
Stars: ✭ 76 (+28.81%)
Mutual labels:  generative-adversarial-network
Generative Continual Learning
No description or website provided.
Stars: ✭ 51 (-13.56%)
Mutual labels:  generative-adversarial-network
binarygan
Code for "Training Generative Adversarial Networks with Binary Neurons by End-to-end Backpropagation"
Stars: ✭ 25 (-57.63%)
Mutual labels:  generative-adversarial-network
progressive-growing-of-gans.pytorch
Unofficial PyTorch implementation of "Progressive Growing of GANs for Improved Quality, Stability, and Variation".
Stars: ✭ 51 (-13.56%)
Mutual labels:  generative-adversarial-network
GAN-LTH
[ICLR 2021] "GANs Can Play Lottery Too" by Xuxi Chen, Zhenyu Zhang, Yongduo Sui, Tianlong Chen
Stars: ✭ 24 (-59.32%)
Mutual labels:  generative-adversarial-network
Paper-Notes
Paper notes in deep learning/machine learning and computer vision
Stars: ✭ 37 (-37.29%)
Mutual labels:  generative-adversarial-network
SMILE
SMILE: Semantically-guided Multi-attribute Image and Layout Editing, ICCV Workshops 2021.
Stars: ✭ 28 (-52.54%)
Mutual labels:  generative-adversarial-network
speech-enhancement-WGAN
speech enhancement GAN on waveform/log-power-spectrum data using Improved WGAN
Stars: ✭ 35 (-40.68%)
Mutual labels:  generative-adversarial-network

Deep-Learning-Pytorch

A repo containing code covering various aspects of deep learning on Pytorch. Great for beginners and intermediate in the field

Dependencies

# Python 3.7+
# Pytorch 0.4+ (along with torchvision)
# Numpy
# Torchtext
# Pandas
# openai-Gym

Repo Structure

# CNN Vision: contains numpy code on backpropgation over simple layers like linear, batchnormalization and CNN and Pytorch code for VGG-11
# RNN_LSTM NLP: contains numpy code on backpropgation over simple layers like multi-step RNN, multi-step LSTM for applications like image-captioning(written from scratch) and sentiment classification using torchtext and Pytorch
# Generative models: Contains code for Conditional VAE, GANs and siamese network
# Reinformcement Learning: Algorithms implemented include A2C, REINFORCE and DQN for cartpole problem.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].