programming NN from scratch for educational purpuses
- test.csv.zip - the csv with test data of digit images
- train.csv.zip - the csv with train data of digit images
- network.py - the python script which implements the NN and classifies images
inspired by: https://www.youtube.com/watch?v=w8yWXqWQYmU