Kyle->GetThoughts();



SOMPython: Self-Organizing Maps in Python
15 January 2008 @ 11:58 AM MST
Current Music: Pandora
Current Mood: Productive
I'm looking into using self-organizing maps for my thesis work, so I found a basic implementation of SOMs in Python which was written by Paras Chopra.

I've made some enhancements which I've sent back to Paras, and am also hosting the enhanced file here:
Enhanced SOMPython. The enhancements include ~13% speedup, a few bug fixes, and various items of code cleanup.

The file includes a self-test which shows off using the SOM to learn the XOR function.

Enjoy.

[This Entry]