Vous êtes sur la page 1sur 7

INTRODUCTION

Types of Machine Learning

24

INTRODUCTION

Types of Machine Learning

Data can be - Symbolic or Categorical (e.g. High Temperature)

- Numerical (e.g. 45 0C)

25

INTRODUCTION

Types of Machine Learning

From the available data we can - Model the system which has generated the data - Find interesting patterns in the data

We will be primarily concerned with rule based modelling of the system from which the data was generated

The search for interesting patterns is considered to be the domain of Data Mining

26

INTRODUCTION

Types of Machine Learning

Supervised learning, where we get a set of training inputs and outputs. The correct output for the training samples is available

27

INTRODUCTION

Supervised Learning

Plot of a training data set of N = 10 points, shown as blue circles, each comprising an observation of the input variable x along with the corresponding target variable t

The green curve shows the function sin(2x) used to generate the data. Our goal is to predict the value of t for some new value of x, without knowledge of the green curve.

28

INTRODUCTION

Types of Machine Learning

Unsupervised learning, where we are interested in capturing inherent organization in the data. No specific output values are supplied with the learning patterns
Iteration 6
3 2.5

1.5

y
1 0.5 0 -2

-1.5

-1

-0.5

0.5

1.5

29

INTRODUCTION

Types of Machine Learning

Reinforcement learning, where there are no exact outputs supplied, but there is a reward (reinforcement) for desirable behaviour

30

Vous aimerez peut-être aussi