Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

DPBayes/DPPVI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DP-PVI

Implementation of Differentially Private Partitioned Variational Inference. The implementation is based on the original PVI code base.

Basic setup before running experiments

Install dependencies in notebooks/examples/requirement.txt (pip) and environment.yml (Conda/Mamba). Download and preprocess required data sets.

Running experiments

All codes for running experiments are located in notebooks/examples.

To run logistic regression model experiments, use 'dp_logistic_regression.py' after checking the argparser arguments. For BNN, use instead 'run_bnn.py'.

DOI