All the code files related to the deep learning course from PadhAI
-
Updated
Apr 13, 2020 - Jupyter Notebook
All the code files related to the deep learning course from PadhAI
MNIST classification using Multi-Layer Perceptron (MLP) with 2 hidden layers. Some weight-initializers and batch-normalization are implemented.
a simple neural network
Compare vanishing gradient problem case by case.
Fully connected neural network for digit classification using MNIST data
Generic L-layer 'straight in Python' fully connected Neural Network implementation using numpy.
The aim of this project is to implement an image classifier based on convolu- tional neural networks. Starting by implementing a simple shallow network and then refining it until a pre-trained ResNet18 is implemented, showing at each step how the accuracy of the model improves. The provided dataset (from [Lazebnik et al., 2006]) contains 15 cate…
Using advanced deep learning techniques on the MNIST dataset. Over 98% validation set accuracy.
Add a description, image, and links to the he-initializer topic page so that developers can more easily learn about it.
To associate your repository with the he-initializer topic, visit your repo's landing page and select "manage topics."