- [[stochastic gradient descent with momentum]], [[modified huber loss]]
# Idea
An [[optimization and optimality|optimization]] algorithm often used in [[machine learning]] to find model parameters that best fit the predicted and actual outputs. It's great for large datasets.
# References
- [realpython tutorial](https://realpython.com/gradient-descent-algorithm-python)