Alba 3 Stage Neural Network
Download HERE
About:
This is a neural network done from scratch in C++ by Cameron
I made this as ML was not something i was particularly fimilar with in th sense that i didnt know how it worked under the hood, so after a talk with my professor i decided to build a simple 3 stage neural network from scratch
So far it works of the Input,Hidden,Output model of neural networks, utilising forward and backward propagation algorithims to pass data between layers