csong27 / membership-inference

Code for Membership Inference Attack against Machine Learning Models (in Oakland 2017)
176 stars 63 forks source link

About the Sample Algorithm introduced on purchase dataset #11

Closed KaimingZhu closed 3 years ago

KaimingZhu commented 4 years ago

Hi, Dr. Song. I am now working on the privacy of federated learning, and I have read the article Membership Inference Attacks Against Machine Learning Models . It is very kind of you for sharing the source code.

But I have found my recurrence of attack on purchase dataset don't work well. Could you share the detail of sample algorithm of the simplified purchase dataset? I have found that each commodity are represented as dept, category, company, brand . And I am doubting in these following question :

Thank you for all your assistance.

csong27 commented 3 years ago

Please refer to https://github.com/privacytrustlab/ml_privacy_meter for the dataset we used in the paper

KaimingZhu commented 3 years ago

Please refer to https://github.com/privacytrustlab/ml_privacy_meter for the dataset we used in the paper

Thanks a lot :)