Git Product home page Git Product logo

gupt's Introduction

Introduction

GUPT is a privacy preserving data mining platform. GUPT guarantees that the output of data analyses performed using this platform guarantees privacy as defined by differential privacy. In order to use arbitrary binaries for data analysis in GUPT, you will need to invoke the binary from the GuptComputeProvider object, and possibly pipe IO through some form of IPC mechanism.

Detailed Description

A detailed description of the GUPT architecture and mechanisms is deferred to the SIGMOD '12 paper.

Advantages of GUPT

  1. Enables differentially private data mining on black box programs
  2. Parallel implementation ensures high performance. By virtue of the algorithm used internally, your program might run even faster than it does natively (outside of the GUPT Runtime).
  3. Research platform with many hooks for evaluating various mechanisms for enabling Differential Privacy

Instructions

  1. You will need Python 2.7+ and the NumPy (http://numpy.scipy.org/) library. Additionally you might also want to install SciPy (http://www.scipy.org/) and scikit-learn (http://scikit-learn.org/stable/) for performing additional machine learning.

  2. Open the terminal and execute the following command replacing GUPT-DIRECTORY with the path to where you downloaded GUPT to:

export PYTHONPATH=GUPT-DIRECTORY:$PYTHONPATH

  1. The samples folder lists various example scripts. Go into any of those directories and execute the python script.

Project Members

Citations

When citing the project, please use this bib file

gupt's People

Contributors

prashmohan avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.