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