dp-distributed-estimation

Supplementary code for "Differentially Private Distributed Estimation and Learning"

https://github.com/papachristoumarios/dp-distributed-estimation

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.6%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Supplementary code for "Differentially Private Distributed Estimation and Learning"

Basic Info
Statistics
  • Stars: 4
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation

README.md

dp-distributed-estimation

Supplementary code for the paper Differentially Private Distributed Estimation and Learning.

Installation and Usage

To install the required packages use pip install requirements.txt. To run the distributed estimation algorithms use

bash python mean_estimation.py --name {name} --eps 1 --delta 0.01

The following datasets are available:

  • us_power_grid: US Power Grid Network
  • germany_consumption: German Households Consumption Dataset
  • ieee_33_bus: IEEE 33 Bus network

For more options run python mean_estimation.py --help.

Reproducing Experiments

To reproduce the experiments of the paper run the run_all_experiments.sh script as

bash bash run_all_experiments.sh

The resulting figures will be saved in the figures directory.

Owner

  • Name: Marios Papachristou
  • Login: papachristoumarios
  • Kind: user
  • Location: Ithaca, NY
  • Company: Cornell CS

Cornell CS PhD Student

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 17
  • Total Committers: 1
  • Avg Commits per committer: 17.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Marios Papachristou p****s@g****m 17

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • matplotlib ==3.7.1
  • networkx ==3.0
  • numpy ==1.24.2
  • pandas ==2.0.1
  • powerlaw ==1.5
  • scipy ==1.10.1
  • seaborn ==0.12.2