paper-with-me

Papers

Pymc-learn: Practical Probabilistic Machine Learning in Python

2018-10-31 · Emaasit Daniel

$\textit{Pymc-learn}$ is a Python package providing a variety of state-of-the-art probabilistic models for supervised and unsupervised machine learning. It is inspired by $\textit{scikit-learn}$ and focuses on bringing probabilistic machine learning to non-specialists. It uses a general-purpose high-level language that mimics $\textit{scikit-learn}$. Emphasis is put on ease of use, productivity, flexibility, performance, documentation, and an API consistent with $\textit{scikit-learn}$. It depends on $\textit{scikit-learn}$ and $\textit{pymc3}$ and is distributed under the new BSD-3 license, encouraging its use in both academia and industry. Source code, binaries, and documentation are available on http://github.com/pymc-learn/pymc-learn.

📄 PDF Abstract BibTeX arXiv:1811.00542

Code (1)

pymc-learn/pymc-learn 공식 구현

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Simple, Distributed, and Accelerated Probabilistic Programming

2018-11-05 · NeurIPS 2018 12 · Dustin Tran, Matthew Hoffman, Dave Moore, Christopher Suter 외

We describe a simple, low-level approach for embedding probabilistic programming in a deep learning ecosystem. In particular, we distill probabilistic programming down to a single abstraction---the random variable. Our l…

GPUProbabilistic Programming

Inferring Capabilities from Task Performance with Bayesian Triangulation

2023-09-21 · John Burden, Konstantinos Voudouris, Ryan Burnell, Danaja Rutar 외

As machine learning models become more general, we need to characterise them in richer, more meaningful ways. We describe a method to infer the cognitive profile of a system from diverse experimental data. To do so, we i…

Probabilistic Programming

Bayesian Neural Networks

2018-01-23 · Vikram Mullachery, Aniruddh Khera, Amir Husain

This paper describes and discusses Bayesian Neural Network (BNN). The paper showcases a few different applications of them for classification and regression problems. BNNs are comprised of a Probabilistic Model and a Neu…

Probabilistic Programming

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

Likelihood Hacking in Probabilistic Program Synthesis

2026-03-25 · Jacek Karwowski, Younesse Kaddar, Zihuiwen Ye, Nikolay Malkin 외 arxiv

When language models are trained by reinforcement learning (RL) to write probabilistic programs, they can artificially inflate their marginal-likelihood reward by producing programs whose data distribution fails to norma…

Reinforcement LearningProgram Synthesis