All Projects → csong27 → Membership Inference

csong27 / Membership Inference

Code for Membership Inference Attack against Machine Learning Models (in Oakland 2017)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Membership Inference

Datadefender
Sensitive Data Management: Data Discovery and Anonymization toolkit
Stars: ✭ 79 (-15.96%)
Mutual labels:  privacy
Awesome Privacy On Blockchains
A curated list of privacy on blockchains resources
Stars: ✭ 86 (-8.51%)
Mutual labels:  privacy
Covid 19 Tracing Projects
Crowdsourced list of projects related to COVID-19 contact tracing
Stars: ✭ 90 (-4.26%)
Mutual labels:  privacy
Tinytor
A tiny Tor client implementation (in pure python).
Stars: ✭ 80 (-14.89%)
Mutual labels:  privacy
Viper Browser
A lightweight Qt5 web browser using QtWebEngine
Stars: ✭ 84 (-10.64%)
Mutual labels:  privacy
Shynet
Modern, privacy-friendly, and detailed web analytics that works without cookies or JS.
Stars: ✭ 1,273 (+1254.26%)
Mutual labels:  privacy
Windows10 Privacy
Windows 10 Privacy Guide
Stars: ✭ 1,219 (+1196.81%)
Mutual labels:  privacy
Iploggerfilter
This is a list for ublock Origin to filter any site who's only purpose is to log your IP
Stars: ✭ 91 (-3.19%)
Mutual labels:  privacy
1hosts
DNS filter-/blocklists | safe. private. clean. browsing!
Stars: ✭ 85 (-9.57%)
Mutual labels:  privacy
Clean Links
What happens in your browser, stays in your browser.
Stars: ✭ 88 (-6.38%)
Mutual labels:  privacy
Dfpm
DFPM is a browser extension for detecting browser fingerprinting.
Stars: ✭ 81 (-13.83%)
Mutual labels:  privacy
Onionr
Private Decentralized Communication Network 🎭 🧅
Stars: ✭ 84 (-10.64%)
Mutual labels:  privacy
Dnoise
DNS noise generator that looks at your network activity and blends in. Requires pi-hole.
Stars: ✭ 88 (-6.38%)
Mutual labels:  privacy
Nopaste
📋 Client-side paste service
Stars: ✭ 79 (-15.96%)
Mutual labels:  privacy
Ios App
Official IVPN iOS app
Stars: ✭ 89 (-5.32%)
Mutual labels:  privacy
Wahay
an easy-to-use, secure and decentralized conference call application (this repository is a mirror of an internal work repository)
Stars: ✭ 79 (-15.96%)
Mutual labels:  privacy
Watomatic
Auto reply app helping you move away from less private messengers like WhatsApp and soon Facebook Messenger
Stars: ✭ 83 (-11.7%)
Mutual labels:  privacy
Presidio
Context aware, pluggable and customizable data protection and anonymization SDK for text and images
Stars: ✭ 1,320 (+1304.26%)
Mutual labels:  privacy
Os issue tracker
Issue tracker for GrapheneOS Android Open Source Project hardening work. Standalone projects like Auditor, AttestationServer and hardened_malloc have their own dedicated trackers.
Stars: ✭ 92 (-2.13%)
Mutual labels:  privacy
Container Tabs Sidebar
Firefox addon aiming to utilize screen estate more efficiently by showing tabs in a sidebar grouped by privacy containers. Inspired by TreeStyleTab.
Stars: ✭ 87 (-7.45%)
Mutual labels:  privacy

Membership Inference Attack against Machine Learning Models

This repository contains example of experiments for the paper Membership Inference Attack against Machine Learning Models (http://ieeexplore.ieee.org/document/7958568/).

Attack Experiment

python attack.py train_feat_file train_label_file

train_feat_file should be a text file where each line is a feature vector with floating point values separated by comma. train_label_file should be a text file where each line is a label with integer value.

Once data is loaded, we will split the data for training target model and shadow models and save the split to disk. Then we will train the target model as well as shadow models. Finally attack model can be trained with predictions from shadow models and test on the target model.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].