Skip to content

rachel-orti/ai4all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published