Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

Introduction to

Machine Learning

1
Overview
● What is Machine Learning?

● Applications of Machine Learning

● Types of Machine Learning

2
What is Machine Learning?
● “Field of study that gives computers the ability to
learn without being explicitly programmed”
 Arthur Samuel (1959)

● “A computer program is said to learn from


experience E with respect to some class of tasks T
and performance measure P, if its performance at
tasks in T, as measured by P, improves with
experience E”
 Tom M. Mitchell (1998)

3
Example of Machine Learning

4
Applications of Machine Learning
 Facial recognition
 Self-customizing programs (Netflix, Amazon, etc.)
 Spam detection
 Internet search
 Data mining medical records

5
6
Supervised Learning
 Given labeled training examples
 Find correct prediction for an unlabeled example
 E.g. Handwriting recognition

7
Unsupervised Learning
 Given unlabeled training samples
 Discover low dimensional patterns, structure
 E.g. Cluster news articles by topic

8
Reinforcement Learning
 Learn from delayed feedback
 E.g. Machine learns how to play chess

9
END
10

You might also like