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 c3bd599 commit 485d0cbCopy full SHA for 485d0cb
_posts/2015-09-08-ml-python.markdown
@@ -24,9 +24,10 @@ Current Implementations:
24
* **[Logistic Regression](/notebooks/Logistic-Regression)**
25
* **[K-Means](/notebooks/k-means)** (Added Sep 9, 2015)
26
* **[Artificial Neural Networks](/notebooks/Artificial-Neural-Networks)** (Added Sep 24, 2015)
27
+* **[Support Vector Machines](/notebooks/SVM)** (Added Feb 9, 2016)
28
29
Upcoming Implementations / Notebooks:
30
31
* Limitations of k-means
-* Support vector machines
32
+* <strike>Support vector machines</strike>
33
* Cross-validation
0 commit comments