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 64566c7 commit 3450027Copy full SHA for 3450027
README.md
@@ -25,6 +25,7 @@ Essential codes for jump-starting machine learning/data science with Python
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 Dendograms showing how to choose optimal number of clusters
28
+* DBSCAN (showing how it can generically detect areas of high density irrespective of cluster shapes, which the k-means fails to do)
29
30
### Deep Learning/Neural Network
31
* Demo notebook to illustrate the superiority of deep neural network for complex nonlinear function approximation task.
0 commit comments