-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathacronyms.tex
38 lines (37 loc) · 1.67 KB
/
acronyms.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
% Usage
% \ac{pow} = Will expand on first use, per-chapter
% \acs{pow} = Force abbreviated form PoW
% \acl{pow} = Force only expanded form Proof-of-Work
% \acf{pow} = Force full expansion Proof-of-Work (PoW)
% \acp{pow} = Plural form, can be combined with bit l/s/f
\newacronym{pd}{P\&D}{Pump-and-Dump}
\newacronym{ohlcv}{OHLCV}{Open, High, Low, Close, Volume}
\newacronym{io}{I/O}{Input/Output}
\newacronym{adt}{ADT}{Abstract Data Type}
\newacronym{api}{API}{Application Programming Interface}
\newacronym{pow}{PoW}{Proof-of-Work}
\newacronym{cpu}{CPU}{Central Processing Unit}
\newacronym{ohlc}{OHLC}{Open, High, Low, Close}
\newacronym{ml}{ML}{Machine Learning}
\newacronym{dos}{DoS}{Denial-of-Service}
\newacronym{json}{JSON}{JavaScript Object Notation}
\newacronym{xml}{XML}{Extensible Markup Language}
\newacronym{rdbms}{RDBMS}{Relational Database Management System}
\newacronym{os}{OS}{Operating System}
\newacronym{lstm}{LSTM}{Long Short-term Memory}
\newacronym{nn}{NN}{Neural Network}
\newacronym{gdp}{GDP}{Gross Domestic Product}
\newacronym{rnn}{RNN}{Recurrent Neural Network}
\newacronym{ann}{ANN}{Artificial Neural Network}
\newacronym{spof}{SPOF}{Single Point of Failure}
\newacronym{gil}{GIL}{Global Interpreter Lock}
\newacronym{ws}{WS}{Web-Service}
\newacronym{fifo}{FIFO}{First In, First Out}
\newacronym{roc}{ROC}{Receiver Operating Characteristic}
\newacronym{auc}{AUC}{Area Under the Curve}
\newacronym{pubsub}{Pub/Sub}{Publish/Subscribe}
\newacronym{aws}{aws}{Amazon Web Services}
\newacronym{svm}{SVM}{Support Vector Machine}
\newacronym{til}{TIL}{Tromsø IL}
\newacronym{rd}{R\&D}{Research and Development}
\newacronym{poc}{PoC}{Percentage of Change}