Chapter 1 Introduction To Machine Learning
Chapter 1 Introduction To Machine Learning
Learning
What is Machine Learning
Machine learning (ML) is a type of artificial
intelligence (AI) that allows software applications
to become more accurate at predicting outcomes
without being explicitly programmed to do so.
P{T} ∝ E
When Do We Use Machine Learning?
ML is used when:
Human expertise does not exist (navigating
on Mars)
Humans can’t explain their expertise (speech
recognition)
Models must be customized (personalized
medicine)
Models are based on huge amounts of data
(genomics)
Working of Machine Learning
Input Data Training Data
Trained Model
Is the
No model Yes Machine Learning
performing Model Ready
correctly
Types of Machine Learning
Supervised Learning
Supervised learning is the types of machine
learning in which machines are trained using well
"labelled" training data, and on basis of that data,
machines predict the output. The labelled data
means some input data is already tagged with the
correct output.
New input
(What is this)
Unsupervised Learning
Unsupervised learning is a type of machine learning in
which models are trained using unlabeled dataset and
are allowed to act on that data without any supervision.