Skip to content

A Python Implementation of Self-Organizing Maps (SOM)

License

Notifications You must be signed in to change notification settings

remokasu/somkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

somkit: A Python Implementation of Self-Organizing Maps (SOMs)

Overview

somkit is a simple implementation of Self-Organizing Maps (SOMs) in Python. This library provides an easy-to-use interface to train and visualize SOMs on various datasets. somkit can be used for clustering, data visualization, and dimensionality reduction tasks.

Usage

To get started, follow these steps:

  1. Install
git clone https://github.com/remokasu/somkit.git
cd somkit
python setup.py install
  1. Train and visualize a SOM with the sample datasets provided:
  • For the animal dataset:
cd examples
python animal.py
  • For the iris dataset:
cd examples
python iris.py

Releases

No releases published

Packages

No packages published

Languages