Slide 9
Slide 9 text
SUPERVISED
LEARNING
• Given input and output (X1,Y1), (X2,Y2),
(X3,Y3)…...(Xn,Yn).
• The goal of supervised learning is to
find an unknown function which maps
the relation between input and output.
• Y = f(X) + e; f(X) = function, Y = output,
X = input and e = irreducible error.
• Using the input data we generate a
function which maps the input and
output.
• 2 types of supervised learning
• Regression
• Classification