Deep learning models from scratch using C++ and Python

Implementing Deep learning models in C++ and Python.

Blog About

DNN with backpropagation in C++, part 9

CIFAR-10 image classification in C++

Read More

DNN with backpropagation in C++, part 8

Implementing convolution layer in C++

Read More

DNN with backpropagation in C++, part 7

Putting it all together

Read More

DNN with backpropagation in C++, part 6

Cross-entropy Error

Read More

DNN with backpropagation in C++, part 5

Adding Softmax layer

Read More

DNN with backpropagation in C++, part 4

Adding sigmoid activation in C++

Read More

DNN with backpropagation in C++, part 3

Dense layer with backpropagation and bias in C++

Read More

DNN with backpropagation in C++, part 2

Two layer NN with backpropagation in C++

Read More

DNN with backpropagation in C++, part 1

Dense layer with backpropagation in C++

Read More

Gumbel Softmax

Gumbel-Softmax

Read More