Normalization Glossary

Browse 3 normalization terms defined in plain English, from the cultural dictionary of computing.

3 Normalization Terms

CSS Reset
A baseline stylesheet that reduces or removes browser default styling so a project starts from a more predictable visual foundation. CSS resets help smooth...
Group Normalization
A normalization method that standardizes activations within channel groups instead of across the batch. It influences how models are trained, evaluated, or...
Layer Normalization
A normalization method that standardizes activations across features within each example. It influences how models are trained, evaluated, or served, and it...

Related Topics