Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

2 visualizaciones (últimos 30 días)
Hossein
Hossein el 8 de Feb. de 2011
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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 comentarios
Guillaume
Guillaume el 3 de Nov. de 2015
SOM stands for?
magate
magate el 29 de Dic. de 2017
Without knowing what SOM is I am assuming you need to seed it.

Respuestas (1)

Meg Noah
Meg Noah el 10 de En. de 2020
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