cleaning up svm slides

This commit is contained in:
mhjensen
2019-11-15 06:17:02 +01:00
parent dcf2c56e72
commit 59cd80d31c
35 changed files with 61 additions and 245 deletions
+1 -4
View File
@@ -1094,7 +1094,7 @@ sol[primal objective]
!split
===== Back to the more realistic cases =====
We are now ready to return to our setup of the optmization problem for a more realistic case. Introducint the _slack_ parameter $C$ we have
We are now ready to return to our setup of the optmization problem for a more realistic case. Introducing the _slack_ parameter $C$ we have
!bt
\[
\frac{1}{2} \bm{\lambda}^T\begin{bmatrix} y_1y_1K(\bm{x}_1,\bm{x}_1) & y_1y_2K(\bm{x}_1,\bm{x}_2) & \dots & \dots & y_1y_nK(\bm{x}_1,\bm{x}_n) \\
@@ -1142,6 +1142,3 @@ print(x0)
!ec
!split
===== Multiclass problems and regression with SVMs =====
This material will be added later.