📚 The CoCalc Library - books, templates and other resources
cocalc-examples / martinthoma-latex-examples / presentations / Bachelor-Short / LaTeX / write-math.tex
132940 viewsLicense: OTHER
\subsection{Write Math}12\begin{frame}{write-math.com}3\begin{itemize}4\item a website where users can add labeled training data and unlabeled5data which they want to classify. I call this data \enquote{recording}6\begin{figure}[ht]7\centering8\subfloat{9\includegraphics[height=0.1\textwidth]{../images/279952.pdf}10}%11\qquad12\subfloat{13\includegraphics[height=0.1\textwidth]{../images/281507.pdf}14}%15\qquad16\subfloat{17\includegraphics[height=0.1\textwidth]{../images/287612.pdf}18}%19\qquad20\subfloat{21\includegraphics[height=0.1\textwidth]{../images/292175.pdf}22}%23\caption*{4 recordings}24\end{figure}25\item works with desktop computers and touch devices26\item symbol recognition can be done by multiple classifiers27\item users can contribute formulas as recordings and as \LaTeX{} answers28for recordings29\item users can vote for \LaTeX{} answers:30\Large $\leq$, $\leqq$, $\leqslant$, \dots \normalsize31\item user who entered the recording can accept one answer32\end{itemize}33\end{frame}3435\framedgraphic{Classify}{../images/classify.png}36\framedgraphic{Workflow}{../images/workflow.png}37% \framedgraphic{User page}{../images/user-page.png}38% \framedgraphic{Information about recordings}{../images/view.png}39% \framedgraphic{Symbol page}{../images/symbol.png}40% \framedgraphic{Training}{../images/train.png}41\framedgraphic{Ranking}{../images/ranking.png}424344\begin{frame}[fragile]{Statistics}45\begin{itemize}46\item 127 users with at least 5 recordings47\item $\num{1111}$ symbols, but only $\num{369}$ used for experiments48\item $\num{235831}$ recordings (e.g. $\num{3489}$ times \verb+\int+, but only 50 times \verb+X+)49\end{itemize}50\end{frame}5152\begin{frame}{First classification worker}53\begin{itemize}54\item preprocessing: Scale to fit into unit square while keeping the aspect55ratio56\item applies greedy time warping57\item compares a new recording with every recording58in the database59\item[$\Rightarrow$] Classification time is in $\mathcal{O}(\text{recordings})$,60but we rather would like $\mathcal{O}(\text{symbols})$61\item the current server / workflow can only handle about 4000 recordings62\item[$\Rightarrow$] Another way to classify is necessary63\end{itemize}64\end{frame}6566