psrikanthm / cnn-from-scratch

Implement feedforward, convolution neural network in C++ with only built-in libraries. This is a tutorial style project which implements back propagation in neural networks without using external libraries. A 2D Tensor is defined and all the required Linear Algebra operations are defined to perform required computations. Both the networks are te…
26Updated 6 years ago

Alternatives and similar repositories for cnn-from-scratch:

Users that are interested in cnn-from-scratch are comparing it to the libraries listed below