Data Science and Machine Learning (Part 06): Gradient Descent
by
, 07-31-2022 at 02:53 AM (355 Views)
----------------The idea is to take repeated steps in the opposite direction of the gradient (or approximate gradient) of the function at the current point, because this is the direction of steepest descent. Conversely, stepping in the direction of the gradient will lead to a local maximum of that function; the procedure is then known as gradient ascent.
- Data Science and Machine Learning (Part 01): Linear Regression
- Data Science and Machine Learning (Part 02): Logistic Regression
- Data Science and Machine Learning part 03: Matrix Regressions
- Data Science and Machine Learning (Part 04): Predicting Current Stock Market Crash
- Data Science and Machine Learning (Part 05): Decision Trees
- Data Science and Machine Learning (Part 06): Gradient Descent
more...