Created scripts for ANN,DNN, and CNN from scratch to identfity handwritten digits from the MNIST data-set.
- nnSctipt.py : Artificial Neural Network
- deepnnScript.py: Deep Neural Network
- cnnScript.py : Convoultion Neural Network
The observations and results are in the Machine Learning Report.