Skip to content

Implemented Neural Networks for Digit Recognition (using the MNIST dataset)

Notifications You must be signed in to change notification settings

pmocal/neural-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

neural-networks in python

background

This code was entered into a Kaggle competition for recognizing digits in the MNIST dataset.

From the Kaggle competition page:

MNIST ("Modified National Institute of Standards and Technology") is the de facto “hello world” dataset of computer vision. Since its release in 1999, this classic dataset of handwritten images has served as the basis for benchmarking classification algorithms. As new machine learning techniques emerge, MNIST remains a reliable resource for researchers and learners alike.

My neural network achieved a score of 0.95780 when it was run on Kaggle's test data.

running the code

In neural-network.py there is a method called trainvalidate which shows both validation and training error.

About

Implemented Neural Networks for Digit Recognition (using the MNIST dataset)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages