one fable-low hijack cell
pair gradient / weights
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked weights (second-offered)
· classifierB
· tiernone
response (200 chars)
# Gradient → Weights: The Update Step
In gradient descent, gradients flow back to update weights:
$$w_{new} = w_{old} - \eta \cdot \frac{\partial L}{\partial w}$$
**The pipeline:**
1. **Forward pa
neighbors