Skip to content

takasoft/self-organizing-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

self-organizing-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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published