Check out the write up of this project.
The goal of this project is to implement a simple neural network in C++ that is GPU accelerated via CUDA.
- [DONE] Implement non-accelerated net
- [DONE] Optimize net architecture a little for MNIST data
- [DONE] Implement CUDA-accelerated matrix functions
- [DONE] Quantitatively compare accelerated vs non-accelerated performance