mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
minor changes
This commit is contained in:
parent
e95ee0a163
commit
fcc245104f
5 changed files with 49 additions and 32 deletions
20
documents/bachelor-thesis-kit/German-Summary.tex
Normal file
20
documents/bachelor-thesis-kit/German-Summary.tex
Normal file
|
@ -0,0 +1,20 @@
|
|||
\documentclass[a4paper,oneside]{scrartcl}
|
||||
\usepackage{amssymb, amsmath} % needed for math
|
||||
\usepackage[utf8]{inputenc} % this is needed for umlauts
|
||||
\usepackage[ngerman]{babel} % this is needed for umlauts
|
||||
\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
|
||||
|
||||
\begin{document}
|
||||
Das Finden des Namens eines unbekannten Symbols ist häufig schwierig. Es ist
|
||||
allerdings einfach das Symbol zu schreiben. In dieser Bachelor-Arbeit werden
|
||||
mehrere Systeme vorgestellt, welche den Bewegungsablauf des Stifts benutzen um
|
||||
die handgeschriebenen Symbole zu klassifizieren. Fünf Vorverarbeitungsschritte,
|
||||
ein Algorithmus zur Vermehrung der vorhandenen Datensätze, fünf Features und
|
||||
fünf Varianten des Trainings von Multilayer-Perzeptronen. Diese wurden mit
|
||||
166898 Datensätzen, welche in zwei Crowdsourcing-Projekten gesammelt wurden,
|
||||
evaluiert. Die Ergebnisse der Evaluation dieser 21 Experimente wurden genutzt
|
||||
um einen optimierten Klassifizierer zu erstellen. Dieser hat einen TOP 1
|
||||
Fehler von weniger als 17.5\% und einen TOP 3 Fehler von 4.0\%. Das stellt eine
|
||||
Verbesserung von 18.5\% des TOP 1 Fehlers und 29.7\% des TOP 3 Fehlers
|
||||
dar.
|
||||
\end{document}
|
8
documents/bachelor-thesis-kit/Makefile
Normal file
8
documents/bachelor-thesis-kit/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
SOURCE = German-Summary
|
||||
|
||||
make:
|
||||
pdflatex $(SOURCE).tex -output-format=pdf
|
||||
make clean
|
||||
|
||||
clean:
|
||||
rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.toc
|
|
@ -1,11 +1,3 @@
|
|||
I think I may not add this to my repository. So please have a look at
|
||||
|
||||
* [www.math.kit.edu/...](http://www.math.kit.edu/lehre/seite/bachmastarbeiten/de#Latexvorlage%20f%C3%BCr%20Bachelorarbeit)
|
||||
|
||||
## Problems
|
||||
There seems to be a problem that `\section` does not compile.
|
||||
|
||||
This seems to be a problem of the latest version of koma scripts.
|
||||
It happens with `\pagestyle{headings}`.
|
||||
You can eventually get rid of it by adding `\usepackage{scrpage2}` to
|
||||
your preamble and set `\pagestyle{scrheadings}`.
|
||||
Source code of my bachelors thesis. See
|
||||
[martin-thoma.com/write-math](http://martin-thoma.com/write-math/)
|
||||
for more information.
|
|
@ -1,23 +1,11 @@
|
|||
## Noch zu Kaufen
|
||||
|
||||
Notizbuch, Kugelschreiber
|
||||
|
||||
- [ ] Smartphone (Auslandstariv?) -- https://www.simyo.de/ausland-tarifoptionen.html
|
||||
- [ ] Blasenpflaster
|
||||
- [ ] Insektenspray
|
||||
- [ ] 1 Shirt
|
||||
- [ ] 1 Paar Socken
|
||||
- [ ] 1 warmer Pulli
|
||||
- [ ] Kernseife + Hülle
|
||||
|
||||
## Mitnehmen
|
||||
|
||||
- Rucksack (Aircontact 55+10, 2.6kg)
|
||||
- Kleidung
|
||||
- [ ] Wanderschuhe (1.1kg)
|
||||
- [ ] 3 Shirts
|
||||
- [ ] 2 Shirts
|
||||
- [ ] 3 Boxershorts
|
||||
- [ ] 3 Paar Socken
|
||||
- [ ] 2 Paar Socken
|
||||
- [ ] 1 warmer Pulli
|
||||
- [ ] 1 lange Hose
|
||||
- [ ] 1 Badehose / kurze Hose
|
||||
|
@ -38,11 +26,20 @@ Notizbuch, Kugelschreiber
|
|||
- [ ] Shampoo
|
||||
- [ ] Handtuch
|
||||
- [ ] Taschentücher
|
||||
- [ ] Kernseife + Hülle
|
||||
- Medizin
|
||||
- [ ] Insektenspray
|
||||
- [ ] Schmerzmittel (Ibuproven)
|
||||
- [ ] Durchfallmittel
|
||||
- [ ] Blasenpflaster
|
||||
- Planung
|
||||
- [ ] Reisepass
|
||||
- [ ] Flugtickets / sonstige Tickets
|
||||
- [ ] VISA-Karte
|
||||
- [ ] Bargeld (100 Pfund)
|
||||
- [ ] Smartphone (Auslandstariv?)
|
||||
- Weiteres
|
||||
- [ ] Kamera (incl. Speicherkarte + Ersatzakku + Ladegerät)
|
||||
- [ ] Stromadapter
|
||||
- [ ] Notizbuch
|
||||
- [ ] Kugelschreiber
|
Loading…
Add table
Add a link
Reference in a new issue