Week 1 Lecture 2: Different Types of Learning

Week 1 Lecture 2: Different Types of Learning

Supervised Learning

We have a set of input features given \( X_1, X_2, … , X_n \), with respect to which the instances are described. We also have a target feature Y.

S.No\( X_1, X_2, … , X_n \)Y
1.\( A_1, A_2, … , A_n \)\( Y_1\)
2.\( B_1, B_2, … , B_n \)\( Y_2\)
...
...
...
...

So the values of \( Y_1\) are given. Along with this a test instance is given, containing only \( X_1\).

Features

Individual observations are analysed into a set of quantifiable properties which are called features eg Type of blood group, or Ordinal [small, medium or large] etc

To Summarise Supervised Learning

Traning Set
Learning Algo
XHypothesisPredicted Y

Classification Learning

TLDR