Skip to content

RobinSrimal/K-Means-and-DBSCAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K-Means-Clustering

The implementation of this Algorithm only uses Numpy and Python.

It uses a "Naive Sharding Centroid Initialization Method" to increase computational speed by initializing the centroids in a way that makes convergence quicker.

For further reading on this please refer to this link.

DBSCAN

The implemantion of this algorithm uses Python and the K-D-Tree from sklearn.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published