Self Organized Maps (SOM) neighborhood and weight updates -


i studying self organized map (som) in neuron nets field. have 2 questions:

1) why neighborhood size decreasing? 2) why not update winner? happen in case?

thanks in advance

the power of som create neural network displayable , human readable, so:

1) neighborhood size decreased in order stability in algorithm increasing iterations.

2) mean of updating neighborhood create map (that displayable) near units have similar weights. if update winner unit, map not created since similar units left scattered in map.


Comments

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -