-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglossary.tex
executable file
·47 lines (36 loc) · 983 Bytes
/
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
\chapter*{Abbreviations}
\begin{multicols}{2}
\begin{acronym}
\acro{CBOW}{Continuous Bag Of Word}
\acro{TRA}{Thematic Role Assignment}
\acro{SRL}{Semantic Role Labelling}
\acro{SVM}{Support Vector Machine}
\acro{RNN}{Recurrent Neural Network}
\acro{ESN}{Echo State Network}
\acro{ESP}{Echo State Property}
\acro{CNN}{Convolutional Neural Network}
\acro{CRF}{Conditional Random Field}
\acro{NLP}{Natural Language Processing}
\acro{SCL}{Sentence Continuous Learning}
\acro{SFL}{Sentence Final Learning}
\acro{LoO}{Leave One Out}
\acro{HRI}{Human Robot Interaction}
\acro{SW}{Semantic Word}
\acro{SG}{Skip-Gram}
\acro{TP}{True Positive}
\acro{FP}{False Positive}
\acro{FN}{False Negative}
\acro{SR}{Spectral Radius}
\acro{IS}{Input Scaling}
\acro{LR}{Leak Rate}
\acro{ME}{Meaning Error}
\acro{SE}{Sentence Error}
\acro{Pr}{Precision}
\acro{Re}{Recall}
\acro{F1}{F1-Score}
\acro{A}{Agent}
\acro{P}{Predicate}
\acro{O}{Object}
\acro{R}{Recipient}
\end{acronym}
\end{multicols}