April 2026
461 pages
17h 56m
English
The diagram in Figure 5.11 serves as a plan for the implementation. The letters I, H, and O denote the input, hidden, and output layers. W_HI are the weights from the input layer (2 + 1 neurons) to the hidden layer (2 + 1 neurons). W_OH stands for the weights from the hidden layer (2 + 1 neurons) to the output layer (1 + 1 neuron). The 1 in the number of neurons always comes from the bias neuron at index position 0.
Figure 5.11 Network Components
The numbers denote the indexes for the subsequent arithmetic operations. The weights in the matrix are arranged in exactly the way we described earlier. The “from” ...
Read now
Unlock full access