12
Intelligent Database Systems Lab 國國國國國國國國 National Yunlin University of Science and Technology Modular network SOM Presenter : Cheng-Feng Weng Authors :Kazuhiro Tokunaga, Tetsuo Furukawa 2009/05/21 NN.9 (2009)

Modular network SOM

  • Upload
    lily

  • View
    13

  • Download
    0

Embed Size (px)

DESCRIPTION

Modular network SOM. Presenter : Cheng-Feng Weng Authors : Kazuhiro Tokunaga, Tetsuo Furukawa 2009/05/21. NN.9 (2009). Outline. Motivation Objective Method Experiments Conclusion Comments. Motivation. The conventional SOM can only deal with vectorized data. - PowerPoint PPT Presentation

Citation preview

Page 1: Modular network SOM

Intelligent Database Systems Lab

國立雲林科技大學National Yunlin University of Science and Technology

Modular network SOM

Presenter : Cheng-Feng Weng

Authors :Kazuhiro Tokunaga, Tetsuo Furukawa

2009/05/21

NN.9 (2009)

Page 2: Modular network SOM

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

2

Outline

Motivation Objective Method Experiments Conclusion Comments

Page 3: Modular network SOM

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

3

Motivation

The conventional SOM can only deal with vectorized data. If one wishes to deal with a nonvector dataset, then one

needs to make the data vectorized in advance or modify the SOM itself to adapt to the data type.

New York Tokyo

We only can know they are similar. But no more information about that.

Page 4: Modular network SOM

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

4

Objective

It develops a generalized framework of an SOM called a modular network SOM (mnSOM). Every vector unit is replaced by a trainable functional

module such as a neural network.

Choose a module what you want

Page 5: Modular network SOM

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

5

The mnSOM with MLP modules

The MLP is multi-layer perceptrons.

Determine the BMM(BMU)…(2)

Distance measure…(1)

Learning weight…(3)

Energy function for the SOM…(4)

Adapt the MLP using back-propagtion method…(5)

Page 6: Modular network SOM

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

6

The process of mnSOM

3

2

1

1

1

2

1

2

10.5

1 20.5

(1)(2)(3)(4) batch SOM

(5)Update MLP

Data

Finished map

Page 7: Modular network SOM

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

7

Experiment 1

The example if a family of cubic functions y=ax^3+bx^2+cx

I=6, J=200 I=126,J=8

Page 8: Modular network SOM

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

8

Experiments 1(cont.)

Page 9: Modular network SOM

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

9

Experiment for weather map

A period of 100days of the year2000 at 20 cities.The 10 cities for training and others for testing.

Page 10: Modular network SOM

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

10

Experiment for weather map(cont.)

Preserving the topology of geo. map

Page 11: Modular network SOM

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

11

Conclusion

It’s also possible to vectorize the function shapes since the experimenter knows those functions in advance. This means that the feature map of the cubic function

family can be generated by the conventional SOM as well.

The advantages of mnSOMs: Every module in an mnSOM has the capability of information

processing. The mnSOM also provides a way of fusing a supervised and an

unsupervised learning algorithm.

Page 12: Modular network SOM

N.Y.U.S.T.

I. M.

Intelligent Database Systems Lab

12

Comments Advantage

Interesting expriments. The concept is simple.

Drawback Applying other modules is inconvenient.

Application Time serial data.