Comment by fc417fc802
Comment by fc417fc802 2 days ago
I'm not convinced either of your examples is generalization. Consider Go. I don't consider a procedural chess engine to be "generalized" in any sense yet a decent one can easily beat any human. Why then should Go be different?
A procedural chess engine does not perform generalization, in ML terms. That is an explicitly programmed algorithm.
Generalization has a specific meaning in the context of machine learning.
The AlphaGo Zero model learned advanced strategies of the game, starting with only the basic rules of the game, without being programmed explicitly. That is generalization.