/DigitRecognizer

A hand-written-digit recognition program using a feed forward neural network. Warning: slow. Primarily created to test out different initialization methods and different ways to implement things like dropout.

Primary LanguagePython

DigitRecognizer

A hand-written-digit recognition program using a feed forward neural network. This program is purposed for a predictive algorithm competition on Kaggle.

This project also contains a module, PyNeural, which is meant to be used as a neural network system for machine learning.