/exercise_3

Implementation of a simple neural network with one hidden layer and training with backpropagation

Primary LanguagePython

Neural Network and Backpropagation

This project was an exercise in implementing the backpropagation algorithm for a general feed-forward neural network. The network used in the exercise is a simple one with one hidden layer.