ageron / handson-ml2

A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
Apache License 2.0
27.8k stars 12.74k forks source link

erratum ? #562

Open MehdiMaboudi opened 2 years ago

MehdiMaboudi commented 2 years ago

Should not be "input" connection? image

ageron commented 2 years ago

Hi @MehdiMaboudi ,

Thanks for your feedback. 👍 I agree that this formulation was really unclear. In the upcoming 3rd edition, I changed this sentence to this:

Then it computes how much each output bias and each connection to the output layer contributed to the error. This is done analytically by applying the chain rule (perhaps the most fundamental rule in calculus), which makes this step fast and precise.