Skip to content

Commit

Permalink
update content
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Loïc Bayart committed Apr 26, 2024
1 parent ff0748c commit 19458ea
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions atelier/biais.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
<style>

.iframe-wrapper {
max-width: 60%;
margin: auto; /* pour centrer le conteneur */
}

/* Pour la gestion des iframes */
.container {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
</style>

# 🤔 Biais

## 📺 Ressources vidéo

- <a href="https://youtu.be/1Xyu-_lZ8xY" target="_blank">L'intelligence artificielle : miroir de nos société sexistes - IA, PILOTE DANS NOS VIES ?</a>, Cité des sciences et de l'industrie, 27/06/23

<div class="iframe-wrapper">
<div class="container">
<iframe class="responsive-iframe" width="300" height="150" src="https://www.youtube-nocookie.com/embed/1Xyu-_lZ8xY" title="L'intelligence artificielle : miroir de nos société sexistes - IA, PILOTE DANS NOS VIES ?" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>

## 📚 Ressources texte

- <a href="https://www.lemondeinformatique.fr/actualites/lire-pour-combattre-les-biais-dans-l-ia-il-faut-savoir-manier--l-art-de-la-guerre-89643.html" target="_blank">Pour combattre les biais dans l'IA, il faut savoir manier « l'art de la guerre »</a>, Le monde informatique, 24/02/23

0 comments on commit 19458ea

Please sign in to comment.