This project is a learning project to recreate a simple deep learning library to get familiarized with CUDA and C++.
- Get some simple matrix multiplication going
- Optimize Matrix multiplication
- Implement a good structure for the project
- Add support for compilation with CMake
- Define a simple FeedForward NN
- Create a simple dataset to be able to test.