gitextract_qagr5j_h/ ├── .gitignore ├── License.md ├── Matrix.cpp ├── Matrix.hpp ├── MatrixExceptions.hpp ├── NeuralNet.cpp ├── NeuralNet.hpp ├── README.md ├── data/ │ ├── test_data/ │ │ └── mnist_test_10.txt │ └── training_data/ │ └── mnist_train_100.txt ├── main.cpp ├── reports/ │ ├── 60000 training dataset report.txt │ └── example report.txt ├── saved_nets/ │ ├── 2016-8-23--16-12-08.nn │ ├── 2016-8-24--07-12-33.nn │ └── 60,000vs10,000--2016-8-22--01-12-07.nn └── tests.cpp