Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 404 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 404 Bytes

CUDADL

This project is a learning project to recreate a simple deep learning library to get familiarized with CUDA and C++.

TODO

  • 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.