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 035215e commit aa2a7feCopy full SHA for aa2a7fe
README.md
@@ -24,6 +24,7 @@ Essential codes for jump-starting machine learning/data science with Python
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
+* Hierarchical clustering with Denograms showing how to choose optimal number of clusters
28
29
### Deep Learning/Neural Network
30
* Demo notebook to illustrate the superiority of deep neural network for complex nonlinear function approximation task.
0 commit comments