Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 754 Bytes

inference.rst

File metadata and controls

22 lines (18 loc) · 754 Bytes

Inference

In the context of probabilistic modeling, learning is usually called inference. In the particular case of Bayesian inference, this often involves computing (approximate) posterior distributions. In the case of parameterized models, this usually involves some sort of optimization. Pyro supports multiple inference algorithms, with support for stochastic variational inference (SVI) being the most extensive. Look here for more inference algorithms in future versions of Pyro.

See the Introductory tutorial for a discussion of inference in Pyro.

inference_algos mcmc infer.autoguide infer.reparam infer.util