We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54fa014 commit 554b6aeCopy full SHA for 554b6ae
README.md
@@ -23,6 +23,7 @@ Essential codes for jump-starting machine learning/data science with Python
23
### Clustering
24
* _K_-means clustering
25
* Affinity propagation (showing its time complexity and the effect of damping factor)
26
+* Mean-shift technique (showing its time complexity and the effect of noise on cluster discovery)
27
28
### Deep Learning/Neural Network
29
* Demo notebook to illustrate the superiority of deep neural network for complex nonlinear function approximation task.
0 commit comments