Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 750 Bytes

File metadata and controls

10 lines (9 loc) · 750 Bytes

Handwritten Digit Classifier using an Artificial Neural Network

Written by: Jean Pierre C. Aldama¶ Date: 3/8/2020 4:35 AM

Description:

This notebook classifies the MNIST handwritten digit images as a number 0 - 9. We are using the MNIST Database which is available at http://yann.lecun.com/exdb/mnist/

Requirements: pip install tensorflow keras numpy mnist matplotlib

we recommend installing the latest version of Anaconda which can be downloaded at https://www.anaconda.com/distribution/#download-section (We are using Anaconda for python 3.x)

[Quaxis Research/Innovation]

***Special Thanks to youtube channel https://www.youtube.com/channel/UCbmb5IoBtHZTpYZCDBOC1CA please visit if you want to dive deeper.