Loading slide
Loading contents...
This module followed one idea across four decades.
The lesson was never that one person suddenly invented learning. Each step reused earlier mathematics, machinery, and questions.
Training changes weights and biases inside a fixed structure. Saving those values preserves what the network learned. Loading them into the matching structure lets inference use that learning on new input.
One problem still remained. In a deep network, the useful correction could weaken before it reached the earliest layers.
The next module begins with that obstacle.
Learning can take a long time, but we do not want to repeat it for every new example.
So we save the numbers the machine learned and reuse them when it sees something new.