@@ -99,6 +99,7 @@ Séance 4 (21/2)
9999* prétraitements
100100* anomalie
101101* cartes
102+ * clustering
102103
103104**Cartes **
104105
@@ -109,24 +110,32 @@ Séance 4 (21/2)
109110* `Réseau de neurones <https://sdpython.github.io/doc/mlstatpy/dev/c_ml/rn/rn.html >`_,
110111 `LeNet <https://en.wikipedia.org/wiki/LeNet >`_
111112* `Seq2Seq <https://en.wikipedia.org/wiki/Seq2seq >`_,
112- `Sequence To Sequnce <https://paperswithcode.com/method/seq2seq >`_,
113+ `Sequence To Sequence <https://paperswithcode.com/method/seq2seq >`_,
113114 `Sequence to Sequence (seq2seq) and Attention
114115 <https://lena-voita.github.io/nlp_course/seq2seq_and_attention.html> `_,
115116 `Transformers <https://research.google/blog/transformer-a-novel-neural-network-architecture-for-language-understanding/ >`_,
116117 `Attention is All You Need
117- <https://france.devoteam.com/paroles-dexperts/attention-is-all-you-need-comprendre-le-traitement-naturel-du-langage-avec-les-modeles-transformers/> `_
118+ <https://france.devoteam.com/paroles-dexperts/attention-is-all-you-need-comprendre-le-traitement-naturel-du-langage-avec-les-modeles-transformers/> `_,
119+ `BLEU <https://fr.wikipedia.org/wiki/BLEU_(algorithme) >`_
118120
119121**Anomalies **
120122
121123* `Novelty and Outlier Detection <https://scikit-learn.org/stable/modules/outlier_detection.html >`_
122124
125+ **Clustering **
126+
127+ * `clustering <https://scikit-learn.org/stable/modules/clustering.html >`_
128+ * Vieux notebooks sur l'utilisation de vélos à Chicago
129+ `City Bike Views <https://github.com/sdpython/ensae_projects/blob/master/_doc/notebooks/challenges/city_bike/city_bike_views.ipynb >`_,
130+ `City Bike Clustering <https://github.com/sdpython/ensae_projects/blob/master/_doc/notebooks/challenges/city_bike/city_bike_solution_cluster_start.ipynb >`_,
131+
123132**Prétraitement **
124133
125134* Dates, Catégories : :epkg: `category_encoders `, `skrub <https://skrub-data.org/stable/ >`_,
126135 :ref: `Prétraitement des catégories <nbl-practice-ml-pretraitement_cat >`
127136* Son : :epkg: `librosa `, voir :ref: `Prétraitement du son <nbl-practice-ml-pretraitement_son >`
128137* Image : :epkg: `scikit-image `, voir :ref: `Prétraitement d'une image <nbl-practice-ml-pretraitement_image >`
129- * Texte : :ref: `Prétraitement d'une image <nbl-practice-ml-pretraitement_texte >`
138+ * Texte : :ref: `Prétraitement du texte <nbl-practice-ml-pretraitement_texte >`
130139
131140Pour la suite, on souhaite comparer ces approches sur un jeu
132141accessible depuis le package `datasets <https://huggingface.co/docs/datasets/en/index >`_.
0 commit comments