Giter VIP home page Giter VIP logo

fdml_dp_admm_sharing's Introduction

fdml_dp_admm_sharing

Prototype system implementing the DP ADMM-sharing algorithm.

Data

Data source can be downloaded from https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/binary.html

In our submitted paper, we tested the a9a and the gisette datasets.

Data Preprocessing

Before running the system, you need to go into script folder and launch split.py to split the data. Following our naming convention, the training data and testing data are located in the same folder with name "raw_train" and "raw_test" respectively. The variable "milestone" controls how many partitions to split and where to split. It indicates the starting feature index for each data partition.

The default parameter will split the a9a data into two parts of with 66 and 57 features.

Run the System

Go into the folder src and launch fdml.py to run the experiment. Major parameters are set in config.py. Major run time metrics are stored in a dict and dumped to a file in the indicate output folder.

Dependency

scipy 1.16.2 numpy 1.16.2 sklearn 0.20.0 pickle

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.