RSOM

Rectifying Self Organizing Map

Stars
26

Rectifying Self Organizing Map (RSOM)

For More Detail Visit: Project Page .

Implemented and designed by Eren Golge for the work "Gölge, E., & Duygulu, P.. ConceptMap:Mining noisy web data for concept learning , The European Conference on Computer Vision (ECCV) 2014."

RSOM is an algorithm as an extension of well-known Self Organizing Map (SOM). It mimics SOM clustering and additionally detects outliers in the given dataset in the cluster level or instance level.

Example call below with different commented call alternative.

There are two different implementations for training. Scipy implementation is designed for small scale problems and Theano version is for large scale problems which GPU utilization might help.

You can use this code for only SOM clustering as well. Up to my knowledge, it is the only SOM library designed for large data-sets in Python.

Related Projects