/PerceptronNeuralNet

An implementation of Perceptron Neural Net from scratch

Primary LanguagePython

PerceptronNeuralNet

An implementation of Perceptron Neural Network from scratch to identify hand written digits from MNIST dataset.

Architecture: input layer, two sigmoid hidden layer, softmax output layer

Out of sample accuracy: 98%