49 lines
925 B
TeX
49 lines
925 B
TeX
\DeclareAcronym{dnn}{
|
|
short = DNN,
|
|
long = deep neural network,
|
|
}
|
|
\DeclareAcronym{cnn}{
|
|
short = CNN,
|
|
long = convolutional neural network,
|
|
}
|
|
\DeclareAcronym{mlp}{
|
|
short = MLP,
|
|
long = multi-layer perceptron,
|
|
}
|
|
\DeclareAcronym{rnn}{
|
|
short = RNN,
|
|
long = recurrent neural network,
|
|
}
|
|
\DeclareAcronym{llm}{
|
|
short = LLM,
|
|
long = large language model,
|
|
}
|
|
\DeclareAcronym{ai}{
|
|
short = AI,
|
|
long = artificial intelligence,
|
|
}
|
|
\DeclareAcronym{gpu}{
|
|
short = GPU,
|
|
long = graphics processing unit,
|
|
}
|
|
\DeclareAcronym{tpu}{
|
|
short = TPU,
|
|
long = tensor processing unit,
|
|
}
|
|
\DeclareAcronym{dram}{
|
|
short = DRAM,
|
|
long = dynamic random-access memory,
|
|
}
|
|
\DeclareAcronym{hbm}{
|
|
short = HBM,
|
|
long = High Bandwidth Memory,
|
|
}
|
|
\DeclareAcronym{pim}{
|
|
short = PIM,
|
|
long = processing-in-memory,
|
|
}
|
|
\DeclareAcronym{tlm}{
|
|
short = TLM,
|
|
long = transaction level modeling,
|
|
}
|