Deep Learning · Level 2 of 5
Layer Normalization
Normalizing activations across features within each example.
It does not require statistics across examples in the batch.
Example
A language model normalizes a token's hidden vector.
Listen to the definition and example
Audio transcript
Layer Normalization. Normalizing activations across features within each example. It does not require statistics across examples in the batch. For example: A language model normalizes a token's hidden vector.
Explore this concept
Why it matters
This helps explain why a neural model learns well, becomes unstable, or fails to generalize.
Start with
Quick recall question
Try answering before looking back at the definition.