mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
restructured presentation
This commit is contained in:
parent
75bc9d0dae
commit
3a8564348e
9 changed files with 103 additions and 58 deletions
13
presentations/Bachelor-Short/LaTeX/neural-nets.tex
Normal file
13
presentations/Bachelor-Short/LaTeX/neural-nets.tex
Normal file
|
@ -0,0 +1,13 @@
|
|||
\subsection{Neural Net experiments}
|
||||
\begin{frame}{Experiments}
|
||||
\textbf{Preprocessing:} Scaling, shifting and linear interpolation\\
|
||||
\textbf{Features:} Coordinates of 80 points (4 Lines with 20 points each)\\
|
||||
\textbf{Learning:} MLP, 300 epochs, LR of 0.1
|
||||
\begin{itemize}
|
||||
\item[] \textit{toplogy \tabto{6cm} error in training time}
|
||||
\item 160:500:369 \tabto{6cm} 30.62 \% in \hphantom{0}9min 08s
|
||||
\item 160:500:500:369 \tabto{6cm} 27.73 \% in 11min 49s
|
||||
\item 160:500:500:500:369 \tabto{6cm} 34.79 \% in 14min 09s
|
||||
\item 160:500:500:500:500:369 \tabto{6cm} 33.61 \% in 14min 06s
|
||||
\end{itemize}
|
||||
\end{frame}
|
Loading…
Add table
Add a link
Reference in a new issue