This repository contains the hands-on materials used in the deep learning course by PadhAI.
The course is now available here at Guvi!
Each folder inside the repo contains the code for the respective topic and has support to execute the code directly in Google colab and/or Kaggle Kernels without worrying about installing the dependencies
- Activation Function and Weight Initialization Methods: Analyzing the effect of activations and weight initialisation methods on deep neural network.
- Overfitting and Regularization: concept of overfitting in deep neural networks and how regularization helps to address the problem of overfitting.
- PyTorch Intro: Tutorial code for deep learning researchers to learn PyTorch using GPU in Colab.
- Feed-forward NN with Pytorch: Tutorial code for building feedforward neural networks using PyTorch.
- Image Classification Using PyTorch: Building Image classifier using PyTorch on CIFAR10, FashionMNIST datasets
- Visualizing CNN Models: Visualizing the filters present in CNN.
- Batch Normalization and Dropout in Neural Networks: Batch Norm and Dropout explained with PyTorch
$ git clone https://github.com/One-Fourth-Labs/DeepLearning-PadhAI.git
$ cd DeepLearning-PadhAI/
- Python 3.5+ & Jupyter Notebook Setup (or just Google Colab)
- PyTorch 0.4.0+
Thanks to NiranjanKumar for compiling the Padhai-Deeplearning course NoteBooks into a repo!