-
Notifications
You must be signed in to change notification settings - Fork 0
/
glossary.tex
56 lines (44 loc) · 1.66 KB
/
glossary.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
% From https://www.overleaf.com/learn/latex/Glossaries
\makeglossaries % Prepare for adding glossary entries
\newglossaryentry{latex}
{
name=latex,
description={Is a mark up language specially suited for
scientific documents}
}
\newglossaryentry{bibliography}
{
name=bibliography,
plural=bibliographies,
description={A list of the books referred to in a scholarly work,
typically printed as an appendix}
}
\newglossaryentry{maths}
{
name=mathematics,
description={Mathematics is what mathematicians do}
}
% --------------------
% ----- Acronyms -----
% --------------------
\newacronym{gan}{GAN}{generative adversarial network}
\newacronym{cnn}{CNN}{convolutional neural network}
\newacronym{ann}{ANN}{artificial neural network}
\newacronym{ml}{ML}{machine learning}
\newacronym{ai}{AI}{artificial intelligence}
\newacronym{sgd}{SGD}{stochastic gradient descent}
\newacronym{hq}{HQ}{high-quality}
\newacronym{lq}{LQ}{low-quality}
\newacronym{ct}{CT}{computed tomography}
\newacronym{fbp}{FBP}{filtered back projection}
\newacronym{fdk}{FDK}{Feldkamp-Davis-Kress}
\newacronym{piccs}{PICCS}{prior image constrained compressed sensing}
\newacronym{sirt}{SIRT}{simultaneous iterative reconstructive technique}
\newacronym{art}{ART}{algebraic reconstruction technique}
\newacronym{ssim}{SSIM}{structural similarity index measure}
\newacronym{mse}{MSE}{mean squared error}
\newacronym{mae}{MAE}{mean absolute error}
\newacronym{psnr}{PSNR}{peak signal-to-noise ratio}
\newacronym[\glslongpluralkey={regions of interest}]{roi}{ROI}{region of interest}
\newacronym{ihlq}{IHLQ}{in-house low-quality}
\newacronym{ihhq}{IHHQ}{in-house high-quality}