1.
Review questions 10.2, 10.6, and Exercise 10.1
Review questions 11.3 and 11.4
Review questions 12.1, 12.2 (and how to use Bayes' Theorem)
Review questions 13.1 (minus deception) and 13.2
Below is a relatively simple neural network as described in your book. Using the weights and biases provided, complete the table indicating whether or not the hidden nodes and the overall network “fired” for each of the four possible combinations of inputs.

W0,3 = -0.5
W1,3 = 1.5
W2,3 = - 2.5
W0,4 = 1.5
W1,4 = 1
W2,4 = 1
W0,5 = 0.5
W3,5 = 1
W4.5 = 1
|
Input 1 |
Input 2 |
Hidden Node 3 |
Hidden Node 4 |
Output Node 5 |
|
0 |
0 |
|
|
|
|
0 |
1 |
|
|
|
|
1 |
0 |
|
|
|
|
1 |
1 |
|
|
|