Skip to content

lutzhamel/popsom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Popsom

An Efficient Implementation of Kohonen's Self-Organizing Maps (SOMs) with Starburst Visualizations

Kohonen's self-organizing maps with a number of distinguishing features:

  1. An efficient, single threaded, stochastic training algorithm inspired by ideas from tensor algebra. No special accelerator hardware required.

  2. Automatic centroid detection and visualization using starbursts.

  3. Two models of the data: (a) a self organizing map model, (b) a centroid based clustering model.

  4. A number of easily accessible quality metrics for the self organizing map and the centroid based cluster model.

For an example usage case check here.

For the Popsom description as part of CRAN check here.