NicoWeio / Bachelor

Bachelor's thesis about DSEA + CORN.

Home Page:https://nicoweio.github.io/Bachelor/build/thesis.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TUDoThesis Build Thesis

LaTeX class file and template for a thesis written at TU Dortmund

The template is build for use with lualatex and biblatex with biber, the class file can be used with the LaTeX engine of your choice, it is completely independent.

This is an unofficial document which was created from my bachelor thesis, which itself was strongly influenced by the latex files which @kdungs used for his bachelor's thesis.

All used packages and commands are explained in depth in the materials of the PeP et al. LaTeX Workshop:

http://toolbox.pep-dortmund.de/notes.html

Compiliation

compile with

$ latexmk

or

$ make

For more information, have a look into example.pdf

Style

  • APA Title Case Capitalization
  • Acronyms are written using the corresponding LaTeX command \ac{}.
    • This will be expanded to the full name in the first occurrence of the acronym in the text:

      Conditional Ordinal Regression for Neural Networks (CORN)

  • Figures and tables have their caption below
    • Though I've always heard „Abbildungen haben eine Unterschrift, Tabellen eine Überschrift.“

Consistency

  • re-weighting, not reweighting
  • step size, not stepsize
  • Wasserstein, not Vaseršteĭn
  • box plot, not boxplot
  • ordinality → ?
  • TODO: data set, not dataset
  • \num{3} vs. three for small numbers

Future work

  • add test metrics directly to PyTorch
    • for Wasserstein distance, see here

About

Bachelor's thesis about DSEA + CORN.

https://nicoweio.github.io/Bachelor/build/thesis.pdf

License:MIT License


Languages

Language:TeX 79.9%Language:Python 19.8%Language:Makefile 0.3%