The number of examples in a batch. For example - the batch size of SGD is 1 - while the batch size of a mini-batch is usually between 10 and 1000. Batch size is usually fixed during training and inference; however - TensorFlow does permit dynamic batch sizes.

🎲 Try a Random Question  |  Total Questions in Quiz: 194  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Google Machine Learning Glossary — practice the complete quiz, review flashcards, or try a random question.


1. The number of examples in a batch. For example - the batch size of SGD is 1 - while the batch size of a mini-batch is usually between 10 and 1000. Batch size is usually fixed during training and inference; however - TensorFlow does permit dynamic batch sizes.