ex-linear
This commit is contained in:
parent
b0a1c30e7d
commit
15814b43f3
6 changed files with 32 additions and 4 deletions
|
@ -112,9 +112,15 @@ year = "2010",
|
|||
school = "Université Paris VI",
|
||||
}
|
||||
|
||||
@misc{examples,
|
||||
@misc{ex-linear,
|
||||
author = "Abhishek Ghose",
|
||||
title = "Learning SVMs From Examples",
|
||||
year = "2017",
|
||||
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",
|
||||
}
|
||||
|
|
|
@ -1,12 +1,34 @@
|
|||
\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}
|
||||
|
||||
…
|
||||
|
||||
|
|
BIN
cnam/travaux/probatoire/images/ex-linear-out.png
Normal file
BIN
cnam/travaux/probatoire/images/ex-linear-out.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
BIN
cnam/travaux/probatoire/images/ex-linear-plot.png
Normal file
BIN
cnam/travaux/probatoire/images/ex-linear-plot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 78 KiB |
BIN
cnam/travaux/probatoire/images/ex-linear-soft.png
Normal file
BIN
cnam/travaux/probatoire/images/ex-linear-soft.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 KiB |
BIN
cnam/travaux/probatoire/images/ex-linear-svm.png
Normal file
BIN
cnam/travaux/probatoire/images/ex-linear-svm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
Loading…
Add table
Add a link
Reference in a new issue