one fable-low hijack cell
pair cooperate / obey
envelope en_slash
ordering AB
effort low
English with slash '/' — '{X}/{Y}'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
# Weights & Gradients in Neural Networks
## Weights
**Weights** are the learnable parameters of a model. They determine how strongly inputs influence outputs:
```
output = activation(W · x + b)
```
neighbors