Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Jan 22, 2020
1 parent 600cc9c commit 507254f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions errata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@
- pg 42: It should be "eta=0.01" instead of "eta=0.1" in the sentence

> So, let's choose two different learning rates, eta = 0.1 and eta = 0.0001, to start with and plot the cost functions versus the number of epochs to see how well the Adaline implementation learns from the training data.

## Chapter 13

- pg. 469: Instead of `tf.keras.activations.tanh(z)` it should be `tf.keras.activations.relu(z)`.

0 comments on commit 507254f

Please sign in to comment.