Errata
This list was compiled with the help from Lisa Zhu and Subhashis Mohanty.
Chapter 5
p. 70: The first bullet point should read a segment where the node is turned off (values close to 0 for sigmoid) instead of a segment where the node is turned off (values close to 0 for tanh, or -1 for sigmoid)
Chapter 6
p. 96: The error computation in the last code box should be error = 1/2 * (t - y) ** 2
instead of error = 1/2 * (t - z) ** 2
.