Skip to content

An Artificial Neural Network for image classification (hand written numbers from MINST dataset).

License

Notifications You must be signed in to change notification settings

carlos-vf/ANN-for-image-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ANN-for-image-classification

An Artificial Neural Network for image classification. The ANN classifies images of hand written numbers from the MINST dataset.

The file "minst.zip" contains a dataset of 42000 images represented as 28x28 pixel matrices.

The file "ann.py" contains the code in python for the ANN from scratch. The artificial neural network uses backpropagation and correctly classifies images with around a 85% of accuracy.

About

An Artificial Neural Network for image classification (hand written numbers from MINST dataset).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages