Published March 1, 2026
| Version v0.1.0
Report
Open
gradient-descent-sgd-solver-course
Description
Stochastic Gradient Descent (SGD) is an optimization algorithm that updates model parameters iteratively using small, random subsets (batches) of data, rather than the entire dataset. It significantly speeds up training for large datasets, though it introduces noise that causes, in some cases, heavy fluctuations.deep learning/neural networks.solver
Files
SENATOROVAI/gradient-descent-sgd-solver-course-v0.1.0.zip
Files
(140.3 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:3786ff2428145605d8ba8b29dba430c9
|
140.3 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/SENATOROVAI/gradient-descent-sgd-solver-course/tree/v0.1.0 (URL)