Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Évaluer un modèle de machine learning (ML) de manière responsable ne se limite pas à calculer les métriques de perte globales. Avant de mettre un modèle en production, il est essentiel d'auditer les données d'entraînement et d'évaluer les prédictions pour détecter les biais.
Ce module examine différents types de biais humains pouvant se manifester dans les données d'entraînement. Il fournit ensuite des stratégies pour les identifier et les atténuer, puis évalue les performances du modèle en gardant à l'esprit l'équité.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/27 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/07/27 (UTC)."],[[["\u003cp\u003eThis module focuses on identifying and mitigating human biases that can negatively impact machine learning models.\u003c/p\u003e\n"],["\u003cp\u003eYou'll learn how to proactively examine data for potential bias before model training and how to evaluate your model's predictions for fairness.\u003c/p\u003e\n"],["\u003cp\u003eThe module explores various types of human biases that can unintentionally be replicated by machine learning algorithms, emphasizing responsible AI development.\u003c/p\u003e\n"],["\u003cp\u003eIt builds upon foundational machine learning knowledge, including linear and logistic regression, classification, and handling numerical and categorical data.\u003c/p\u003e\n"]]],[],null,["# Fairness\n\n| **Estimated module length:** 110 minutes\n\nEvaluating a machine learning model (ML) responsibly requires doing more than\njust calculating overall loss metrics. Before putting a model into production,\nit's critical to audit training data and evaluate predictions for\n[bias](/machine-learning/glossary#bias-ethicsfairness).\n\nThis module looks at different types of human biases that can manifest in\ntraining data. It then provides strategies to identify and mitigate them,\nand then evaluate model performance with fairness in mind.\n| **Learning objectives**\n|\n| - Become aware of common human biases that can inadvertently be reproduced by ML algorithms.\n| - Proactively explore data to identify sources of bias before training a model.\n| - Evaluate model predictions for bias.\n| **Prerequisites:**\n|\n| This module assumes you are familiar with the concepts covered in the\n| following modules:\n|\n| - [Introduction to Machine Learning](/machine-learning/intro-to-ml)\n| - [Linear regression](/machine-learning/crash-course/linear-regression)\n| - [Logistic regression](/machine-learning/crash-course/logistic-regression)\n| - [Classification](/machine-learning/crash-course/classification)\n| - [Working with numerical data](/machine-learning/crash-course/numerical-data)\n| - [Working with categorical data](/machine-learning/crash-course/categorical-data)\n- [Datasets, generalization, and overfitting](/machine-learning/crash-course/overfitting) \n| **Key terms:**\n|\n| - [Bias (ethics/fairness)](/machine-learning/glossary#bias-ethicsfairness)\n- [Model](/machine-learning/glossary#model) \n[Help Center](https://support.google.com/machinelearningeducation)"]]