- Objectives
- Learn the basic of stochastic gradient descent as an optimizer
- Potential Use Cases
- Stochastic Gradient Descent (SGD) is a simple yet very efficient approach to fitting linear classifiers and regressors under convex loss functions
- Who is this for ?
- INTERMEDIATE