Grokking
domluna.com
Grokking
1–10 of 31 posts
Re: Grokking
#2Re: Grokking
#3Re: Grokking
#4If you are interested in grokking you should have a look at this: Progress measures for grokking via mechanistic interpretability. https://arxiv.org/abs/2301.05217
"Gestalt psychologists emphasize that organisms perceive entire patterns or configurations, not merely individual components."
Re: Grokking
#5I assumed it did, but so many references to grokking don't mention the book (which goes into great detail about what it means)
Re: Grokking
#6Did this originate in "stranger in a strange land"? I assumed it did, but so many references to grokking don't mention the book (which goes into great detail about what it means)
Re: Grokking
#7Did this originate in "stranger in a strange land"? I assumed it did, but so many references to grokking don't mention the book (which goes into great detail about what it means)
Re: Grokking
#8Is this the same thing?
Re: Grokking
#9Re: Grokking
#10There was a post about v shapes in learning, both human and machine on the front page of HN a few days ago (can’t find the link). Is this the same thing?
The gist of double descent is that there exists a phenomenon where a _large_ model appears to over-fit as we expected from traditional ML, but then the val loss starts decreasing. The general consensus is that the model switches from memorization mode to interpolation mode which enables generalization.
In essence, the large number of parameters initially fit directly to the data, but then smooth out.
The reason we can continue improving the model is the fact that over-parameterized models always have a descent direction, simply due to the dimensionality of the model.
The paper that the post references, shows that by trading parameters with more training steps, we can have small models that exhibit similar if not identical behaviour.
[1] https://news.ycombinator.com/item?id=35683754
[2] https://chris-said.io/2023/04/21/double-descent-in-human-lea...