glossaries
This commit is contained in:
parent
b59411f5d8
commit
dee89347e0
1 changed files with 14 additions and 3 deletions
|
@ -1,14 +1,25 @@
|
|||
\printglossary[title=Abréviations,type=\acronymtype]
|
||||
|
||||
\newacronym{si}{SI}{Systèmes d’Information}
|
||||
\newacronym{svm}{SVM}{Support Vector Machine}
|
||||
\newacronym{tic}{TIC}{Technologies d’Information et de Communication}
|
||||
|
||||
\pagebreak
|
||||
|
||||
\printglossary[title=Glossaire]
|
||||
|
||||
\newglossaryentry{datasets}{
|
||||
name={data sets},
|
||||
description={jeux de données}
|
||||
\newglossaryentry{bd}{
|
||||
name={big data},
|
||||
description={données massives}
|
||||
}
|
||||
\newglossaryentry{dataset}{
|
||||
name={dataset},
|
||||
plural={datasets},
|
||||
description={ensembles de données}
|
||||
}
|
||||
\newglossaryentry{ml}{
|
||||
name={machine learning},
|
||||
description={apprentissage machine automatique}
|
||||
}
|
||||
|
||||
\pagebreak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue