Hi all, I have a very naive question: Is a method using a machine learning approach if there is training data involved? Or put differently, is "training data" exclusively used in machine learning? I found this definition for training data: Training data is a collection of labeled information that's used to build a machine learning model. Thanks!
I'd go as far as to say that "training data" is mathematical induction applied to datasets. The term has become largely associated with ML though, so to answer OP's question, one can assume that if training data is involved, ML is also involved. But the other way around - that training data is not used outside of ML - might not always be the case (although it probably is true in most cases)
Machine Learning is not itself new - the term as we understand it was coined in 1959 and had its first heyday in the 70s.
Here is an article from 1964 that uses the term "training data" in the same sense we understand it today. So I agree the term is inextricably linked to machine learning but neither is new.