diff --git a/slides/01-intro.marp.md b/slides/00-intro.md similarity index 79% rename from slides/01-intro.marp.md rename to slides/00-intro.md index 9e508cc..22cab75 100644 --- a/slides/01-intro.marp.md +++ b/slides/00-intro.md @@ -178,14 +178,94 @@ _color: black --- ## C'est quoi apprendre ? + +--- + +## C'est quoi apprendre ? +#### voir... +- [WP: Learning](https://en.wikipedia.org/wiki/Learning) +- [WP: _Machine_ Learning](https://en.wikipedia.org/wiki/Machine_Learning) +- [WP: Operant Conditioning](https://en.wikipedia.org/wiki/Operant_conditioning) + +--- +### Conditionnement +## Opérant +![bg right 99%](./img/01-operant.png) + +--- + +### Reinforcement +## Learning + +![bg right 90%](./img/01-reinforcement.png) + +--- +### Le par-coeur, un problème ? + +--- +### Guessing the teachers password + + +
+
+
+ +- Voir [LessWrong](https://www.lesswrong.com/posts/NMoLJuDJEms7Ku9XS/guessing-the-teacher-s-password) --- -Le par-coeur, un problème ? +## Apprendre +## c'est oublier + + +![bg right 90%](./img/01-information.png) + --- -Guessing the teachers password +## Apprendre +## c'est oublier + +![bg right 90%](./img/01-information2.png) + + --- -Learning to forget +## Apprendre +### c'est +###### (pas tout) +#### oublier + + +- ###### [[Towards Data Science] _Information theory of Neural Networks_](https://towardsdatascience.com/information-theory-of-neural-networks-ad4053f8e177) +![bg right 90%](./img/01-information3.png) + + --- Comment je sais ce que je sais pas ? @@ -197,13 +277,19 @@ Comment je sais ce que je sais pas ? MIT COVID FAILS --- -Gaming the game: IAs flemmardes +### Gaming the game: IAs flemmardes + +
+ +- [Régalez vous
avec ce tableau](https://docs.google.com/spreadsheets/u/1/d/e/2PACX-1vRPiprOaC3HsCf5Tuum8bRfzYUiKLRqJmbOoC-32JorNdfyTiRRsR7Ea5eWtvsWzuxo8bjOxCG84dAg/pubhtml) + +![bg right 90%](./img/01-cheater.png) --- -Short-term goals vs long-term goals +### Short-term goals vs long-term goals --- -Dangerous goals : Paperclip maximizer? +### Dangerous goals : Paperclip maximizer? --- @@ -266,12 +352,4 @@ Supervisé ou non ### Andrew Ng --- -### Yudkowsky ---- -## Adversarial perturbations - - -## Méthodes -### Train/test/val split - -## Outils \ No newline at end of file +### Yudkowsky \ No newline at end of file diff --git a/slides/01-choisir.md b/slides/01-choisir.md new file mode 100644 index 0000000..7f41341 --- /dev/null +++ b/slides/01-choisir.md @@ -0,0 +1,10 @@ +--- +marp: true +theme: uncover +color: #eee +colorSecondary: #333 +backgroundColor: #111 +paginate: true +--- + +# Choisir un Modèle \ No newline at end of file diff --git a/slides/02-entrainer.md b/slides/02-entrainer.md new file mode 100644 index 0000000..89c762f --- /dev/null +++ b/slides/02-entrainer.md @@ -0,0 +1,10 @@ +--- +marp: true +theme: uncover +color: #eee +colorSecondary: #333 +backgroundColor: #111 +paginate: true +--- + +# Entrainer son Modèle \ No newline at end of file diff --git a/slides/03-tester.md b/slides/03-tester.md new file mode 100644 index 0000000..1161e9a --- /dev/null +++ b/slides/03-tester.md @@ -0,0 +1,15 @@ +--- +marp: true +theme: uncover +color: #eee +colorSecondary: #333 +backgroundColor: #111 +paginate: true +--- + +# Tester son Modèle + + +--- +## Adversarial perturbations + diff --git a/slides/04-utiliser.md b/slides/04-utiliser.md new file mode 100644 index 0000000..12bad72 --- /dev/null +++ b/slides/04-utiliser.md @@ -0,0 +1,21 @@ +--- +marp: true +theme: uncover +color: #eee +colorSecondary: #333 +backgroundColor: #111 +paginate: true +--- + +# Utiliser un Modèle + +--- + +HuggingFace! + + +--- + +## Outils + +Dev, Collab, etc \ No newline at end of file diff --git a/slides/img/01-cheater.png b/slides/img/01-cheater.png new file mode 100644 index 0000000..cfa41ad Binary files /dev/null and b/slides/img/01-cheater.png differ diff --git a/slides/img/01-information.png b/slides/img/01-information.png new file mode 100644 index 0000000..38c3367 Binary files /dev/null and b/slides/img/01-information.png differ diff --git a/slides/img/01-information2.png b/slides/img/01-information2.png new file mode 100644 index 0000000..5bb76e0 Binary files /dev/null and b/slides/img/01-information2.png differ diff --git a/slides/img/01-information3.png b/slides/img/01-information3.png new file mode 100644 index 0000000..f9bc3c5 Binary files /dev/null and b/slides/img/01-information3.png differ diff --git a/slides/img/01-operant.png b/slides/img/01-operant.png new file mode 100644 index 0000000..ad7a928 Binary files /dev/null and b/slides/img/01-operant.png differ diff --git a/slides/img/01-reinforcement.png b/slides/img/01-reinforcement.png new file mode 100644 index 0000000..97a989f Binary files /dev/null and b/slides/img/01-reinforcement.png differ