Files
masterthesis-latex/glossary.tex
Jim Martens d84d65ddd6 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>
2019-09-29 15:11:38 +02:00

46 lines
1.2 KiB
TeX

% 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},
description={
is used to describe the original state of something
}
}