bib,float,images,ml

This commit is contained in:
Marc Beninca 2020-08-08 12:06:15 +02:00
parent 8dd7aef368
commit b341bb4286
8 changed files with 40 additions and 14 deletions

View file

@ -1,6 +1,7 @@
@book{homl-large-scale, @book{homl-large-scale,
author = "Aurélien Géron", author = "Aurélien Géron",
title = "Hands-on Machine Learning", title = "Hands-on Machine Learning",
edition = "2nd",
year = "2019", year = "2019",
publisher = "O'Reilly", publisher = "O'Reilly",
pages = "154", pages = "154",
@ -8,6 +9,7 @@ pages = "154",
@book{homl-hard-few, @book{homl-hard-few,
author = "Aurélien Géron", author = "Aurélien Géron",
title = "Hands-on Machine Learning", title = "Hands-on Machine Learning",
edition = "2nd",
year = "2019", year = "2019",
publisher = "O'Reilly", publisher = "O'Reilly",
pages = "155", pages = "155",
@ -15,20 +17,39 @@ pages = "155",
@book{homl-nonlinear-linear, @book{homl-nonlinear-linear,
author = "Aurélien Géron", author = "Aurélien Géron",
title = "Hands-on Machine Learning", title = "Hands-on Machine Learning",
edition = "2nd",
year = "2019", year = "2019",
publisher = "O'Reilly", publisher = "O'Reilly",
pages = "157", pages = "157",
} }
@book{homl-feat-poly,
author = "Aurélien Géron",
title = "Hands-on Machine Learning",
edition = "2nd",
year = "2019",
publisher = "O'Reilly",
pages = "158",
}
@book{homl-poly, @book{homl-poly,
author = "Aurélien Géron", author = "Aurélien Géron",
title = "Hands-on Machine Learning", title = "Hands-on Machine Learning",
edition = "2nd",
year = "2019", year = "2019",
publisher = "O'Reilly", publisher = "O'Reilly",
pages = "159", pages = "159",
} }
@book{homl-feat-simi,
author = "Aurélien Géron",
title = "Hands-on Machine Learning",
edition = "2nd",
year = "2019",
publisher = "O'Reilly",
pages = "160",
}
@book{homl-rbf, @book{homl-rbf,
author = "Aurélien Géron", author = "Aurélien Géron",
title = "Hands-on Machine Learning", title = "Hands-on Machine Learning",
edition = "2nd",
year = "2019", year = "2019",
publisher = "O'Reilly", publisher = "O'Reilly",
pages = "161", pages = "161",
@ -36,6 +57,7 @@ pages = "161",
@book{homl-linear, @book{homl-linear,
author = "Aurélien Géron", author = "Aurélien Géron",
title = "Hands-on Machine Learning", title = "Hands-on Machine Learning",
edition = "2nd",
year = "2019", year = "2019",
publisher = "O'Reilly", publisher = "O'Reilly",
pages = "163", pages = "163",
@ -43,6 +65,7 @@ pages = "163",
@book{homl-nonlinear, @book{homl-nonlinear,
author = "Aurélien Géron", author = "Aurélien Géron",
title = "Hands-on Machine Learning", title = "Hands-on Machine Learning",
edition = "2nd",
year = "2019", year = "2019",
publisher = "O'Reilly", publisher = "O'Reilly",
pages = "164", pages = "164",

View file

@ -19,12 +19,12 @@ urlcolor=blue,
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ %⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\newcommand{\cnam}{\begin{center} \newcommand{\cnam}{\begin{center}
\includegraphics[height=6em]{../cnam.png}\end{center}} \includegraphics[height=6em]{../cnam.png}\end{center}}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\newcommand{\fig}[4]{\begin{figure}[!h]\begin{center} \newcommand{\fig}[4]{\begin{figure}[H]\begin{center}
\includegraphics[height=#3]{images/#4.png} \includegraphics[height=#3]{images/#4.png}
\caption{#2}\end{center}\end{figure}} \caption{#2}\end{center}\end{figure}}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\newcommand{\bifig}[5]{\begin{figure}[!h]\begin{center} \newcommand{\bifig}[5]{\begin{figure}[H]\begin{center}
\includegraphics[height=#3]{images/#4.png} \includegraphics[height=#3]{images/#4.png}
\includegraphics[height=#3]{images/#5.png} \includegraphics[height=#3]{images/#5.png}
\caption{#2}\end{center}\end{figure}} \caption{#2}\end{center}\end{figure}}
@ -62,23 +62,15 @@ Informatique, Réseaux, Systèmes et Multimédia
\begin{document} \begin{document}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ %⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\import{front} \import{front}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\import{glossaries} \import{glossaries}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\import{toc} \import{toc}
%––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– %–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
\import{introduction} \import{introduction}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\import{principles} \import{principles}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\import{example} \import{example}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\import{pros} \import{pros}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\import{cons} \import{cons}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\import{limitations} \import{limitations}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\import{conclusion} \import{conclusion}
%––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– %–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
\printbibliography[heading=bibintoc,title=Références] \printbibliography[heading=bibintoc,title=Références]

View file

@ -9,9 +9,9 @@ incompatibles avec les principes classiques des \gls{sgbd}.
De nouvelles méthodologies ont donc dû être créées afin de pouvoir De nouvelles méthodologies ont donc dû être créées afin de pouvoir
analyser puis exploiter ces \gls{bd}. analyser puis exploiter ces \gls{bd}.
\subsection{Le \gls{ml}} \subsection{Machine learning}
Ce concept regroupe les différentes nouvelles approches méthodologiques Le \gls{ml} regroupe les différentes nouvelles approches méthodologiques
permettant de faire ressortir une compréhension des \gls{bd}, en extraire permettant de faire ressortir une compréhension des \gls{bd}, en extraire
des \glspl{dataset} exploitables puis, à partir de cet apprentissage, des \glspl{dataset} exploitables puis, à partir de cet apprentissage,
être en mesure de comprendre de nouvelles données. être en mesure de comprendre de nouvelles données.

View file

@ -1,4 +1,5 @@
\usepackage{extsizes} \usepackage{extsizes}
\usepackage{float}
\usepackage{fontspec} \usepackage{fontspec}
\usepackage[a4paper,portrait, \usepackage[a4paper,portrait,
bmargin=20mm,lmargin=20mm,rmargin=20mm,tmargin=20mm]{geometry} bmargin=20mm,lmargin=20mm,rmargin=20mm,tmargin=20mm]{geometry}

View file

@ -79,11 +79,21 @@ deux types de résolution sont disponibles :
\fig{}{ \cite{homl-feat-poly}}
{9em}{features_polynomial}
\bifig{}{Fonction noyau polynominale \cite{homl-poly}} \bifig{}{Fonction noyau polynominale \cite{homl-poly}}
{14em}{kernel_polynomial_left}{kernel_polynomial_right} {14em}{kernel_polynomial_left}{kernel_polynomial_right}
\bifig{}{ \cite{homl-feat-simi}}
{14em}{features_similar_left}{features_similar_right}
\bifig{}{Fonction noyau gaussien \gls{rbf} \cite{homl-rbf}} \bifig{}{Fonction noyau gaussien \gls{rbf} \cite{homl-rbf}}
{26em}{kernel_rbf_left}{kernel_rbf_right} {26em}{kernel_rbf_left}{kernel_rbf_right}

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB