#Machine Learning Learning machine learning.
Learningdirectory has mostly usless stuff, that was written to learn the concepts behind the logistic regression.digit_recognizeris a package for linear digit classification using logistic regression.skynet.pyis the backend code for digit classification. It's written as a library that is used by other files in this package.draw.pyis a frontend application based on tkinter in which you write digits that are then recognized by the computer.server.pyis a simple server that trains the digit classifier based on the data uploaded to it.utilsis a subpackage with utility programs that make training the digit recognizer easier.convert.pyconverts data that you can download from kaggle to a strictly binary image set where 0 represents white and 1 represents black. We discovered that recognition is more accurate this way.matrix_to_images.pydisplays engine matrix as a series of images. Each image represents one row in the engine matrix. This way you can see where the image has to be colored in and where it mustn't be if you want the image to be recognized as a certain digit.