fmpr / edward

A library for probabilistic modeling, inference, and criticism. Deep generative models, variational inference. Runs on TensorFlow.

Home Page:http://edwardlib.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

edward

Build Status Coverage Status

Edward is a Python library for probabilistic modeling, inference, and criticism. It is a testbed for fast experimentation and research with probabilistic models, ranging from classical hierarchical models on small data sets to complex deep probabilistic models on large data sets. Edward fuses three fields: Bayesian statistics and machine learning, deep learning, and probabilistic programming.

It supports modeling languages including

It supports inference via

  • Variational inference
    • Black box variational inference
    • Stochastic variational inference
    • Variational auto-encoders
    • Inclusive KL divergence: KL(p||q)
  • Marginal posterior optimization (empirical Bayes, marginal maximum likelihood)
    • Variational EM
  • Maximum a posteriori estimation (penalized maximum likelihood, maximum likelihood)
    • Laplace approximation

It supports criticism of the model and inference via

  • Point-based evaluations
  • Posterior predictive checks

Edward is built on top of TensorFlow, enabling features such as computational graphs, distributed training, CPU/GPU integration, automatic differentiation, and visualization with TensorBoard.

Resources

About

A library for probabilistic modeling, inference, and criticism. Deep generative models, variational inference. Runs on TensorFlow.

http://edwardlib.org

License:Other


Languages

Language:Python 100.0%