You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the code for a multi-layer perceptron neural network. The main code will run back prop to train the network with a specified number of epochs. Then, inference will be run on the weights and biases.
How to run it?
$ make
$ ./a.out
About
An artificial neural net with a customizable layer structure and training.