paper-with-me

Papers

InferPy: Probabilistic Modeling with Deep Neural Networks Made Easy

2019-08-29 · Javier Cózar, Rafael Cabañas, Antonio Salmerón, Andrés R. Masegosa

InferPy is a Python package for probabilistic modeling with deep neural networks. It defines a user-friendly API that trades-off model complexity with ease of use, unlike other libraries whose focus is on dealing with very general probabilistic models at the cost of having a more complex API. In particular, this package allows to define, learn and evaluate general hierarchical probabilistic models containing deep neural networks in a compact and simple way. InferPy is built on top of Tensorflow Probability and Keras.

📄 PDF Abstract BibTeX arXiv:1908.11161

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multi-Model Probabilistic Programming

2022-08-12 · Ryan Bernstein

Probabilistic programming makes it easy to represent a probabilistic model as a program. Building an individual model, however, is only one step of probabilistic modeling. The broader challenge of probabilistic modeling …

modelProbabilistic Programming

Probabilistic Models with Deep Neural Networks

2019-08-09 · Andrés R. Masegosa, Rafael Cabañas, Helge Langseth, Thomas D. Nielsen 외

Recent advances in statistical inference have significantly expanded the toolbox of probabilistic modeling. Historically, probabilistic modeling has been constrained to (i) very restricted model classes where exact or ap…

Variational Inference

Deep Probabilistic Programming

2017-01-13 · Dustin Tran, Matthew D. Hoffman, Rif A. Saurous, Eugene Brevdo 외

We propose Edward, a Turing-complete probabilistic programming language. Edward defines two compositional representations---random variables and inference. By treating inference as a first class citizen, on a par with mo…

Probabilistic ProgrammingVariational Inference

Image Inpainting via Iteratively Decoupled Probabilistic Modeling

2022-12-06 · Wenbo Li, Xin Yu, Kun Zhou, Yibing Song 외

Generative adversarial networks (GANs) have made great success in image inpainting yet still have difficulties tackling large missing regions. In contrast, iterative probabilistic algorithms, such as autoregressive and d…

DenoisingImage Inpainting

Rushing and Strolling among Answer Sets -- Navigation Made Easy

2021-12-14 · Johannes K. Fichte, Sarah Alice Gaggl, Dominik Rusovac

Answer set programming (ASP) is a popular declarative programming paradigm with a wide range of applications in artificial intelligence. Oftentimes, when modeling an AI problem with ASP, and in particular when we are int…

Navigate