ML Flashcards
What is the machine learning task of learning or inferring a function that maps an input to an output based on labeled training data/input-output pairs?
Supervised Learning
What is the machine learning task of creating a model that takes a feature vector as input and either transforms it into another vector or into a value that can be used to solve a practical problem?
Unsupervised Learning
What is the machine learning task of using many unlabeled examples with labeled examples to produce a function or model?
Semi-supervised Learning
What is the machine learning task of a software agent learning of policy of taking actions in an environment vector to maximize expected average reward?
Reinforcement Learning