Machine Learning
149 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
Bagging
Training models on random subsets and averaging predictions
Support Vector Machine
Finding optimal hyperplane to separate classes with max margin
Clustering
Grouping similar data points based on feature similarity
Unsupervised Learning
Discovering hidden patterns in unlabeled data
XGBoost
Optimized gradient boosting library for structured data
K-Nearest Neighbors
Classifying based on majority class of k nearest neighbors