Skip to content

Commit

Permalink
(docs): SVMs added to README
Browse files Browse the repository at this point in the history
  • Loading branch information
zotroneneis committed Apr 19, 2021
1 parent 6cc349f commit 51aa0b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This repository contains implementations of basic machine learning algorithms in
- [Multinomial Logistic Regression](softmax_regression.ipynb)
- [Decision tree for classification](decision_tree_classification.ipynb)
- [Decision tree for regression](decision_tree_regression.ipynb)
- [Support vector machines](support_vector_machines.ipynb)


![alt text](figures/decision_tree_predictions.png)
Expand Down

0 comments on commit 51aa0b8

Please sign in to comment.