In this project, I will be implementing neural nets, and in particular the most common algorithm for learning the correct weights for a neural net from examples. Given the code structure for a Perceptron and a multi-layer NeuralNet class, I am responsible for filling in some missing functions in each of these classes. This includes writing code for the feed-forward processing of input, as well as the backward propagation algorithm to update network weights.

Built With

Share this project:

Updates