Skip to content

aldew5/PB-Optim

Repository files navigation

Optimizing PAC-Bayes Bounds

Using natural gradient optimizers to optimize PAC-Bayes bounds. This will be a flexible framework for optimizing different structured posteriors which has applications in many other domains.

You must first run python3 train_mlp.py with SAVE_WEIGHTS=TRUE in config.py which will train a 2 layer MLP and save its weights. You can then postprocess these weights to compute a PAC-Bayes bound by training the corresponding SNN (see following example).

To run IVON on a diagonal posterior for 5 epochs (working PAC-Bayes bound):

python3 train.py --optimizer ivon --approx diagonal --precision float64 --epoch 5

To run noisy KFAC on kfactored posterior for 10 epochs:

python3 train.py --optimizer noisy-kfac --approx kfac --precision float64 --epoch 10

About

Optimizing PAC-Bayes bounds with NGD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages