Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/melvynator/k-means

Implementation of a k-means algorithm on 1 dimension for movie clustering
https://github.com/melvynator/k-means

Last synced: 8 days ago
JSON representation

Implementation of a k-means algorithm on 1 dimension for movie clustering

Awesome Lists containing this project

README

        

I code with Python 2.7.6 on linux mint.
I used pandas, numpy and the standard librairy.
To execute the script just type in a terminal:

python main.py

It will create different folders but the result are in the folder "clusters".
You can switch the parameters of the k-mean function to create more or less clusters and with epsilon if you want a less regular convergence.