mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Add papers/write-math-paper
This commit is contained in:
parent
7740f0147f
commit
fe78311901
25 changed files with 10624 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
|||
%!TEX root = write-math-ba-paper.tex
|
||||
|
||||
\section{Data and Implementation}
|
||||
We used $\num{369}$ symbol classes with a total of $\num{166898}$ labeled
|
||||
recordings. Each class has at least $\num{50}$ labeled recordings, but over
|
||||
$200$ symbols have more than $\num{200}$ labeled recordings and over $100$
|
||||
symbols have more than $500$ labeled recordings.
|
||||
The data was collected by two crowd-sourcing projects (Detexify and
|
||||
\href{http://write-math.com}{write-math.com}) where users wrote
|
||||
symbols, were then given a list ordered by an early classification system and
|
||||
clicked on the symbol they wrote.
|
||||
|
||||
The data of Detexify and \href{http://write-math.com}{write-math.com} was
|
||||
combined, filtered semi-automatically and can be downloaded via
|
||||
\href{http://write-math.com/data}{write-math.com/data} as a compressed tar
|
||||
archive of CSV files.
|
||||
|
||||
All of the following preprocessing and feature computation algorithms were
|
||||
implemented and are publicly available as open-source software in the Python
|
||||
package \texttt{hwrt}.
|
Loading…
Add table
Add a link
Reference in a new issue