Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 373 Bytes

File metadata and controls

5 lines (5 loc) · 373 Bytes

SIMPLE-PYTHON-BASED-NUERAL-NETWORK-TRAINING

This demonstrates a basic implementation of a feedforward neural network with one hidden layer assuming baises to be zero, trained for 1500 iterations, using sigmoid activation functions and a simple backpropagation algorithm for training.

REQUIREMENTS