Skip to main content
Cloud & AI Hub
Browse
Glossary AI Directory Playgrounds Models Prompts Explainers Strategy Matrix Benchmark Decoder

Stochastic Gradient Descent (SGD)

An optimization method that estimates gradients using mini-batches to update parameters iteratively.

SGD updates neural parameters by evaluating loss on small, randomly sampled mini-batches. It is a fundamental optimization technique that scales well to large datasets.

Historical figures and technical concepts for informational purposes only. Not technical, professional, legal, or financial advice. Sources: Official Documentation.