DeepMind Relies on this Old Statistical Method to Build Fair Machine Learning Models

By KDnuggets - 2020-12-08

Description

Causal Bayesian Networks are used to model the influence of fairness attributes in a dataset.

Summary

  • I recently started a new newsletter focus on AI education.
  • While directionally correct, that definition is incomplete as it is impossible to evaluate fairness without considering the data generation strategies for the model.
  • CBNs and Unfairness How can CBNs help to determine causal representations of unfairness in a dataset?
  • However, while a CBN can clearly measure unfairness in direct paths, the indirect causal relationships are highly dependent on contextual factors.

 

Topics

  1. Machine_Learning (0.35)
  2. NLP (0.23)
  3. Backend (0.17)

Similar Articles

30 Most Asked Machine Learning Questions Answered

By Medium - 2021-03-18

Machine Learning is the path to a better and advanced future. A Machine Learning Developer is the most demanding job in 2021 and it is going to increase by 20–30% in the upcoming 3–5 years. Machine…

Automated Machine Learning in Python

By KDnuggets - 2020-11-14

An organization can also reduce the cost of hiring many experts by applying AutoML in their data pipeline. AutoML also reduces the amount of time it would take to develop and test a machine learning m ...

K-fold Cross Validation with PyTorch

By MachineCurve - 2021-02-02

Explanations and code examples showing you how to use K-fold Cross Validation for Machine Learning model evaluation/testing with PyTorch.