Complete pass over thesis

- added more glossary terms
- fixed tenses
- removed wrong plural forms of open set error
- removed unsupported claims
- improved wording and language

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-09-29 15:08:03 +02:00
parent a336a9ad58
commit d84d65ddd6
2 changed files with 265 additions and 237 deletions

469
body.tex

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,41 @@
% acronyms
\newacronym{NMS}{NMS}{non-maximum suppression}
\newacronym{OSE}{OSE}{open set error}
\newacronym{SSD}{SSD}{Single Shot MultiBox Detector}
\newacronym{pdf}{pdf}{probabilistic density function}
% terms
\newglossaryentry{BGR}{
name={BGR},
description={
stands for the three colour channels blue, green, and red in this order
}
}
\newglossaryentry{Caffe}{
name={Caffe},
description={
is a deep learning framework written in C++
}
}
\newglossaryentry{entropy}{
name={entropy},
description={
describes the amount of information provided by something. More likely
events have a lower entropy than rare events. In case of classification probabilities, uniform predictions contain more information than predictions with a clear "winner"
}
}
\newglossaryentry{posterior}{
name={posterior},
description={
probability output of a neural network
}
}
\newglossaryentry{RGB}{
name={RGB},
description={
stands for the three colour channels red, green, and blue in this order
}
}
\newglossaryentry{vanilla}
{
name={vanilla},