Navigation Menu

Skip to content

erogol/KLP_KMEANS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

KLP_KMEANS

it is very fast implementation of Kohonen Learning Procedure Kmeans . Notice that, it is different then Self Organazing Map. It only updates cluster centroids with the Kohonen's update function instead of original Kmeans averaging.

It includes two implementation of the algorithm, NUMPY and THEANO based versions. For small problems NUMPY version is better then THEANO version, nevertheless THEANO creates significant difference as the problem getting larger.

You are also able to utilize GPU with correct configuration of THEANO. Refer to http://deeplearning.net/software/theano/tutorial/using_gpu.html for GPU configurations.

It is all realeased for freewill of use, however it is good to comment for any suggestion, improvement or application.


contact --
erengolge@gmail.com
www.erengolge.com
www.erogol.com

About

Very fast Clustering with Kohonen Learning Procedure KMEANS based on NUMPY, SCIPY or THEANO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages