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]
|
\printglossary[title=Abréviations,type=\acronymtype]
|
||||||
|
|
||||||
|
\newacronym{si}{SI}{Systèmes d’Information}
|
||||||
\newacronym{svm}{SVM}{Support Vector Machine}
|
\newacronym{svm}{SVM}{Support Vector Machine}
|
||||||
|
\newacronym{tic}{TIC}{Technologies d’Information et de Communication}
|
||||||
|
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
||||||
\printglossary[title=Glossaire]
|
\printglossary[title=Glossaire]
|
||||||
|
|
||||||
\newglossaryentry{datasets}{
|
\newglossaryentry{bd}{
|
||||||
name={data sets},
|
name={big data},
|
||||||
description={jeux de données}
|
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
|
\pagebreak
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue