layout: post title: "Reading Notes of Grokking Deep Learning Chapter 4" date: 2019-04-21 23:21 comments: true
Following the last post, I will continue to summarize key points of Chapter 4 in this blog.
Nearly all supervised learning projects can be divided into 3 parts,
predict, compare, learn
so chapter 3 focus on predicting part and chapter will focus on comparing and learning.
Simple Code and Simple Math but the concept is very important:
Learning is adjusting the weight to reduce the error to 0!
With derivatives, you can pick any two variables in any formula, and know how they interact! It is the sensitivity between two variables.
the simplest way to prevent overcorrecting weight updates!
Not solving the overshooting problem just a way to make weight update smaller.
The benefits of transfer learning: