supervised learning
machine learning task of learning a function that maps an input to an output based on example input-output pairs
weakly supervised learning
machine learning approach where noisy, limited, or imprecise sources are used to provide supervision signal for labeling large amounts of training data in a supervised learning setting
polynomial regression
statistics concept
support vector machine
set of methods for supervised statistical learning
multiple-instance learning
weakly-supervised learning algorithms where training set is arranged in a labeled bag of instances, and a single class label is assigned to a bag
Transduction
Type of statistical inference
decision tree learning
machine learning algorithm
inductive programming
learning programs from data