Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How can I initilize the SOM weights by my own vector?

1 回表示 (過去 30 日間)
Hossein
Hossein 2011 年 2 月 8 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Dear all
I am doing a SOM project in which I should initilize the SOM weights not in random way but by my own vector. I tried to do this by following code:
net1 = newsom(inputVector2,[10 10],'hextop');
net1=init(net1);
net1.iw{1,1}=initweights';
net1 = train(net1,inputVector2);
But seems still SOM is initilized by random values. How can I initilize the weights by my own vector?
  2 件のコメント
Guillaume
Guillaume 2015 年 11 月 3 日
SOM stands for?
magate
magate 2017 年 12 月 29 日
Without knowing what SOM is I am assuming you need to seed it.

回答 (1 件)

Meg Noah
Meg Noah 2020 年 1 月 10 日
The initial weights for a self-organizing map (SOM) are small standardized random values.

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by