What is a batch in TensorFlow?
问题 The introductory documentation, which I am reading (TOC here) introduces the term here without having defined it. [1] https://www.tensorflow.org/get_started/ [2] https://www.tensorflow.org/tutorials/mnist/tf/ 回答1: Let's say you want to do digit recognition (MNIST) and you have defined your architecture of the network (CNNs). Now, you can start feeding the images from the training data one by one to the network, get the prediction (till this step it's called as doing inference ), compute the