Machine Learning
149 views
Batch Normalization
Quick Definition
Normalizing layer inputs to stabilize and speed up training
Full Definition
A technique normalizing layer inputs during training to stabilize and accelerate neural network convergence.
Examples
faster training, reduced covariate shift, higher learning rates
Related Terms
deep-learning
neural-network
gradient-descent
More Machine Learning Terms
Precision Recall
Metrics measuring positive prediction quality and coverage
Dimensionality Reduction
Reducing feature count while preserving important information
Reinforcement Learning ML
Learning optimal decisions through environment interaction
Linear Regression
Modeling variable relationships by fitting a linear equation
Self-Supervised Learning
Generating supervisory signals from unlabeled data for training
Supervised Learning
Learning from labeled training data with input-output pairs