Skip to content

Commit 485d0cb

Browse files
committed
Update post on implementing ML algorithms to link to recent SVM implementation.
1 parent c3bd599 commit 485d0cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_posts/2015-09-08-ml-python.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ Current Implementations:
2424
* **[Logistic Regression](/notebooks/Logistic-Regression)**
2525
* **[K-Means](/notebooks/k-means)** (Added Sep 9, 2015)
2626
* **[Artificial Neural Networks](/notebooks/Artificial-Neural-Networks)** (Added Sep 24, 2015)
27+
* **[Support Vector Machines](/notebooks/SVM)** (Added Feb 9, 2016)
2728

2829
Upcoming Implementations / Notebooks:
2930

3031
* Limitations of k-means
31-
* Support vector machines
32+
* <strike>Support vector machines</strike>
3233
* Cross-validation

0 commit comments

Comments
 (0)