Skip to content

nickwelp/somjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOM JS

This project is based on a wonderful Self Organizing Map tuturial written in C++ then JAVA, and now Typescript and React. http://www.ai-junkie.com/ann/som/som1.html

Install with yarn or npm.

yarn start builds a webserver serving the interesting page at localhost:3000.

Once running, visit the website and click on the text labeled "RUN" to begin the training process.

This alogrithm groups like vectors together in 2 dimensional space. This program groups the swatches seen.

See this repo live at https://nickwelp.github.io/somjs/

Special thanks to this C++ project from AI-Junkie: // Name: SOMDemo (part one) // // Desc: Code to accompany part one of the SOM tutorial found at
// www.ai-junkie.com. // This demo creates a Kohonen Self Organizing Feature Map and // uses it to classify a varying amount of colors. //
// Author:Mat Buckland 2002 ([email protected])

and the JAVA version of that project from // @author alanter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published