Types of Machine Learning
Types of Machine Learning
CSE
MACHINE LEARNING
21CS2226F
Topic:
Session - 01
AIM OF THE
SESSION
To know students about the Machine Learning and types of Machine Learning techniques.
INSTRUCTIONAL
OBJECTIVES
LEARNING OUTCOMES
2
INTRODUCTION to machine learning
3
machine learning
• Machine learning a branch of artificial intelligence, is about the construction and study
• Machine Learning can impower computers learn and behave more intelligently.
• Use the model for prediction, decision making or solving some task.
4
machine learning
+ + + =
5
machine learning
• For example, a machine learning system could be trained on email messages to learn to
distinguish between spam and non-spam messages. After learning, it can then be used to
• There is a wide variety of machine learning tasks and successful applications. Optical
6
Real life examples
7
Application of machine learning
8
Types of machine learning
Machine Learning
9
Supervised learning
• In supervised learning, a labeled training dataset with the correct responses is provided,
and based on this training dataset, the algorithm generalizes to respond correctly to all
possible inputs.
10
Supervised learning
CAR
CAR
Training
+ = Dataset
f( , ) = CAR
BIKE
BIKE
Samples Labels
11
Classification
Elephant
Classifie Elephant
r
Tige
r
Dataset
12
regression
f( , ) = 10400.0
0
Dataset
13
regression
• If the possible output values of the function are continuous real values, then it is called
Regression.
• The Classification and Regression problems are supervised, because the decision
depends on the characteristics of the ground truth labels or values present in the
14
unsupervised learning
• The algorithm tries to identify similarities between the inputs so that inputs that have
• The task is to identify the patterns like group the similar objects together.
15
unsupervised learning
Datase Clustering
t
Samples
16
reinforcement learning
• It is also known as learning from trials and errors.
17
reinforcement learning
• Baby learn from the trials and errors.
Punishment
Reward
18
Self-Assessment Questions
2. Among the following identify the one which is not a type of machine learning paradigm.
19
Self-Assessment Questions
(a) Classification
(b) Regression
(c) Clustering
(d) All of the above
20
REFERENCES FOR FURTHER LEARNING OF THE
SESSION
Text Books:
1. Mitchell, Tom. Machine Learning. New York, NY: McGraw-Hill, 1997. ISBN: 9780070428072.
2. MacKay, David. Information Theory, Inference, and Learning Algorithms. Cambridge, UK: Cambridge University Press,
2003. ISBN: 9780521642989.
Reference Books:
3. EthemAlpaydin “Introduction to Machine Learning “, The MIT Press (2010).
4. Stephen Marsland, “Machine Learning an Algorithmic Perspective” CRC Press, (2009).
21
THANK YOU
22