Skip to content

ChrisWaites/data-deletion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(WIP) Data Deletion in Machine Learning

Implementations of various data deletion methods.

Evaluation document overview contained here.

Getting Started

If you're familiar with conda:

conda env create -f environment.yml

Then activate your environment via:

conda activate data-deletion

Alternatively, you can install Python 3.8 and the necessary dependencies via:

pip install -r requirements.txt

Example

python src/sisa/sisa.py

Relevant Work

Machine Unlearning
Lucas Bourtoule, Varun Chandrasekaran, Christopher A. Choquette-Choo, Hengrui Jia, Adelin Travers, Baiwu Zhang, David Lie, Nicolas Papernot
arXiv:1912.03817

Descent-to-Delete: Gradient-Based Methods for Machine Unlearning
Seth Neel, Aaron Roth, Saeed Sharifi-Malvajerdi
arXiv:2007.02923

Making AI Forget You: Data Deletion in Machine Learning
Antonio Ginart, Melody Y. Guan, Gregory Valiant, James Zou
arXiv:1907.05012

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages