What is the technical name for a "batch element" in ML?
What is the technical name for a batch element in machine learning?
Given a batch of data (size: batchSize*numberOfFeatures
), what is the technical name used to refer to an element within the batch (data[batchElementIndex,:]
)?
Topic mini-batch-gradient-descent machine-learning
Category Data Science