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
Repository
Supplementary code for "Differentially Private Distributed Estimation and Learning"
Basic Info
- Host: GitHub
- Owner: papachristoumarios
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://arxiv.org/abs/2306.15865
- Size: 30.2 MB
Statistics
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
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 Networkgermany_consumption: German Households Consumption Datasetieee_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
- Website: papachristoumarios.github.io
- Twitter: papachristoum
- Repositories: 78
- Profile: https://github.com/papachristoumarios
Cornell CS PhD Student
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | 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
- 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