Implement a naive neural network framework, and train a classifier on MNIST dataset.
- CS231n Course Convolutional Neural Networks for Visual Recognition Course of Stanford University.
- DeepLearning.AI by Andrew Ng.
- CS231n Handouts Course Notes for CS231n.
- Numpy Docs A fundamental package for scientific computing with Python, based on which our NN framework is implemented.