l2_penalty
std.loss.l2_penalty · Level L0L2 weight penalty. Calls frobenius_sq.
λ·‖W‖²_F
Signature
l2_penalty(W: f64[k, n], lam: f64[]) → f64[]
Structure
The function as NOVA stores it: one box per input, operation and output, and arrows that carry values. A double border marks a call to another library function; select it to open that function.
- input
- operation
- constant
- call
- output
Verification
- Signature proven by NOVA’s shape solver, for every size.
- Equal to the reference
lam * np.sum(W ** 2)in exact rational arithmetic, on all 40 test cases. - All 40 float64 results inside the running error bound; the closest uses 45% of it.
- Interpreter and NumPy backend return bit-identical results.
Accuracy in detail
- correctly rounded (the float64 nearest the exact value)
- 63%
- bit-equal to the NumPy formula in float64
- 100%
- largest error, in units in the last place
- 1.43
Identity
sha256:04bbd2b304fc1dbdcb07503b57b9a9bf1b8788e5113b2ff9e45f3a6c0a5d2f38The semantic hash of the graph. It changes when the program changes, and never when only its documentation does.