Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 662 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 662 Bytes

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