cchoquette / membership-inference

Code for the paper: Label-Only Membership Inference Attacks
61 stars 6 forks source link

Could you please upload the experimental data? #1

Open opupo2021 opened 3 years ago

cchoquette commented 3 years ago

Hi, The computer vision datasets are available at: https://www.tensorflow.org/api_docs/python/tf/keras/datasets Adult is available at: http://archive.ics.uci.edu/ml/datasets/Adult Purchase, Texas, and Locations are available at: https://github.com/privacytrustlab/datasets

These provide the exact data that we used. Note that adult requires some preprocessing of the data (appropriate features transformed to either one-hot encoding or standardscaled.