Skip to content

Latest commit

 

History

History
77 lines (58 loc) · 4.35 KB

README.md

File metadata and controls

77 lines (58 loc) · 4.35 KB

Artificial Intelligence for all

Overview

This Git repository contains related material to a presentation from Rachel Orti and Melanie Shilpa Rao at Devoxx France 2019, "L'Intelligence Artificielle pour tous" (Artificial Intelligence for all).

Installation Guide

You can run the Jupyter notebooks using a Jupyter Notebook server that is provided in the current repository.

Launch the Jupyper Notebook server

Requirements: You must have Docker installed.

  • From the docker folder, use the following command to launch the Jupyter Notebook server with docker-compose:

docker-compose up

NB: Use docker-compose down to stop the Docker container.

Run the Jupyter notebooks

Some notebooks are provided in the docker/notebook/resources/jupyter/work folder:

  • AIF360_COMPAS.ipynb - Example of bias removal in dataset using the Reweighing bias mitigation algorithm implemented in the AI Fairness 360 Toolkit (IBM)
  • WIT_COMPAS.ipynb - Example of bias removal in model using the What-If tool (Google)

They are directly accessible at the following URL when the Jupyper Notebook server is up and running: http://localhost:8888/tree/work

Useful links about fairness in AI

General articles about bias in AI

Examples

Movements & organisations

Tools