Skip to content

basujindal/DeepLearningExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML notebooks

Deep Learning

Computer Vision

  • conv_example.py: Python code to train a Convolution NN on custom dataset, using pytorch dataloader. (End2end example)

  • GAN.ipynb: Train a DCGAN on CelebA dataset to generate fake faces.

  • DCGAN.ipynb: Train a DCGAN on MNIST dataset to generate fake digits.

GAN

  • Training challenges: -- Use small batch size especially if model is small, large batch size may train Discriminator very fast during early phase of training.

NLP

  • dataprep_bpe.ipynb: Example notebook to load custom Language dataset for Machine translation and tokenize it using Transformers Library with Byte Pair Encoding.

  • transformers.ipynb: Train a custom transformer model for Machine Translation

RL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published