Back to main page

Building a Neural Network From Scratch

The data and code can be found on myDriveor onGithub

The inspiration for this project came fromthisplaylist from3Blue1Brownwhere he explains what are neural networks and how do they work. It is only meant to be used as a learning tool but feel free to play around with it! ;)

Goal: The 'hello world' of machine learning.

Using theMNIST databaseto recognize hand written digits. The MNIST database is a large dataset of handwritten digits used widely in machine learning and image processing for benchmarking classification algorithms. It contains 60,000 training images and 10,000 testing images, all grayscale and 28x28 pixels.

More explanation can be found on the README file

README.md