Grokking Beyond the Euclidean Norm of Model Parameters
The Euclidean norm explains some grokking experiments, especially those driven by weight decay, but it is not a universal measure of complexity. The relevant quantity is the property favored late in training.
This post develops the main idea of our ICML 2025 paper, Grokking Beyond the Euclidean Norm of Model Parameters (Notsawo et al., 2025). We will use the memorization time and the generalization time defined in What Is Grokking?.
Paper Pascal Jr Tikeng Notsawo, Guillaume Dumas, and Guillaume Rabusseau, Grokking Beyond the Euclidean Norm of Model Parameters, ICML 2025. arXiv · OpenReview
We demonstrate that grokking can be induced by Explicit regularization adds a penalty such as to the objective. Implicit regularization arises from the parameterization, optimizer, initialization, or data even when no corresponding penalty is written in the loss.. More precisely, when there exists a model with a property —for example, sparse or low-rank weights—that generalizes on the problem of interest, gradient descent with a small but non-zero regularization of —for example, or nuclear-norm regularization—can result in grokking. This extends previous work showing that small non-zero weight decay induces grokking.
Moreover, our analysis shows that overparameterization through depth can make it possible to grok or ungrok without explicit regularization, which is impossible in the corresponding shallow cases. We further show that the Euclidean norm is not a reliable proxy for generalization when the model is regularized toward another property : in many cases without weight decay, the Euclidean norm grows while the model generalizes anyway. Grokking can also be amplified solely through data selection, with every other hyperparameter fixed.
Why grokking?
We will present two previous explanations related to ours, highlight their limitations, and offer a more general explanation of the phenomenon based on regularization.
Goldilocks zone and LU mechanism
The Fort and Scherlis (2018) describe a shell in parameter space where the norm is neither too small to fit nor so large that overfitting dominates—hence “not too small, not too large.” Liu et al. (2023) connect this shell to grokking. (Fort and Scherlis, 2018; Liu et al., 2023) refers to a spherical shell in weight space, at an optimal weight norm , where models achieve good generalization. If , the model underfits and struggles to fit the training data. If , it overfits: training loss is low, but test loss is high.
The LU mechanism of Liu et al. (2023) describes the mismatch between how training and test losses behave as functions of . The training loss forms an L-shape: it decreases quickly and stays near zero for large , because many overfitting solutions exist at high norms. The test loss forms a U-shape: it is minimized near and increases for both smaller and larger norms.
According to this mechanism, the mismatch causes grokking. With a large initialization and small weight decay , the model first overfits at step : training loss drops while test loss remains high. It then drifts slowly toward because of weight decay, eventually reaching a point where generalization improves dramatically at step .
Why the Euclidean norm cannot be universal
This picture is useful, but a raw parameter norm depends on how we parameterize the same function. Consider where is This means that for every and every .. ReLU, for instance, is positive--homogeneous, while the quadratic activations often used for modular arithmetic (Gromov, 2023) are positive--homogeneous. The reparameterization
does not change the predictor, since
However, using and , its squared parameter norm becomes . This function decreases until
then increases, with both as and as . Thus, we can arbitrarily increase the norm of the parameters without changing the predictor or its generalization performance. The set of generalizing solutions is therefore not confined to one Euclidean shell around the origin.
There is also a direct experimental objection. We trained the same modular-addition MLP described in What Is Grokking? with a layerwise The entrywise norm promotes sparse weights; the Frobenius norm is the Euclidean norm of all entries; the nuclear norm is the sum of singular values and promotes low rank.. Let denote the collection of the model’s weight matrices. The three corresponding norms are
The first sum is the entrywise norm. In each experiment, the model is trained to minimize
where is the average cross-entropy loss on the training data , is the regularization strength, and is respectively , , or . All three induce delayed generalization. Under regularization, the Euclidean norm of the full parameter vector can even increase through generalization.
The conclusion is not that the LU picture is useless. It is that the horizontal axis must represent the An inductive bias is the preference that selects some fitting solutions over others. Here the relevant bias is whichever property the late dynamics continue to improve after the training loss is already small.. Sometimes this is the Euclidean norm; sometimes it is sparsity, low rank, smoothness, or a property induced implicitly by the parameterization.
From the kernel regime to the rich regime
Another explanation describes grokking as a transition from In the kernel regime, parameters move little and the network is well approximated by its linearization at initialization. In the rich regime, features themselves change substantially, allowing behavior unavailable to the fixed linearized model. (Lyu et al., 2023; Kumar et al., 2023). With a sufficiently large initialization, a neural network first behaves approximately like its linearization around initialization. Continued training can eventually leave this kernel regime and enter a rich regime in which the representation changes substantially.
Informal theorem Consider continuous-time gradient flow
Let be the initialization scale and set . Assume that for some fixed . Define the The neural tangent features are the derivatives of the model output with respect to its parameters at initialization. Their inner products define the neural tangent kernel, which governs the linearized training dynamics. at initialization by
Assume that these features are linearly separable in classification, or linearly independent in regression. Also assume that the model is For some , scaling all parameters by scales the model output by : . Bias-free feed-forward networks with homogeneous activations such as ReLU or LeakyReLU satisfy this property; for such networks, is the number of layers.. Then, as , the following holds for every fixed .
-
At the early time , the normalized gradient-flow solution points in the direction selected by the linearized NTK problem:
-
In binary classification, it represents the same classifier as the Among separating linear predictors, this solution minimizes under unit-margin constraints. After rescaling, that is equivalent to maximizing the smallest signed distance to the decision boundary. on the NTK features, whose direction is determined by
-
In regression, it follows the When many linearized predictors fit every training target exactly, the minimum-norm interpolator selects the one with the smallest Euclidean coefficient norm. in the NTK regime:
-
-
By continuing slightly longer, to , the dynamics leave the NTK regime. The normalized solution approaches the direction of a A Karush–Kuhn–Tucker point satisfies stationarity, primal and dual feasibility, and complementary slackness. Under constraint qualifications these conditions are necessary for a constrained local optimum, but in a nonconvex problem they are not sufficient. of the corresponding nonlinear minimum-norm problem
subject to in binary classification, or in regression, for every .
Here is an arbitrary fixed relative separation from the transition time . It is not an optimization-error tolerance. The time observes the dynamics an -fraction before , while observes them an -fraction after . A smaller places both observations closer to the transition. This is the informal version of the result in Lyu et al. (2023); the original paper gives its precise asymptotic formulation.
Remark Under the usual constraint qualifications, a KKT condition is necessary for a constrained local optimum, and therefore for a global optimum, but it is not generally sufficient—especially when the nonlinear problem is non-convex. KKT points are nevertheless commonly used in theoretical analyses of the implicit bias of gradient methods (Lyu and Li, 2020; Wang et al., 2021; Kunin et al., 2023).
This describes an important change in the dynamics, but the change alone does not imply that the model has learned the intended rule. A late transition generalizes only when the bias of the rich regime is aligned with the target. We will return to this point in “grokking without understanding”.
A property-based mechanism
Let denote the parameters being optimized. We consider
where is the training loss, measures the favored property, and is its strength. We write is the set of vectors satisfying for every . It replaces the gradient when a convex penalty is nonsmooth. for the convex subdifferential of at . Subgradient descent with step size gives
For small , the dynamics have two time scales.
- Memorization Initially, dominates . The iterates remain close to and rapidly reduce .
- Generalization Once and are small, the slower term becomes visible. It moves the solution toward smaller values of while the training loss remains small.
The paper formalizes the first phase with a local condition. For , define
and the Chatterjee–Łojasiewicz constant introduced by Chatterjee (2022)
We say that is -CL at when
The A PL inequality lower-bounds by a multiple of the objective gap throughout a region. The local CL condition packages such a gradient-to-loss ratio with enough radius to guarantee that the trajectory stays inside the region where the estimate is useful. (Chatterjee, 2022). PL-type inequalities have been shown to hold for wide overparameterized neural networks in a neighbourhood of their initialization (Liu et al., 2021). The advantage here is that we require the CL inequality only at initialization, whereas standard convergence results under the PL condition assume it over an entire region or domain (Karimi et al., 2020).
This condition only concerns a neighbourhood of the initialization. Under the regularity assumptions in Theorem 2.1 of the paper, if is -CL at , then sufficiently small and produce the two phases above. For some constant , the first reaches for any attainable precision Here means that the requested precision is not asymptotically smaller than a constant multiple of as . The theorem guarantees every tolerance above that floor., while staying in . For fixed tolerance and distance to the solution set, the sufficient late-phase horizon contains the factor .
Theorem 2.1 The following is the main two-phase theorem of Notsawo et al. (2025). Take with
and assume that is -CL at for some . Write
Assume that is twice continuously differentiable on a neighbourhood of and that the subgradients of are bounded on . Then there exist such that, for every , one can choose constants for which the following statements hold for every .
-
Fast phase. For any attainable precision
there is a with such that one may take
When , this choice is , and it satisfies
-
Late phase. Define
and assume that is nonempty. Let
and let
Suppose that, for ,
and, for a constant independent of , , and ,
Convexity of and is sufficient for (S). For every , the observation horizon
is sufficient to guarantee
If , define
When , the same interval contains an iterate satisfying
The first item formalizes memorization: for sufficiently small , the iterates stay near initialization and minimize geometrically down to any precision above the floor. If is too large, regularization may intervene before reaches a smaller precision. In the second phase, once is of the same order as , the regularizer drives the iterates toward small values of and . The sufficient delay is of order . The factor is absent from the continuous-time result of Lyu et al. (2023) because their dynamics are parameterized directly by time.
The bounds are for the best iterate in the interval. Condition (H) is a sufficient observation horizon; it is not asserted to be the exact first-crossing time.
Complete proof of Theorem 2.1
Show the complete five-step proof
We now prove both phases under the local assumptions above. The descent estimate used in the first phase is the second-order Taylor estimate from the report, equivalently the local descent lemma proved in Smoothness, Descent, and Cocoercivity.
Choice of the local constants
Set
and
These quantities are The closed finite-dimensional balls are compact. Continuity of and makes their norms attain finite maxima there, while boundedness of the subgradients of is assumed explicitly.. Because , we can choose and such that
Choose so that
and choose small enough that
Finally, define
The symbols and are local proof parameters; they are unrelated to the used in the preceding kernel-to-rich theorem.
Step 1: geometric decay while the loss gradient dominates
For brevity, write
Suppose that and that
The first condition in (3) ensures that the segment from to remains in . On that segment, is -smooth. Applying the descent lemma and then adding and subtracting the regularization contribution gives
The penultimate line uses (5), Cauchy–Schwarz, and ; the last line follows from (3). Because lies in the CL ball,
Consequently,
As long as (5) holds, iterating the first inequality yields
Step 2: the iterates remain in the CL neighbourhood
Assume that (5) holds for . From (7),
To bound the last sum, factor each difference and use Cauchy–Schwarz:
For the last inequality, we used (8) and
Combining (9) and (10), and using the definition of , gives
At , the right-hand side is strictly smaller than by (1). Since
we obtain . This proves inductively that every iterate remains in the CL ball for as long as the dominance condition (5) holds.
Step 3: the dominance condition lasts long enough
While (5) holds, local -smoothness and the update give
Fix an integer . If
then an induction using (12) gives, for every ,
Hence
Thus (13) guarantees the dominance condition, the geometric loss decay, and containment in the CL ball through step .
Step 4: reaching every precision above the floor
For , define
take when . Equation (8) gives . It remains to ensure that (13) is valid up to this step.
Define
If , then satisfies (13). Indeed, is at most one plus its unrounded value, and (14) is exactly the rearrangement of
Therefore for every , and . Finally, (6) and the nonnegativity of imply
Thus
which completes the proof of the fast phase.
Step 5: the late-phase distance argument
Take any . From (S),
Using the update and then (15), we obtain
Sum (16) from to . The squared-distance terms telescope, so dropping the final nonnegative distance gives
Divide by , bound the minimum by the average, and minimize over :
By (B) and (H),
Substitution into (17) proves (F).
Finally, suppose . Then ; otherwise a zero-loss point with smaller would contradict optimality in . Since ,
Taking the minimum over the interval and dividing (F) by proves (P). This completes the proof.
Sparse recovery: the ℓ₁ bias
Let be a sparse vector and suppose that we observe
where and is measurement noise. We optimize the coefficients using
This is the sparse-recovery specialization studied in Theorems 3.1 and 3.3 of Notsawo et al. (2025). The ideal formulation minimizes , the number of non-zero coefficients, subject to fitting the measurements within the noise tolerance. That problem is NP-hard (Natarajan, 1995), so directly counts nonzero entries but is combinatorial and nonconvex. is its tightest convex, positively homogeneous surrogate and can recover the same sparse solution under suitable measurement conditions. (Donoho, 2006; Chandrasekaran et al., 2012). See Foucart and Rauhut (2013) for a systematic treatment of compressed sensing.
With the near-zero initialization used in our experiment, the early, data-fit-dominated phase moves toward the The Moore–Penrose pseudoinverse selects, among all least-squares solutions, the one orthogonal to the null space of —equivalently, the solution with the smallest Euclidean norm.
This solution minimizes the measurement residual and, when lies in the range of , fits the measurements. In an underdetermined problem it need not equal the sparse target. After memorization, the subgradient dominates and pushes the iterates toward a sparse fitting solution.
Definition A matrix satisfies the No vector that is nearly invisible to may concentrate most of its mass on the target support . This prevents an alternative sparse vector from fitting almost the same measurements. with constants and relative to a set when
Recovery theorem If satisfies this property relative to the support of , then, under the learning-rate, regularization, and noise conditions of Notsawo et al. (2025), there exist constants such that the best iterate in the late phase satisfies
once .
When contains enough information for to be the stable minimum- fit, the recovery theorems give a best-iterate recovery error of order once the late-phase horizon is of order
In the noiseless scaling experiment, let We choose the first pair of recorded recovery errors lying within of the mean of the final three. If no such pair exists, we use the final checkpoint.. We observe
This is grokking in a recovery problem. A small residual marks memorization; a small recovery error marks generalization.
Small therefore lowers the observed recovery error, but makes the generalization phase longer. This is the same tradeoff predicted by the generic theorem.
Low-rank recovery: the nuclear norm
The matrix analogue replaces sparsity by low rank. Let have rank much smaller than , and observe
Here stacks the columns of one beneath another to form a vector in . and is the measurement matrix. We optimize the matrix through
where The nuclear norm sums the singular values. It is the matrix analogue of the norm and is the standard convex surrogate for rank.. If
then, from the near-zero initialization used in our experiment, the early phase approaches the least-squares fit , while the late nuclear-norm dynamics favor a low-rank solution. Under the recovery conditions in the paper, a best iterate has nuclear-norm recovery error of order once the late-phase horizon is of order
In the noiseless scaling experiment, again let denote the selected plateau checkpoint. We observe
where The spectral norm is the largest singular value, equivalently the largest Euclidean stretching factor of the matrix.. If is a For a rank- matrix, the thin SVD keeps only the positive singular values and their singular vectors: , , and ., the experiment selects the At , the nuclear-norm subdifferential contains with orthogonality and norm constraints on . Choosing gives the canonical element.. A pure regularization step decreases each positive singular value by until discretization causes an oscillation; the small loss gradient perturbs this picture.
We use Wedin’s theorem bounds the angle between singular subspaces of two nearby matrices in terms of the perturbation size divided by an appropriate singular-value gap. (Wedin, 1972) to control the variation of the singular vectors after memorization. When becomes negligible compared with , the singular values decay on multiple scales: the smallest singular value converges toward zero first, followed by the next smallest, until . This process takes steps. The formal argument is given in the appendix of Notsawo et al. (2025).
Matrix sensing, completion, and data selection
This framework encompasses several matrix-factorization problems. In Matrix sensing observes general linear measurements . Matrix completion is the special case in which each measurement reveals one entry of the matrix., one seeks from measurement matrices and observations
In standard matrix completion, each measurement selects one entry: for one-hot row and column vectors and ,
The recovery guarantees depend on the Leverage scores measure how strongly coordinate axes align with the leading row and column singular subspaces. High coherence means that a few entries carry disproportionate information; sampling those entries can be especially valuable in matrix completion. of the compact SVD :
measure how strongly each row and column aligns with the leading singular subspaces. For and , we select the first entries with the largest values of , then sample the remaining entries uniformly from the rest. As , performance improves: both the number of examples needed for generalization and the time needed to generalize decrease (Notsawo et al., 2025).
For compressed sensing, the direction is reversed: Measurements that are not aligned with the sparse coordinate basis mix information across coordinates. They reduce redundancy and make different sparse signals easier to distinguish with fewer observations. are beneficial, whereas high coherence between measurement vectors and the sparse basis is detrimental. Thus data selection can amplify or suppress grokking even when the model and optimization hyperparameters remain fixed.
Sparse and low-rank recovery make the point especially clean: generalization is controlled by the property that identifies the hidden object, not by a universal parameter norm.
Grokking without understanding
A late transition can still occur when the active bias is misaligned with the target. Return to sparse recovery, but replace regularization with weight decay:
For
gradient descent converges to the Ridge regression adds an penalty, making the normal-equation matrix invertible when and shrinking coefficients toward zero.
As , this approaches the minimum-Euclidean-norm least-squares solution. If , then
In particular, if has a non-zero component The measurements depend only on the projection of onto the row space of . Any orthogonal component lies in the null space and is therefore invisible to the data., the minimum-Euclidean-norm solution cannot recover perfectly; see Theorem 3.6 of Notsawo et al. (2025). With a large initialization, weight decay can nevertheless produce an abrupt late drop in a proxy error as the parameters move toward .
We call this grokking without understanding. A sharp transition in training loss, parameter norm, or another proxy does not establish recovery of the intended rule. The generalization observable must measure what we actually want the model to learn.
The bias need not be an explicit norm
The same mechanism extends beyond an explicit penalty in the objective.
Depth as an implicit bias
In sparse recovery, let and parameterize the effective coefficient vector with as
where denotes the coordinatewise product. The predictions remain , but gradient descent acts on the factors . Depth introduces overparameterization without changing the linear function class. With small initialization, the updates create an Although the predictor is linear in the effective coefficient , gradient descent occurs in factor space. Mapping those updates back to produces a state-dependent scaling of coordinates that preferentially amplifies sparse solutions. that promotes sparsity and can recover the target without an explicit term. Unlike the shallow case , depth can therefore replace regularization and permit recovery with fewer measurements.
For , a large initialization combined with small non-zero regularization can result in grokking, unlike the shallow case, where we observe grokking without understanding (Notsawo et al., 2025). Related work has established that depth can also produce an implicit low-rank bias in matrix factorization (Gunasekar et al., 2017; Arora et al., 2019; Gidel et al., 2019; Gissin et al., 2019; Razin and Cohen, 2020; Li et al., 2020).
Data selection as an implicit bias
As the matrix-completion experiment above shows, sampling entries with high leverage scores can lower the sample requirement and shorten recovery time. In compressed sensing, choosing measurements incoherent with the sparsifying basis plays the same role. The data determine whether the desired low-complexity solution is identifiable and how quickly it can be reached.
Nonlinear models
The same mechanism appears beyond linear inverse problems.
Algorithmic data
We consider addition modulo with a training fraction, as described in What Is Grokking?. For the MLP, and nuclear-norm regularization have the same qualitative effect on grokking as regularization: larger values of lead to faster grokking. The earlier norm-comparison figure varies across all three regularizers; the following figure also varies the learning rate for regularization.
Nonlinear teacher–student model
Consider a ReLU teacher
from to with hidden neurons, where , , and . We draw input-output pairs independently and optimize a student from a random normal initialization using
For , , and nuclear-norm regularization, the smaller is, the longer the delay between memorization and generalization. The following representative experiment uses and regularization.
Domain-specific regularization
PINNs use automatic differentiation to evaluate differential-equation residuals and add those residuals to the training objective, encouraging predictions that satisfy the governing equations. incorporate residuals of differential equations into the loss so that solutions remain consistent with physical laws (Raissi et al., 2019). Sobolev training matches derivatives of the target as well as function values. It therefore controls local behavior that ordinary pointwise supervision may leave unconstrained. extends this idea by matching derivatives of the target function (Czarnecki et al., 2017).
For a student learning from a teacher on inputs , a first-order Sobolev penalty is
It favors agreement of input derivatives; For a vector-valued function, the input Jacobian is the matrix whose entry is . It describes the local sensitivity of every output to every input coordinate.. Here the relevant property is Jacobian agreement, rather than the size of the parameter vector.
The common structure is simple: the fast dynamics fit the observations; the slow bias selects one fitting solution. Grokking occurs when that selection process eventually favors a solution that generalizes.
References
- Pascal Jr Tikeng Notsawo, Guillaume Dumas, and Guillaume Rabusseau, “Grokking Beyond the Euclidean Norm of Model Parameters”, ICML 2025.
- Stanislav Fort and Adam Scherlis, “The Goldilocks Zone: Towards Better Understanding of Neural Network Loss Landscapes”, 2018.
- Ziming Liu, Eric J. Michaud, and Max Tegmark, “Omnigrok: Grokking Beyond Algorithmic Data”, ICLR 2023.
- Andrey Gromov, “Grokking Modular Arithmetic”, 2023.
- Kaifeng Lyu, Jikai Jin, Zhiyuan Li, Simon S. Du, Jason D. Lee, and Wei Hu, “Dichotomy of Early and Late Phase Implicit Biases Can Provably Induce Grokking”, 2023.
- Tanishq Kumar, Blake Bordelon, Samuel J. Gershman, and Cengiz Pehlevan, “Grokking as the Transition from Lazy to Rich Training Dynamics”, 2023.
- Kaifeng Lyu and Jian Li, “Gradient Descent Maximizes the Margin of Homogeneous Neural Networks”, ICLR 2020.
- Bohan Wang, Qi Meng, Wei Chen, and Tie-Yan Liu, “The Implicit Bias for Adaptive Optimization Algorithms on Homogeneous Neural Networks”, ICML 2021.
- Daniel Kunin, Atsushi Yamamura, Chao Ma, and Surya Ganguli, “The Asymmetric Maximum Margin Bias of Quasi-Homogeneous Neural Networks”, ICLR 2023.
- Sourav Chatterjee, “Convergence of Gradient Descent for Deep Neural Networks”, 2022.
- Chaoyue Liu, Libin Zhu, and Mikhail Belkin, “Loss Landscapes and Optimization in Over-Parameterized Non-Linear Systems and Neural Networks”, 2021.
- Hamed Karimi, Julie Nutini, and Mark Schmidt, “Linear Convergence of Gradient and Proximal-Gradient Methods Under the Polyak–Łojasiewicz Condition”, 2020.
- B. K. Natarajan, “Sparse Approximate Solutions to Linear Systems”, SIAM Journal on Computing 24(2):227–234, 1995.
- David L. Donoho, “Compressed Sensing”, IEEE Transactions on Information Theory 52(4):1289–1306, 2006.
- Venkat Chandrasekaran, Benjamin Recht, Pablo A. Parrilo, and Alan S. Willsky, “The Convex Geometry of Linear Inverse Problems”, Foundations of Computational Mathematics 12(6):805–849, 2012.
- Simon Foucart and Holger Rauhut, A Mathematical Introduction to Compressive Sensing, Birkhäuser Basel, 2013.
- Per-Åke Wedin, “Perturbation Bounds in Connection with Singular Value Decomposition”, BIT Numerical Mathematics 12(1):99–111, 1972.
- Suriya Gunasekar, Blake E. Woodworth, Srinadh Bhojanapalli, Behnam Neyshabur, and Nati Srebro, “Implicit Regularization in Matrix Factorization,” Advances in Neural Information Processing Systems 30, 2017.
- Sanjeev Arora, Nadav Cohen, Wei Hu, and Yuping Luo, “Implicit Regularization in Deep Matrix Factorization”, 2019.
- Gauthier Gidel, Francis Bach, and Simon Lacoste-Julien, “Implicit Regularization of Discrete Gradient Dynamics in Deep Linear Neural Networks”, 2019.
- Daniel Gissin, Shai Shalev-Shwartz, and Amit Daniely, “The Implicit Bias of Depth: How Incremental Learning Drives Generalization”, 2019.
- Noam Razin and Nadav Cohen, “Implicit Regularization in Deep Learning May Not Be Explainable by Norms”, 2020.
- Zhiyuan Li, Yuping Luo, and Kaifeng Lyu, “Towards Resolving the Implicit Bias of Gradient Descent for Matrix Factorization: Greedy Low-Rank Learning”, 2020.
- M. Raissi, P. Perdikaris, and G. E. Karniadakis, “Physics-Informed Neural Networks: A Deep Learning Framework for Solving Forward and Inverse Problems Involving Nonlinear Partial Differential Equations”, Journal of Computational Physics 378:686–707, 2019.
- Wojciech Marian Czarnecki, Simon Osindero, Max Jaderberg, Grzegorz Świrszcz, and Razvan Pascanu, “Sobolev Training for Neural Networks”, 2017.
Cite this post
If you would like to cite this post, you can use the following BibTeX entry:
@misc{tikengnotsawo2025grokkingbeyondl2,
author = {Tikeng Notsawo, Pascal Jr.},
title = {{Grokking Beyond the Euclidean Norm of Model Parameters}},
year = {2025},
month = jul,
url = {https://tikquuss.github.io/blog/grokking-beyond-l2/},
note = {Blog post}
}