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 aa2a7fe commit a7c6942Copy full SHA for a7c6942
README.md
@@ -24,7 +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
+* Hierarchical clustering with Dendograms 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