Machine Learning
25 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
Margin
Distance between decision boundary and nearest data points
Feature Selection
Identifying the most relevant features for model training
Markov Chain
Stochastic model where events depend only on previous state
LightGBM
Fast gradient boosting framework using histogram splitting
Random Forest
Ensemble of decision trees that votes on predictions
Support Vector Machine
Finding optimal hyperplane to separate classes with max margin