Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeoli committed Mar 7, 2021
1 parent 102af07 commit e36faae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ Numerical Methods and Optimization course @ [Department of Computer Science](ht
- [x] QP solver with [qpsolvers](https://github.com/stephane-caron/qpsolvers) interface to
[cvxopt](https://github.com/cvxopt/cvxopt), [quadprog](https://github.com/rmcgibbo/quadprog),
[qpOASES](https://github.com/coin-or/qpOASES), [etc](https://github.com/stephane-caron/qpsolvers#solvers).



| SVC | SVR |
| :----: | :----: |
| <img src="notebooks/ml/tex/img/svc_hinge_loss.png" width="425" alt="Linear SVM hard margin."/> | <img src="notebooks/ml/tex/img/svr_eps_loss.png" width="425" alt="Linear SVM hard margin."/> |
| <img src="notebooks/ml/tex/img/linear_dual_svc_hyperplane.png" width="425" alt="Linear SVM hard margin."/> | <img src="notebooks/ml/tex/img/linear_dual_svr_hyperplane.png" width="425" alt="Linear SVM hard margin."/> |
| <img src="notebooks/ml/tex/img/poly_dual_svc_hyperplane.png" width="425" alt="Linear SVM hard margin."/> | <img src="notebooks/ml/tex/img/poly_dual_svr_hyperplane.png" width="425" alt="Linear SVM hard margin."/> |
| <img src="notebooks/ml/tex/img/gaussian_dual_svc_hyperplane.png" width="425" alt="Linear SVM hard margin."/> | <img src="notebooks/ml/tex/img/gaussian_dual_svr_hyperplane.png" width="425" alt="Linear SVM hard margin."/> |

| Linear kernel | Linear kernel |
| <img src="notebooks/ml/tex/img/linear_dual_svc_hyperplane.png"/> | <img src="notebooks/ml/tex/img/linear_dual_svr_hyperplane.png"/> |
| Polynomial kernel | Polynomial kernel |
| <img src="notebooks/ml/tex/img/poly_dual_svc_hyperplane.png"/> | <img src="notebooks/ml/tex/img/poly_dual_svr_hyperplane.png"/> |
| Gaussian kernel | Gaussian kernel |
| <img src="notebooks/ml/tex/img/gaussian_dual_svc_hyperplane.png"/> | <img src="notebooks/ml/tex/img/gaussian_dual_svr_hyperplane.png"/> |

- [x] Neural Networks
- [x] Neural Network Classifier
Expand Down

0 comments on commit e36faae

Please sign in to comment.