Add machine learning analysis

Signed-off-by: Riccardo Finotello <riccardo.finotello@gmail.com>
This commit is contained in:
2020-10-08 17:04:03 +02:00
parent d7cff17a8f
commit 4e2874b291
47 changed files with 1785 additions and 197 deletions

View File

@@ -16,7 +16,7 @@
\RequirePackage{dsfont} %---------------------- improved math set symbols
\RequirePackage{upgreek} %--------------------- better Greek alphabet
\RequirePackage{physics} %--------------------- full physics-related commands
\RequirePackage{siunitx} %--------------------- SI units formatting
\RequirePackage[binary-units=true]{siunitx} %-- SI units formatting
\RequirePackage{graphicx} %-------------------- images and figures
\RequirePackage{ifthen} %---------------------- conditionals
\RequirePackage[sort&compress,
@@ -61,6 +61,8 @@
\providecommand{\cy}{\textsc{CY}\xspace}
\providecommand{\lhs}{\textsc{lhs}\xspace}
\providecommand{\rhs}{\textsc{rhs}\xspace}
\providecommand{\mse}{\textsc{mse}\xspace}
\providecommand{\mae}{\textsc{mae}\xspace}
\providecommand{\ap}{\ensuremath{\alpha'}\xspace}
\providecommand{\sgn}{\ensuremath{\mathrm{sign}}}