forked from giacThePhantom/intro2ml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrincipal.tex
27 lines (23 loc) · 811 Bytes
/
Principal.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\input{prefix}
\title{\Huge \textbf{Introduction to machine learning}}
\author{
Giacomo Fantoni \\
\small Telegram: \href{https://t.me/GiacomoFantoni}{@GiacomoFantoni} \\[3pt]
\small Github: \href{https://github.com/giacThePhantom/intro2ml}{https://github.com/giacThePhantom/intro2ml}}
\begin{document}
\maketitle
\tableofcontents
\input{Chapters/01_Introduzione}
\input{Chapters/02_MLBasic}
\input{Chapters/03_KNN}
\input{Chapters/04_ModelliLineari}
\input{Chapters/05_DecisionTrees}
\input{Chapters/06_MultiClassClassification}
\input{Chapters/07_Ranking}
\input{Chapters/08_GradientDescent}
\input{Chapters/09_Regularization}
\input{Chapters/10_SVM}
\input{Chapters/11_NeuralNetworks}
\input{Chapters/12_UnsupervisedLearning}
\input{Chapters/13_ReinforcementLearning}
\end{document}