neural-network-from-scratch icon indicating copy to clipboard operation
neural-network-from-scratch copied to clipboard

CNN implemented from scratch using Python and Numpy

neural-network-from-scratch

demo_result

Project commands

Install requirements

make install

Train model

make train

Execute trained

make run

Test

make test