|
2 | 2 |
|
3 | 3 | Implementation of some of the most used Clustering Algorithms from scratch in Python (only using Numpy).
|
4 | 4 |
|
5 | | -## MeanShift |
| 5 | +*## MeanShift |
6 | 6 |
|
7 | 7 | ### Generated Data
|
8 | 8 | 
|
9 | 9 |
|
10 | 10 | ### Actual Cluster Centers
|
11 | 11 | 
|
12 | 12 |
|
13 | | -### Initialization of Predicted Cluster Centers |
14 | | - |
| 13 | +### Predicting Cluster Centers |
15 | 14 |
|
16 | | -###Predicted Cluster Centers after 2nd Iteration |
17 | | - |
| 15 | +*#### Initialization of Predicted Cluster Centers |
| 16 | + |
18 | 17 |
|
19 | | -### Predicted Cluster Centers after 4th Iteration |
20 | | - |
| 18 | +*#### Predicted Cluster Centers after 2nd Iteration |
| 19 | + |
21 | 20 |
|
22 | | -### Predicted Cluster Centers after 6th Iteration |
23 | | - |
| 21 | +* #### Predicted Cluster Centers after 4th Iteration |
| 22 | +  |
| 23 | + |
| 24 | +* #### Predicted Cluster Centers after 6th Iteration |
| 25 | +  |
24 | 26 |
|
25 | 27 | ### Result
|
26 | 28 | 
|
| 29 | + |
| 30 | +* ## xyz ALgo |
0 commit comments