Virtual Lab
  • Dashboard
  • Perceptron Learning
    • Objective
    • Tutorial
    • Illustration
    • Procedure
    • Simulation
    • Assignment
  • Backpropogation Network
    • Objective
    • Tutorial
    • Illustration
    • Procedure
    • Simulation
    • Assignment
  • Multilayer Perceptron
    • Objective
    • Tutorial
    • Illustration
    • Procedure
    • Simulation
    • Assignment
  • Kohonen Self-sOrganizing Net
    • Objective
    • Tutorial
    • Illustration
    • Procedure
    • Simulation
    • Assignment
  • Learning Vector Quantization
    • Objective
    • Tutorial
    • Illustration
    • Procedure
    • Simulation
    • Assignment

Kohonen self-organizing net

Consider a Kohonen self-organizing net with two cluster units and five input units. The weight vectors for the cluster units are given by

W1=[1.0 0.9 0.7 0.5 0.3]

W2=[0.3 0.5 0.7 0.9 1.0]

Use the square of the Euclidean distance to find the winning cluster unit for the input pattern x=[0.0 0.5 1.0 0.5 0.0].

Using a learning rate of 0.25,find the new weights for the wining unit.