Neural Network Implementation from Scratch Read more on https://mateosss.github.io/nnet How to Run pip install -r requirements.txt python setup.py build_ext --inplace export OMP_PLACES=cores OMP_PROC_BIND=close CC=gcc-10 OMP_NUM_THREADS=4 python main.py How to Run Tests pytest -s