-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
11 lines (8 loc) · 707 Bytes
/
README
File metadata and controls
11 lines (8 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
Provides a simple framework for creating and training Self-Organizing Maps fairly quickly using scipy.
Built against the Python 2.x series on Linux. Python 3 compatibility unknown. No OS specific code used, but untested on other OSes.
Dependencies:
Saving images (like the similarity mask) requires Python Imaging Library (PIL)
An example is included which creates a SOM for colors. This is a nice way to see what's happening.
The save_colors function is meaningless outside of the colors example.
Normally you would just view the similarity mask. Which gives you an idea of the smoothness.
The darker an area is the more rapid the change that occurred there across the SOM. This is generally bad.