Skip to content

Commit 12e5a6c

Browse files
authored
Update README.md
1 parent 18b703c commit 12e5a6c

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

README.md

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
1-
# ClusteringAlgos
2-
Implementation of some of the most used Clustering Algorithms from scratch (only using Numpy)
1+
# Clustering Algorithms in Numpy
2+
3+
Implementation of some of the most used Clustering Algorithms from scratch in Python (only using Numpy).
4+
5+
## MeanShift
6+
7+
### Generated Data
8+
![](MeanShift/results/0*generated_data.jpg)
9+
10+
### Actual Cluster Centers
11+
![](MeanShift/results/2*cluster_centers.jpg)
12+
13+
### Initialization of Predicted Cluster Centers
14+
![](MeanShift/results/1*progress_0000_initialization_of_cluster_centers.jpg)
15+
16+
### Predicted Cluster Centers after 2nd Iteration
17+
![](MeanShift/results/1*progress_0002_cluster_centers.jpg)
18+
19+
### Predicted Cluster Centers after 4th Iteration
20+
![](MeanShift/results/1*progress_0004_cluster_centers.jpg)
21+
22+
### Predicted Cluster Centers after 6th Iteration
23+
![](MeanShift/results/1*progress_0006_cluster_centers.jpg)
24+
25+
### Result
26+
![](MeanShift/results/3*meanShift_result.jpg)

0 commit comments

Comments
 (0)