/Digit-Recognizer

Built an artificial neural network for digit recognition from scratch applying the feedforward and backpropagation algorithms using numpy, used sigmoid function for the hidden layer followed by softmax function with cross-entropy function for the output layer to get an accuracy of 87.4%.

Primary LanguagePython

This repository is not active