Self Organization Simulation


This is a self organization algorithm test using Kohonen’s self-organizing map theory.

How it works

  1. Make a random cell matrix.
  2. Make a random color.
  3. Find the cell with the nearest color to the random color in the matrix.
  4. Mix the random color with the color of the cell and its neighboring cells a little bit.
  5. What a magic! Cells start organizing colors by themselves with this simple algorithm.