Types of Machine Learning

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 6

TYPES OF MACHINE LEARNING

Mrs P. SUGAVANESHWARI ME.,


Assistant Professor,
Department College of Engineering,
Government College of Engineering,
Dharmapuri
Types of Learning

• Supervised (inductive) learning


– Given: training data + desired outputs (labels)

• Unsupervised learning
– Given: training data (without desired outputs)

• Semi-supervised learning
– Given: training data + a few desired outputs

• Reinforcement learning
– Rewards from sequence of actions
SUPERVISED LEARNING

• Y=f(X)
• Classification and Regression
• Biometric Attendance
UNSUPERVISED LEARNING

• Clustering and Association


• Genomic application: group individuals by genetic similarity
REINFORCEMENT LEARNING

• To solve tough decision making problems.


• Trial and error method
• Given a sequence of states and actions with (delayed) rewards,
output a policy
– Policy is a mapping from states -> actions that tells you what to do in a given state

• Examples:
– Credit assignment problem
– Game playing
– Robot in a maze
– Balance a pole on your hand

You might also like