Add part of the deep learning paper

Signed-off-by: Riccardo Finotello <riccardo.finotello@gmail.com>
This commit is contained in:
2020-10-07 23:53:50 +02:00
parent 64e0b7b0ce
commit d7cff17a8f
9 changed files with 2054 additions and 98 deletions

View File

@@ -24,6 +24,9 @@
}
%---- abbreviations
\newcommand{\ml}{\textsc{ml}\xspace}
\newcommand{\nn}{\textsc{nn}\xspace}
\newcommand{\eda}{\textsc{eda}\xspace}
\newcommand{\bo}{\textsc{bo}\xspace}
\newcommand{\nbo}{\textsc{nbo}\xspace}
\newcommand{\gnbo}{\textsc{gnbo}\xspace}
@@ -32,6 +35,7 @@
\newcommand{\hyp}[4]{\ensuremath{\mathrm{F}\left( #1,\, #2;\, #3;\, #4 \right)}}
\newcommand{\poch}[2]{\ensuremath{\left( #1 \right)_{#2}}}
\newcommand{\gfun}[1]{\ensuremath{\Gamma\left( #1 \right)}}
\newcommand{\hodge}[2]{\ensuremath{h^{#1,#2}}}
%---- derivatives
\newcommand{\consprod}[2]{\left\langle #1, #2 \right\rangle}