Small neuralnetwork program
You need matplotlib, tqdm and numpy
For running the tests, you need flake8 and pytest
These packages can be installed by:
pip install -r requirements.txt
For checking the style run the file with:
flake8 --config flake8.config $File