Given a training set of 1000 instances and a batch size of 200, how many epochs ...
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Given a training set of 1000 instances and a batch size of 200, how many epochs will it take to present each of the 1000 instances in the training set once to a model using batch gradient descent? Write your answer as an integer, not a word.