ML Chapter 01
ML Chapter 01
ne
Learni
ng
© Oxford University Press 2021. All rights reserved
Introduction to Machine Learning
Sales data
Objective of Machine learning
Take better decisions to design new products
Improve the business processes
Develop effective decision support systems
What is Machine Learning?
“Machine learning allows machines to learn from
data and improve overtime without being explicitly
programmed”
• "A computer program is said to learn from experience E, with respect to task T and some
performance measure P, if its performance on T measured by P improves with experience E."
• Experience E, Task T, Performance measure P.”
• Ex The task T - Detecting an object in an image.
Machine Gain the knowledge of object using training dataset of thousands of images.
This is called experience E.
The ability of the system to detect the object is measured by performance measures P like
precision and recall.
ARTHUR SAMUEL TOM MICHELL
Human Experience
Humans gain experience by various means
• They gain knowledge by rote learning (memorization tech.)
• They observe others and imitate it.
• Humans gain a lot of knowledge from books.
• We learn many things by trial and error.
Once the knowledge is gained, when a new problem is encountered, humans search
for similar past situations and then formulate the heuristics and use that for
prediction.
Concept: An idea
Models of computer systems that’s formed by
combining all
Computer systems, experience is gathered by these steps:
features or
Collection of data attributes of
something
1. Abstract concepts are formed out of that data.
2 Abstraction is used to generate concepts.
Example, we have some idea about how an elephant looks like.
3. Generalization converts the abstraction into an actionable form of
intelligence.
4. Evaluation checks the thoroughness of the models and to-do course
correction, if necessary, to generate better formulations.
Machine Learning and AI
• Relation between machine learning and ai • Machine learning is an important branch of Al.
• The aim of Al is to develop intelligent agents.
• An agent can be a robot, humans, or any
autonomous systems
• The focus was on logic and logical inferences.
• It had seen many ups and downs. Al winters.
• Resurgence in Al happened due to development
of data driven systems
• The aim is to find relations and regularities
present in the data.
• Machine learning is the subbranch of Al, whose
aim is to extract the patterns for prediction.
• Deep learning is a subbranch of machine
learning. In deep learning, the models are
constructed using neural network technology
Machine Learning and Data Science
• Data science is an “umbrella term” covering from data Collection to data analysis.
• Data science and machine learning are interlinked
• Machine learning is a branch of data science.
Machine Learning and Data Science
• CHARACTERISTICS OF BIG DATA