📚 The CoCalc Library - books, templates and other resources
cocalc-examples / martinthoma-latex-examples / presentations / Bachelor-Short / LaTeX / neural-nets.tex
132941 viewsLicense: OTHER
\subsection{Neural Net experiments}1\begin{frame}{Experiments}2\textbf{Preprocessing:} Scaling, shifting and linear interpolation\\3\textbf{Features:} Coordinates of 80 points (4 strokes with 20 points each)\\4\textbf{Learning:} MLP, 300 epochs, LR of 0.1, Momentum 0.156\begin{table}[h]7\begin{tabular}{lrl}8\toprule9Topology & Error & Training time \\ \midrule10160:500:369 & 30.62 \% & \hphantom{0}9min 08s \\11160:500:500:369 & 27.73 \% & 11min 49s \\12160:500:500:500:369 & 34.79 \% & 14min 09s \\13160:500:500:500:500:369 & 33.61 \% & 14min 06s \\14\bottomrule15\end{tabular}16\end{table}1718\end{frame}1920\begin{frame}[fragile]{Examples of confusable symbols}21\begin{table}[ht]22\centering23\begin{tabular}{lc|lc}24\textbf{\LaTeX}& \textbf{Rendered} & \textbf{\LaTeX}& \textbf{Rendered} \\\midrule25\verb+\sum+ & $\sum$ & \verb+$\Sigma$+ & $\Sigma$\\26\verb+\coprod+ & $\coprod$ & \verb+$\amalg$+ & $\amalg$\\27\verb+\perp+ & $\perp$ & \verb+$\bot$+ & $\bot$\\28\verb+\models+ & $\models$ & \verb+$\vDash$+ & $\vDash$\\29\verb+\emptyset+ & $\emptyset$ & \verb+$\diameter$+ & $\diameter$\\30~ & ~ & \verb+$\o$+ & $\o$\\31~ & ~ & \verb+$\varnothing$+ & $\varnothing$\\32\verb+\Delta+ & $\Delta$ & \verb+$\triangle$+ & $\triangle$\\33\verb+\varepsilon+ & $\varepsilon$ & \verb+$\mathcal{E}$+ & $\mathcal{E}$\\34\end{tabular}35\end{table}3637When those confusions are not counted as errors, the current best system38has an classification error rate of $12.7 \%$ (otherwise $22.2 \%$).3940\end{frame}4142