#Identification of handwritten digits This is a Python-reimplementation of programming exercise 4 from the Coursera course on machine learning. The implemented neural network identifies handwritten digits.
##Dependencies
##Files
neural.pycomputes the weights from the data inex4data1.mat.quiz.pydemonstrates the performance of the classification.showFeatures.pyvisualizes some features of the data.bestTheta.npzcontains the computed weights. This file is overwritten when runningneural.py.