Skip to content

Implementation of Stein Variational Gradient Descent with TensorFlow 2.0

Notifications You must be signed in to change notification settings

wataruhashimoto52/svgd_tf

Repository files navigation

Stein Variational Gradient Descent

Description

Implementation of Stein Variational Gradient Descent with TensorFlow 2.0

Requirements

  • tensorflow>=2.0.0-rc0
  • tensorflow-probability>=0.8.0-rc0

Contents

  • gaussian_mixture.py - Transformation initial samples to Gaussian mixture using SVGD.
  • bayesian_logistic_regression.py - Bayesian Logistic Regression with SVGD.
  • tfp_bayesian_logistic_regression.py - Bayesian Logistic Regression with Mean-Field Variational Inference.

Reference

About

Implementation of Stein Variational Gradient Descent with TensorFlow 2.0

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages