Self-Organizing Maps (SOM) : Dr. Saed Sayad
Self-Organizing Maps (SOM) : Dr. Saed Sayad
(SOM)
Dr. Saed Sayad
University of Toronto
2010
[email protected]
http://chem-eng.utoronto.ca/~datamining/
Overview
Self-Organizing Map (SOM) is an unsupervised
learning algorithm.
SOM is a visualization method to represent higher
dimensional data in an usually 1-D, 2-D or 3-D
manner.
SOMs have two phases:
Learning phase: map is built, network organizes
using a competitive process using training set.
Prediction phase: new vectors are quickly given a
location on the converged map, easily classifying
or categorizing the new data.
SOM: Example
SOM Structure
Weights (W)
Vectors (V)
Every node is connected to the input the same way, and no nodes are connected to each other.
6)
W1
W2
V1
V2
HUMIDITY
85
85
80
90
83
78
70
96
68
80
65
70
64
65
72
95
69
70
75
80
75
70
72
90
81
75
width of the
lattice at time t
time
(iteration of the loop)
time
constant
learning rate at
time t
learning rate at
time t0
time
constant
width of the
lattice at time t
SOM: Demo
References
Wikipedia: Self organizing map.
http://en.wikipedia.org/wiki/Self-organizing_map.