Skip to content
/ nnet Public

Neural network implementation and derivation from scratch with Numpy and Cython

Notifications You must be signed in to change notification settings

mateosss/nnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Neural network implementation and derivation from scratch with Numpy and Cython

Resources

Stars

Watchers

Forks