batching-in-ml
Parent:
Data in ML
See also:
Batch
Source: google-ml-course
Large batches of data
- result in a long computation time of a single iteration
- possibly contain redundant data
Hence, this results in variations of the classic gradient descent , which performs calculation over the whole dataset per iteration.