Neural Nets I
This project is an exercise in building ANN architectures from scratch and writing Backpropagation in numpy. MNIST: Our numpy ANN with 1 hidden layer with only 30 nodes on 10 classes handwritten digit MNIST dataset achieves test error of 4.4% (accuracy 95.6% !!). ...