Notes tagged with "bayes": Nonlinear Function

21 notes tagged with "bayes"

Bayesian learning rule

See https://emtiyaz.github.io/papers/learning_from_bayes.pdf Suppose we have a learning problem For some choice of exponential-family…

Modified: July 18, 2021.

Tagged with: #math#machine-learning#bayes

Bayesian

The Bayesian approach to statistics is to 'just use probability theory'. You write down a joint probability distribution over observed and…

Modified: April 08, 2023.

Tagged with: #math#bayes

Differentiable Particle Filtering without Modifying the Forward Pass

https://arxiv.org/abs/2106.10314 In Sequential Monte Carlo, we can resample with any set of weights, as long as we then initialize the new…

Modified: June 28, 2021.

Tagged with: #papers#bayes

Pac-Bayes

I'm trying to build my understanding. These are fragments of intuitions. Bayesian inference starts with a prior P and a likelihood. Given…

Modified: January 15, 2021.

Tagged with: #math#machine-learning#bayes

continuous structure learning

Relevant papers: DIfferentiable compositional kernel learning for Gaussian Processes (Sun et al., 2018) Differentiable Architecture Search…

Modified: March 07, 2020.

Tagged with: #papers#machine-learning#bayes

delayed sampling

Like quantum mechanics! We build up a distribution over variables defined so far. When we need to use a value, we sample from this…

Modified: May 16, 2020.

Tagged with: #papers#bayes

entropy

Measures uncertainty, disorder, or randomness. The (Shannon) entropy of a probability distribution is: The quantity inside the…

Modified: April 15, 2022.

Tagged with: #math#bayes#physics

explicit models of uncertainty

(note: this is dancing around the issues around why I think [ probabilistic programming is not AI research ], even if it will be a…

Modified: February 10, 2022.

Tagged with: #ai#bayes

exponential family notes

Exponential Families, Conjugacy, Convexity, and Variational Inference Any parameterized family of probability densities that can be written…

Modified: May 21, 2022.

Tagged with: #math#bayes#machine-learning

importance sampling

Importance sampling allows us to compute expectations under a distribution using samples from a different distribution , by weighting the…

Modified: July 05, 2022.

Tagged with: #math#bayes

large effects

Much of statistical practice is concerned with distinguishing signal from noise. For example, significance tests quantify the likelihood…

Modified: May 19, 2022.

Tagged with: #bayes

minimum description length

Short descriptions of things, when they exist, must capture some kind of structure. The principle of [ Occam's razor ] posits that we should…

Modified: April 12, 2022.

Tagged with: #machine-learning#bayes

mode-covering variational inference is incoherent

I have a [ strong opinion weakly held ] that doesn't seem to be wildly shared in the [ approximate Bayesian inference ] community: reverse…

Modified: March 14, 2022.

Tagged with: #machine-learning#bayes

multivariate time series

[ thoughts on multivariate causalimpact ]

Modified: February 15, 2022.

Tagged with: #modeling#bayes

probabilistic programming is not AI research

Many [ probabilistic programming ] researchers frame their work as part of the broader problem of [ artificial intelligence ]. Artificial…

Modified: December 01, 2023.

Tagged with: #machine-learning#bayes

process is frequentist

(aka, why frequentists will always make more money) In the "real" (corporate/governmental) world, most high-level decision making is…

Modified: March 04, 2022.

Tagged with: #bayes

reservoir sampling

Reservoir samplers solve the following task: sample items without replacement from a stream of unknown length . Because the length is…

Modified: May 10, 2022.

Tagged with: #bayes

the null hypothesis is always wrong

Andrew Gelman believes that in certain areas of research , like the social sciences, everything is connected. "I’m not expressing…

Modified: June 08, 2021.

Tagged with: #bayes

trapped priors

SSC link: How general is this phenomenon? You have a belief Your belief colors your perception of something that doesn't inherently…

Modified: March 12, 2021.

Tagged with: #bayes

variational inference

References: Jacob Eisner, High-Level Explanation of Variational Inference (2011) https://www.cs.jhu.edu/~jason/tutorials/variational.html…

Modified: April 26, 2022.

Tagged with: #machine-learning#bayes

mcmc notes

Note: these are personal notes, taken as I was refreshing myself on this material. They're mostly stream of consciousness and probably not…

Modified: March 16, 2022.

Tagged with: #math#machine-learning#bayes

See All tags