70 lines
1.4 KiB
TeX
70 lines
1.4 KiB
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Course on "Data-mining and Machine Learning" - GENIOMHE - M1-S1
|
|
%
|
|
% Author: Samuel Ortion <samuel@ortion.fr>
|
|
% Version: 0.1.0
|
|
% Date: 2023
|
|
% Licence: CC-By-SA 4.0+ International
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\documentclass[twoside=false,fontsize=10pt,fleqn]{scrbook}
|
|
\usepackage{mus}
|
|
\usepackage{standalone}
|
|
\titlehead{GENIOMHE}
|
|
\title{Data-mining and\newline{}Machine Learning}
|
|
\subtitle{}
|
|
\author{Samuel Ortion}
|
|
\date{Fall 2023}
|
|
\teacher{Farida Zerhaoui}
|
|
\cursus{GENIOMHE}
|
|
\university{Université d'Évry val d'Essonne -- Université Paris-Saclay}
|
|
\semester{M1 - S1}
|
|
|
|
\input{definitions}
|
|
\input{preamble}
|
|
|
|
\hypersetup{
|
|
pdftitle={Course - Data-mining and Machine Learning},
|
|
pdfauthor={Samuel Ortion},
|
|
pdfsubject={},
|
|
pdfkeywords={GENIOMHE, Master, bioinformatics, machine learning, statistics, data},
|
|
pdfcreator={LaTeX}
|
|
}
|
|
|
|
\usepackage{ccicons}
|
|
\usepackage[
|
|
type={CC},
|
|
modifier={by-sa},
|
|
version={4.0},
|
|
]{doclicense}
|
|
|
|
\addbibresource{references.bib}
|
|
\makeindex
|
|
|
|
\begin{document}
|
|
|
|
\setkomafont{fullpagetitle}{\fontsize{1.5cm}{3em}\fontseries{b}\selectfont}
|
|
\maketitlefullpage
|
|
|
|
{
|
|
\hypersetup{
|
|
linkcolor=black
|
|
}
|
|
\tableofcontents
|
|
}
|
|
|
|
\doclicenseThis%
|
|
|
|
% \input{content/introduction}
|
|
|
|
\input{content/chapters/include}
|
|
|
|
% \input{content/conclusion}
|
|
|
|
\nocite{*}
|
|
|
|
\printbibliography%
|
|
% \printglossary%
|
|
|
|
\end{document}
|