TensorFlow | Keras | PyTorch
Code repository for IIT Bombay ML/DL course (2021).
Contents of the code repository:
Machine Learning part:
- Linear Regression - Includes SkLearn-based implementation and code from scratch.
- Logistic Regression - Includes SkLearn-based implementation and code from scratch.
- K Nearest Neighbors classifier
- K Means clustering - Code to handle a segmentation task.
- Decision tree classifier
- Naive Bayes
- Support vector machine classifier
Deep Learning part:
- Fully connected networks
- Convolutional neural networks - For both image and NLP.
- Recurrent neural network - For NLP.
- VGG Net - Using pretrained network and finetuning and its implementation from scratch.
- Speech and NLP tasks
- Image captioning - Using transformers.
- Image to image translation - Using conditional GANs.
- Machine translation of language - Using transformers.
- Multitask learning.
- Autoencoder for image denoising.
- VAE for mnist.
- U Net for image segmentation.
- RCNN for airplane detection.