Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 351 Bytes

File metadata and controls

7 lines (4 loc) · 351 Bytes

Neural Network with Backpropagation using Python

A network with 5 neurons in the hidden layer and 3 neurons in the output layer was constructed. The network was trained for 500 epochs with a learning rate of 0.3. These parameters were found with a little trial and error, but you may be able to do much better.

Recommended Version

python 3.6