Machine Learning
150 views
Backpropagation
Quick Definition
Algorithm computing gradients for neural network weight updates
Full Definition
The fundamental algorithm for training neural networks by computing gradients using the chain rule.
Examples
neural network training, deep learning, optimization
Related Terms
gradient-descent
neural-network
loss-function
More Machine Learning Terms
Active Learning
Algorithm selecting most informative data points for labeling
Self-Supervised Learning
Generating supervisory signals from unlabeled data for training
Regularization
Techniques constraining model complexity to prevent overfitting
Hidden Markov Model
Statistical model with hidden states and observable outputs
Logistic Regression
Statistical model estimating binary outcome probabilities
PCA
Statistical technique reducing dimensionality via principal components