Skip to content

HaykTarkhanyan/Learning_fair_representations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning fair representations is a pre-processing technique that finds a latent representation which encodes the data well but obfuscates information about protected attributes

Paper: http://proceedings.mlr.press/v28/zemel13.html

This implementation most importantly contains docstring and comments, and is vectoried(original had awful for loops)

There are 2 implementations on which this code is based on.

  1. https://github.com/Trusted-AI/AIF360/blob/master/aif360/algorithms/preprocessing/lfr.py
  2. https://github.com/zjelveh/learning-fair-representations

Date finished - 20.08.2020

About

Vectorized implementation of http://proceedings.mlr.press/v28/zemel13.html paper, with extensive docstring and comments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages