C++ library for artificial neural networks. Can be compiled for execution on NVIDIA-GPUs (using CUDA).
Demo app for MNIST included.
You can build by either using cmake or build.sh/build.bat.
- Full CUDA-support (all operations on GPU)
- Performance optimization
- Convolutional neural networks
- Demo app: Traffic sign recognition