ex-linear

This commit is contained in:
Marc Beninca 2020-08-14 16:38:42 +02:00
parent b0a1c30e7d
commit 15814b43f3
6 changed files with 32 additions and 4 deletions

View file

@ -112,9 +112,15 @@ year = "2010",
school = "Université Paris VI", school = "Université Paris VI",
} }
@misc{examples, @misc{ex-linear,
author = "Abhishek Ghose", author = "Abhishek Ghose",
title = "Learning SVMs From Examples", title = "Learning SVMs From Examples",
year = "2017", year = "2017",
url = "https://www.kdnuggets.com/2017/08/support-vector-machines-learning-svms-examples.html", url = "https://www.kdnuggets.com/2017/08/support-vector-machines-learning-svms-examples.html",
} }
@misc{ex-nonlinear,
author = "Abhishek Ghose",
title = "Learning SVMs From Examples",
year = "2017",
url = "https://www.kdnuggets.com/2017/08/support-vector-machines-learning-svms-examples.html/2",
}

View file

@ -1,12 +1,34 @@
\section{Exemple} \section{Exemple}
L’exemple suivant, en 2 parties, illustre bien le propos. \cite{examples} L’exemple suivant, en 2 parties, illustre bien le propos.
\textbf{Linéaire} \textbf{Linéaire} \cite{ex-linear}
\textbf{Non linéaire} \fig{}{???}
{14em}{ex-linear-plot}
\fig{}{???}
{14em}{ex-linear-svm}
\fig{}{???}
{14em}{ex-linear-out}
\fig{}{???}
{24em}{ex-linear-soft}
\pagebreak
\textbf{Non linéaire} \cite{ex-nonlinear}

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB