A bird-banding station spends a rainy week fitting a species tagger on archived photos, then the tagger later labels each new photo in seconds on a dock tablet. Which span is which?
Select an answer to reveal the explanation.
Short Explanation
The rainy week fitting archived photos is training. Labeling new photos on the dock tablet is inference. Every labeled photo is not an epoch, and tablet scores are not a cluster schedule.
Full Explanation
Training is the (periodic) fitting phase on archived labeled examples. Inference is later scoring of new examples. Swapping those names, calling every labeled photo an epoch, or treating tablet scores as a cluster schedule is wrong.