Discussion of article "Multilayer perceptron and backpropagation algorithm" - page 2

 

"Below is a function calledinitialize_network() that creates the weights for our neural network."

And immediately below...

// Forward propagate input to a network output
void forward_propagate(void)
...
...