@@ -4,27 +4,27 @@ Implementation of some of the most used Clustering Algorithms from scratch in Py
4
4
5
5
* ## MeanShift
6
6
7
- ### Generated Data
8
- ![ ] ( MeanShift/results/0*generated_data.jpg )
7
+ ### Generated Data
8
+ ![ ] ( MeanShift/results/0*generated_data.jpg )
9
9
10
- ### Actual Cluster Centers
11
- ![ ] ( MeanShift/results/2*cluster_centers.jpg )
10
+ ### Actual Cluster Centers
11
+ ![ ] ( MeanShift/results/2*cluster_centers.jpg )
12
12
13
- ### Predicting Cluster Centers
13
+ ### Predicting Cluster Centers
14
14
15
- * #### Initialization of Predicted Cluster Centers
16
- ![ ] ( MeanShift/results/1*progress_0000_initialization_of_cluster_centers.jpg )
15
+ * #### Initialization of Predicted Cluster Centers
16
+ ![ ] ( MeanShift/results/1*progress_0000_initialization_of_cluster_centers.jpg )
17
17
18
- * #### Predicted Cluster Centers after 2nd Iteration
19
- ![ ] ( MeanShift/results/1*progress_0002_cluster_centers.jpg )
18
+ * #### Predicted Cluster Centers after 2nd Iteration
19
+ ![ ] ( MeanShift/results/1*progress_0002_cluster_centers.jpg )
20
20
21
- * #### Predicted Cluster Centers after 4th Iteration
22
- ![ ] ( MeanShift/results/1*progress_0004_cluster_centers.jpg )
21
+ * #### Predicted Cluster Centers after 4th Iteration
22
+ ![ ] ( MeanShift/results/1*progress_0004_cluster_centers.jpg )
23
23
24
- * #### Predicted Cluster Centers after 6th Iteration
25
- ![ ] ( MeanShift/results/1*progress_0006_cluster_centers.jpg )
24
+ * #### Predicted Cluster Centers after 6th Iteration
25
+ ![ ] ( MeanShift/results/1*progress_0006_cluster_centers.jpg )
26
26
27
- ### Result
28
- ![ ] ( MeanShift/results/3*meanShift_result.jpg )
27
+ ### Final Result
28
+ ![ ] ( MeanShift/results/3*meanShift_result.jpg )
29
29
30
30
* ## xyz ALgo
0 commit comments