Machine Learning
150 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
LightGBM
Fast gradient boosting framework using histogram splitting
Gradient Boosting
Sequential ensemble method correcting previous model errors
Decision Tree
Tree-like model splitting data based on feature values
Random Forest
Ensemble of decision trees that votes on predictions
ARIMA
Statistical model for time series analysis and forecasting
Multi-Task Learning
Training one model for multiple related tasks simultaneously