소스 검색

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

Martin Thoma 11 년 전
부모
커밋
5ce0b7ab5c

BIN
presentations/Bachelor-Short/LaTeX/bachelor-short.pdf


+ 1 - 1
presentations/Bachelor-Short/LaTeX/neural-nets.tex

@@ -2,7 +2,7 @@
 \begin{frame}{Experiments}
 \begin{frame}{Experiments}
     \textbf{Preprocessing:} Scaling, shifting and linear interpolation\\
     \textbf{Preprocessing:} Scaling, shifting and linear interpolation\\
     \textbf{Features:} Coordinates of 80 points (4 strokes with 20 points each)\\
     \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{table}[h]
     \begin{tabular}{lrl}
     \begin{tabular}{lrl}

+ 2 - 0
presentations/Bachelor-Short/LaTeX/will-do.tex

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

+ 4 - 4
presentations/Bachelor-Short/LaTeX/write-math.tex

@@ -29,7 +29,7 @@
               for recordings
               for recordings
         \item users can vote for \LaTeX{} answers:
         \item users can vote for \LaTeX{} answers:
               \Large $\leq$, $\leqq$, $\leqslant$, \dots \normalsize
               \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{itemize}
 \end{frame}
 \end{frame}
 
 
@@ -45,8 +45,8 @@
 \begin{frame}[fragile]{Statistics}
 \begin{frame}[fragile]{Statistics}
     \begin{itemize}
     \begin{itemize}
         \item 127 users with at least 5 recordings
         \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{itemize}
 \end{frame}
 \end{frame}
 
 
@@ -54,7 +54,7 @@
     \begin{itemize}
     \begin{itemize}
         \item preprocessing: Scale to fit into unit square while keeping the aspect
         \item preprocessing: Scale to fit into unit square while keeping the aspect
               ratio
               ratio
-        \item applies dynamic time warping
+        \item applies greedy time warping
         \item compares a new recording with every recording
         \item compares a new recording with every recording
               in the database
               in the database
         \item[$\Rightarrow$] Classification time is in $\mathcal{O}(\text{recordings})$,
         \item[$\Rightarrow$] Classification time is in $\mathcal{O}(\text{recordings})$,

BIN
presentations/Bachelor-Short/images/classify.png