Skip to content

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

Notifications You must be signed in to change notification settings

DrakeEntity/Deep-Learning-Pytorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.1%
  • Jupyter Notebook 7.9%