From 8dd7aef368ca1f993c2c3d4b830ab683a8164680 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 7 Aug 2020 16:31:53 +0200 Subject: [PATCH] citations --- cnam/travaux/probatoire/document.bib | 47 ++++++++++++++++++- .../probatoire/document/principles.tex | 18 +++---- 2 files changed, 55 insertions(+), 10 deletions(-) diff --git a/cnam/travaux/probatoire/document.bib b/cnam/travaux/probatoire/document.bib index fee8402..0de47f4 100644 --- a/cnam/travaux/probatoire/document.bib +++ b/cnam/travaux/probatoire/document.bib @@ -1,15 +1,60 @@ -@book{homl, +@book{homl-large-scale, author = "Aurélien Géron", title = "Hands-on Machine Learning", year = "2019", publisher = "O'Reilly", +pages = "154", } +@book{homl-hard-few, +author = "Aurélien Géron", +title = "Hands-on Machine Learning", +year = "2019", +publisher = "O'Reilly", +pages = "155", +} +@book{homl-nonlinear-linear, +author = "Aurélien Géron", +title = "Hands-on Machine Learning", +year = "2019", +publisher = "O'Reilly", +pages = "157", +} +@book{homl-poly, +author = "Aurélien Géron", +title = "Hands-on Machine Learning", +year = "2019", +publisher = "O'Reilly", +pages = "159", +} +@book{homl-rbf, +author = "Aurélien Géron", +title = "Hands-on Machine Learning", +year = "2019", +publisher = "O'Reilly", +pages = "161", +} +@book{homl-linear, +author = "Aurélien Géron", +title = "Hands-on Machine Learning", +year = "2019", +publisher = "O'Reilly", +pages = "163", +} +@book{homl-nonlinear, +author = "Aurélien Géron", +title = "Hands-on Machine Learning", +year = "2019", +publisher = "O'Reilly", +pages = "164", +} + @book{csdd, author = "Jean Beney", title = "Classification supervisée de documents : théorie et pratique", year = "2008", publisher = "Hermes Science", } + @article{svm, author = "Ricco Rakotomalala", title = "SVM : Support Vector Machine", diff --git a/cnam/travaux/probatoire/document/principles.tex b/cnam/travaux/probatoire/document/principles.tex index 757ec98..2caedcf 100644 --- a/cnam/travaux/probatoire/document/principles.tex +++ b/cnam/travaux/probatoire/document/principles.tex @@ -30,14 +30,14 @@ deux types de résolution sont disponibles : \subsubsection{Régression linéaire} -\bifig{}{Régression linéaire} +\bifig{}{Régression linéaire \cite{homl-linear}} {16em}{regression_linear_left}{regression_linear_right} … \subsubsection{Régression non linéaire} -\bifig{}{Régression non linéaire} +\bifig{}{Régression non linéaire \cite{homl-nonlinear}} {16em}{regression_nonlinear_left}{regression_nonlinear_right} … @@ -50,22 +50,22 @@ deux types de résolution sont disponibles : … -\bifig{}{Vaste marge} +\bifig{}{Vaste marge \cite{homl-large-scale}} {9em}{margin_large_left}{margin_large_right} … -\bifig{}{} +\bifig{}{ \cite{homl-large-scale}} {10em}{margin_scale_left}{margin_scale_right} … -\bifig{}{} +\bifig{}{ \cite{homl-hard-few}} {9em}{margin_hard_left}{margin_hard_right} … -\bifig{}{} +\bifig{}{ \cite{homl-hard-few}} {9em}{margin_few_left}{margin_few_right} … @@ -74,17 +74,17 @@ deux types de résolution sont disponibles : … -\bifig{}{Séparabilité linéaire} +\bifig{}{Séparabilité linéaire \cite{homl-nonlinear-linear}} {14em}{nonlinear_linear_left}{nonlinear_linear_right} … -\bifig{}{Fonction noyau polynominale} +\bifig{}{Fonction noyau polynominale \cite{homl-poly}} {14em}{kernel_polynomial_left}{kernel_polynomial_right} … -\bifig{}{Fonction noyau gaussien \gls{rbf}} +\bifig{}{Fonction noyau gaussien \gls{rbf} \cite{homl-rbf}} {26em}{kernel_rbf_left}{kernel_rbf_right} …