Skip to content

basujindal/DeepLearningExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
basujindal
Feb 27, 2024
91c3f79 · Feb 27, 2024

History

30 Commits
Feb 27, 2024
May 4, 2023
Mar 1, 2023
Feb 27, 2024
Sep 21, 2023
Jan 1, 2024
Jan 1, 2024

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