CNN implemented from scratch using Python and Numpy

neural-network-from-scratch
CNN implemented from scratch using Python and Numpy.
Project commands
Install requirements
make install
Train model
make train
Execute trained
make run
Test
make test
GitHub