activity: Update neurons in neighbourhood

public activity Update neurons in neighbourhood
Author:
Project: Phase: 1.0; Status: Proposed;
Dates: Created: 12.12.2005 6:58:56; Modified: 14.12.2005 7:30:38;
Flags: Multiplicity: ; Active: false;
UUID: {9514876E-9689-4b7b-B103-A52392C2D70C}
 

Goto: Custom Properties, Scenarios

See also: Find neighbourhood, Weight Change event

Appears in: AD SOM Algorithm

Connections
 
Custom Properties
  • mustIsolate: False
  • isReadOnly: False
  • isSingleExecution: False
 
Update neurons in neighbourhood Scenarios
Scenario Type Detail
Base Basic Path For all neurons in neighbourhood set new weights. For settings new weights is used formula:
w[i] = w[i] + alpha*DistParam(distanceFromWinner)*(vector[i] - w[i]);