2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

Bachelor-short: Added more information what I will do; fixed mistake; added new image

This commit is contained in:
Martin Thoma 2014-08-27 10:54:33 -04:00
parent e35e98c6cd
commit 5ce0b7ab5c
5 changed files with 7 additions and 5 deletions

View file

@ -2,7 +2,7 @@
\begin{frame}{Experiments}
\textbf{Preprocessing:} Scaling, shifting and linear interpolation\\
\textbf{Features:} Coordinates of 80 points (4 strokes with 20 points each)\\
\textbf{Learning:} MLP, 300 epochs, LR of 0.1
\textbf{Learning:} MLP, 300 epochs, LR of 0.1, Momentum 0.1
\begin{table}[h]
\begin{tabular}{lrl}

View file

@ -1,9 +1,11 @@
\subsection{What will I do next?}
\begin{frame}{What will I do next?}
\begin{itemize}
\item Include the currently best model in write-math.com
\item Evaluate preprocessing steps
\item Try other features
\item Try other topologies / trainings (e.g. pretraining, newbob)
\item Eventually try convolutional neural nets
\end{itemize}
\end{frame}

View file

@ -29,7 +29,7 @@
for recordings
\item users can vote for \LaTeX{} answers:
\Large $\leq$, $\leqq$, $\leqslant$, \dots \normalsize
\item user who wrote the formula can accept one answer
\item user who entered the recording can accept one answer
\end{itemize}
\end{frame}
@ -45,8 +45,8 @@
\begin{frame}[fragile]{Statistics}
\begin{itemize}
\item 127 users with at least 5 recordings
\item 1109 symbols, but only 369 used for experiments
\item $\num{235831}$ recordings (e.g. $\num{3486}$ times \verb+\int+)
\item $\num{1111}$ symbols, but only $\num{369}$ used for experiments
\item $\num{235831}$ recordings (e.g. $\num{3489}$ times \verb+\int+, but only 50 times \verb+X+)
\end{itemize}
\end{frame}
@ -54,7 +54,7 @@
\begin{itemize}
\item preprocessing: Scale to fit into unit square while keeping the aspect
ratio
\item applies dynamic time warping
\item applies greedy time warping
\item compares a new recording with every recording
in the database
\item[$\Rightarrow$] Classification time is in $\mathcal{O}(\text{recordings})$,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Before After
Before After