- CUDA simple add kernel implementation
- CUDA C++ Jupyter Notebook integration
- example implemetation of simple neural net
- simple cuda matrix implemetation
- layers: linear
- activations: relu, leaky_relu, sigmoid
- loss: BCE Cost
- example implementation of using cuDNN library
- convolution example implementation