Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132930 views
License: OTHER
1
\subsection{Neural Net experiments}
2
\begin{frame}{Experiments}
3
\textbf{Preprocessing:} Scaling, shifting and linear interpolation\\
4
\textbf{Features:} Coordinates of 80 points (4 strokes with 20 points each)\\
5
\textbf{Learning:} MLP, 300 epochs, LR of 0.1, Momentum 0.1
6
7
\begin{table}[h]
8
\begin{tabular}{lrl}
9
\toprule
10
Topology & Error & Training time \\ \midrule
11
160:500:369 & 30.62 \% & \hphantom{0}9min 08s \\
12
160:500:500:369 & 27.73 \% & 11min 49s \\
13
160:500:500:500:369 & 34.79 \% & 14min 09s \\
14
160:500:500:500:500:369 & 33.61 \% & 14min 06s \\
15
\bottomrule
16
\end{tabular}
17
\end{table}
18
19
\end{frame}
20
21
\begin{frame}[fragile]{Examples of confusable symbols}
22
\begin{table}[ht]
23
\centering
24
\begin{tabular}{lc|lc}
25
\textbf{\LaTeX}& \textbf{Rendered} & \textbf{\LaTeX}& \textbf{Rendered} \\\midrule
26
\verb+\sum+ & $\sum$ & \verb+$\Sigma$+ & $\Sigma$\\
27
\verb+\coprod+ & $\coprod$ & \verb+$\amalg$+ & $\amalg$\\
28
\verb+\perp+ & $\perp$ & \verb+$\bot$+ & $\bot$\\
29
\verb+\models+ & $\models$ & \verb+$\vDash$+ & $\vDash$\\
30
\verb+\emptyset+ & $\emptyset$ & \verb+$\diameter$+ & $\diameter$\\
31
~ & ~ & \verb+$\o$+ & $\o$\\
32
~ & ~ & \verb+$\varnothing$+ & $\varnothing$\\
33
\verb+\Delta+ & $\Delta$ & \verb+$\triangle$+ & $\triangle$\\
34
\verb+\varepsilon+ & $\varepsilon$ & \verb+$\mathcal{E}$+ & $\mathcal{E}$\\
35
\end{tabular}
36
\end{table}
37
38
When those confusions are not counted as errors, the current best system
39
has an classification error rate of $12.7 \%$ (otherwise $22.2 \%$).
40
41
\end{frame}
42