Mini-batch gradient descent
AIMini-batch gradient descent: Training that computes gradients on small groups of examples, balancing the stability of full batches against the speed of single samples.
Mini-batch gradient descent: Training that computes gradients on small groups of examples, balancing the stability of full batches against the speed of single samples.