Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 325 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 325 Bytes

Basic neural network with Keras

This neural network, through MNIST, takes an image and tries to classify it as a digit. Keras is used to create the model and Matplotlib is used to plot the information.

This exercise was done following an article by Victor Zhou. https://victorzhou.com/blog/keras-neural-network-tutorial/