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…
☆27Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for cnn-from-scratch
- My C++ deep learning framework & other machine learning algorithms☆81Updated last year
- CNN implementation from scratch☆36Updated 6 years ago
- Simple neural network implementation using CUDA technology. It is an educational implementation.☆93Updated 6 years ago
- My solutions to Udacity's Parallel Programming course (CS 344)☆9Updated 8 years ago
- Neural network from scratch in CUDA/C++