W9 ML Overview NRG
W9 ML Overview NRG
1
The story so far
2
Artificial Intelligence and Machine Learning
3
Figure 1: Plot by Zhang et. al.
What is Machine learning?
4
What is Machine learning?
5
What is Machine Learning?
6
What is Machine Learning?
• T : Playing
Checkers
• P: Percent of
games won against
a human adversary
• E : Games played
against itself
7
Types of Learning
8
Types of Learning
9
Supervised Learning
Classification
labels are discrete values, e.g. {spam, no-spam}, {cancer,
healthy}, {Setosa, Versicolour, Virginica}
10
Supervised Learning
Regression
Labels are continuous values: stock market, blood pressure
measurements, anything expressed as a Real Number, i.e.
yi ∈ R
10
Example of training data
11
Anatomy of a feature vector
sun
hot
x1 =
high
weak
• each component of the vector is a feature or
measurement.
12
Algorithms for classification
14
Handwritten recognition learning problem
• T : Recognising and
classifying
handwritten words
within images
• P: Percent of words
correctly classified
• E : Database of
handwritten words
with given
Figure 5: Source: A Database for
classifications
Handwritten Text Recognition Research
15
Self-driving car learning problem
• T : driving on a
public four-lane
highway using vision
sensors
• P: Average distance
travelled before an
error (judged by a
human supervisor)
Figure 6: Source: Self-driving cars: A
• E : Sequence of
survey
images and steering
commands recorded
while observing a
human driver
16
Gene similarities learning problem
• T : Group gene
expressions of
individuals based on
similarity
• P: Average number
of individuals
correctly grouped Figure 7: Source: Identifying regulatory
together mechanisms using individual variation
• E : set of gene reveals key role for chromatin
expression profiles modification
and genetic markers
from a population
17
Why we need Machine Learning?
Adaptivity
• speedy and adaptive development of programs
18
Lecture summary