Skip to content
/ som Public

Implementation of a Self-organizing map classifier in Python 2.7 compatible with the Scikit-Learn platform

License

Notifications You must be signed in to change notification settings

fredhusser/som

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

som

Installation

Use the requirements file to install all the necessary packages for using the scripts.

Usage

The som package contains the code for the Self-organizing map mapper. Use the two examples in the examples package for:

To-do

  • Increase unit-tests coverage
  • Improve profiling and accordingly cythonize functions that are bottlenecks
  • Implement hexagonal maps training
  • Improve the interface to classification metrics (topological error, quantization error...)

Litterature

About

Implementation of a Self-organizing map classifier in Python 2.7 compatible with the Scikit-Learn platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages