|
|
|
|
|
by Nevermark
982 days ago
|
|
That’s backwards. Training a model on more data improves generalization not memorization. To store more information in the same number of parameters requires the commonality between examples to be encoded. In contrast, the less data trained on, especially if repeated, lets the network learn to provide good answers for that limited set without generalizing. I.e. memorizing. —— It’s the same as with people. The more variations people see of something, the more likely they intuit the underlying pattern. The fewer examples, the more likely they just pattern match. |
|
> The fewer examples, the more likely they just pattern match.
A kid who uses a calculator and just fills in the answer to every question will see a lot more examples than a kid that learned by starting from simple concepts and understanding each step. But the kid who focused on learning concepts and saw way fewer problems will obviously have a better understanding here.
So no, you are clearly wrong here, humans doesn't learn that way at all. These models learn that way, you are right on that, but humans don't.