2 - ML Issues Learnings Applications
2 - ML Issues Learnings Applications
Semi-supervised Learning
Given:
– a set of input features 𝑋1 , … , 𝑋𝑛
– A target feature
– a set of training examples where the values for the input features and the
target features are given for each example
– a new example, where only the values for the input features are given
Predict the values for the target features for the new example.
– classification when Y is discrete – regression when Y is continuou
An adaptation of NPTEL lectures and
online resources for educational
purpose