This project is for educational purpose only. The code is based on the CS231n Convolutional Neural Networks for Visual Recognition by Andrej Karpathy. Recommended to understand how convolutional networks works, look inside each component and build it from scratch with numpy.
pip install numpy
The test case was stracted from Karpathy's example
python test.py