Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 361 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 361 Bytes

MLP-network-from-scratch

Multilayer perceptron network written from scratch in C++.

I followed this "A Gentle Introduction to Backpropagation" paper while implementing algorithms so it may be useful for anyone trying to understand what's going on in my code.