#46: Scikit-learn 43:Supervised Learning 21: Intuition Stochastic Gradient Descent

preview_player
Показать описание
The video discusses the intuition for gradient descent and stochastic gradient descent.

Timeline
(Python 3.8)

00:00 - Outline of video
00:42 - Gradient Descent (or Batch Gradient Descent)
05:13 - Stochastic Gradient Descent (SGD)
06:20 - Batch vs. Mini-batch vs. Stochastic Gradient Descent
07:33 - Model parameter update rule
10:42 - Learning rate
11:22 - Stochastic Gradient Descent (SGD) vs. Average SGD
11:54 - SGDClassifier
14:04 - SGDRegressor
15:20 - SGD: Stopping Criterion
16:12 - Tips
17:40 - SGD Complexity
18:11 - Code snippet
19:02 - Ending notes
Рекомендации по теме
Комментарии
Автор

Thank you for these series, just started this journey in data science and machine learning, and I consume you series every day.

youssraelkhoulali