CNN implemented from scratch using Python and Numpy
![](https://www.deeplearningdaily.com/wp-content/uploads/2021/05/cnn-implemented-from-scratch-using-python-and-numpy_60a0467232295-375x210.jpeg)
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