A lightweight convolutionary neural network library with built in (Num/Cuda)py with built-in LeNet support
- Run setup.py with python setup.py sdist bdist_wheel
- Run pip install on the build files
This library will automatically detect cuda capable devices and choose either numpy or cudapy. It is comprised of layers similar to the pytorch library, see the layer.py abstract class.