MNIST classification using Multi-Layer Perceptron (MLP) with 2 hidden layers. Some weight-initializers and batch-normalization are implemented.
-
Updated
Jan 20, 2017 - Python
MNIST classification using Multi-Layer Perceptron (MLP) with 2 hidden layers. Some weight-initializers and batch-normalization are implemented.
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.
This project predicts used car prices using a feedforward neural network regression model implemented in PyTorch. Features include car age, mileage, and other attributes. The pipeline supports feature normalization, train/validation/test splitting, and visualization of training and validation loss curves.
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."