10 lines
308 B
TeX
10 lines
308 B
TeX
%%
|
|
% list of acronyms
|
|
%%
|
|
\begin{acronym}
|
|
\acro{KI}{Künstliche Intelligenz}
|
|
\acro{AI}{Artificial Intelligence}
|
|
\acro{ML}{Machine Learning}
|
|
\acro{MI}{Maschinelle Intelligenz}
|
|
\acro{PEAS}{Performance, Environment, Actuators, Sensors (Leistung, Umgebung, Aktuatoren, Sensoren)}
|
|
\end{acronym} |