필터 지우기
필터 지우기

neighborhood function in SOM

조회 수: 7 (최근 30일)
Chenghao
Chenghao 2012년 10월 28일
답변: gunjan 2018년 4월 24일
I am using self organizing map in MATLAB (R2011a) Neural Network Toolbox Version 7.0.1 with "selforgmap()" command. There are several neighborhood function such as gaussian, bubble and so on. However, I could not find any materials where I can set the type of neighborhood function in the code of SOM. Can anyone tell me?
Thank you.

답변 (1개)

gunjan
gunjan 2018년 4월 24일
https://www.mathworks.com/help/nnet/ug/cluster-with-self-organizing-map-neural-network.html#bss4b_l-3
check this.. it says that the weights are updated : W(k+1) = W(k) + alpha * [ (dist) ] rule.. where dist = distance between current neuron that you are updating and the winning neuron. k = iteration number alpha = learning rate

카테고리

Help CenterFile Exchange에서 Pattern Recognition and Classification에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by