Module - 1 - ECE3047 - Machine Learning - 1 (8748)
Module - 1 - ECE3047 - Machine Learning - 1 (8748)
Learning Fundamentals
Prepared By
Dr. Rohith G
Assistant Professor (Senior)
School of Electronics Engineering (SENSE), VIT-Chennai
Under the Guidance and Materials mentored by
Dr. Sathiya Narayanan S
Assistant Professor (Senior)
School of Electronics Engineering (SENSE), VIT-Chennai
Prepared by Dr. Rohith G, AP(Senior),VIT Chennai 1
• Module 1: Introduction (to • Module 5: Clustering
Machine Learning) • Module 6: Optimization
• Module 2: Data Preprocessing
• Module 7:
• Module 3: Regression Reinforcement Learning
• Module 4: Classification
Prepared by Dr. Rohith G, AP(Senior),VIT Chennai 2
Topics in Module-1
• Common
Definitions
• Applications of
Machine Learning
• Types of Learning
• Performance
Learn + Predict + Improve
Measures =
Machine learning
Prepared by Dr. Rohith G, AP(Senior),VIT Chennai 3
Evolution of ML
A canonical definition by Tom Mitchell in 1997: “An agent is said to learn from experience (E) with
respect to some class of tasks (T), and the performance measure (P), if the learner's performance at T,
as measured by P, improves with E". One has to be very careful about defining the set of tasks T, and
the performance measure P. With experience E, the performance P has to improve.”
Prepared by Dr. Rohith G, AP(Senior),VIT Chennai 5
What is Machine Learning?
• Learning an
input and
output map.
• It deals with
Labels
labelled data.
• Discovering
patterns in
the data.
• It deals with
unlabelled
data.
#Example-1
• Reinforcement learning agent is able to
perceive and interpret its environment,
take actions and learn through trial and
error.
• Trials-false till it can maximize its reward #Example-2
and continue to develop further