Lecture%209%20MLP%20(I):%20Feed-forward%20Model - PowerPoint PPT Presentation

About This Presentation
Title:

Lecture%209%20MLP%20(I):%20Feed-forward%20Model

Description:

Lecture 9 MLP (I): Feed-forward Model Outline Multi-Layer Perceptron Structure Feed Forward Model XOR Example MLP Applications Multi-Layer Perceptron Structure A ... – PowerPoint PPT presentation

Number of Views:67
Avg rating:3.0/5.0
Slides: 11
Provided by: YuH84
Category:

less

Transcript and Presenter's Notes

Title: Lecture%209%20MLP%20(I):%20Feed-forward%20Model


1
Lecture 9 MLP (I) Feed-forward Model
2
Outline
  • Multi-Layer Perceptron Structure
  • Feed Forward Model
  • XOR Example
  • MLP Applications

3
Multi-Layer Perceptron Structure
  • A Three Layer Feed-forward Multi-Layer Perceptron

4
Two Layer Perceptron XOR Gate
Let x1, x2 ? 0, 1, then y1 sgn(x1 x2 0.5) x1 AND y2 sgn(x2 x1 0.5) x2 AND  z sgn(y1 y2 0.5) y1 OR y2
5
Decision Boundaries of XOR
  • Linear Hyper-planes as decision boundaries
  • x1 x2 0.5 0 and x2 x1 0.5
    0

6
MLP Nonlinear Mapping
7
MLP Feed-forward model Notation
  • (k) Index of individual feature vectors, 1 ? k
    ? K.
  • (?) -- Layer index, superscript, 0 ? ? ? L.
  • ? 0 ? input layer, ? L ? output layer
  • i, j ith and jth neuron in each layer,
    subscript
  • Example
  • zi(?)(k) the output of ith neuron in the ? th
    layer corresponding to the kth feature vector.
  • wij(?) the value of the synaptic weight that
    connect the output of the jth neuron at ? ?1th
    layer to the jth neuron at the ? th layer. The
    value of the weight is updated once every epoch.

8
MLP Feed-forward model
  • Note that , and
  • The input layer usually consists of linear
    elements. Thus, a 2-layer MLP will have two
    layers of non-linear neurons the hidden layer,
    and the output layer.

9
Applications to Classification
  • Classification Match output class to target
    class. MLP assigns each input feature vector to
    a membership of a particular class i.

10
Applications to Approximation
  • Approximation (regression, modeling) Targets
    are real numbers instead of binary class
    membership.
Write a Comment
User Comments (0)
About PowerShow.com