Hacker News with Generative AI: Bayesian Inference

Etalumis: Bringing Probabilistic Programming to Scientific Simulators at Scale (arxiv.org)
Probabilistic programming languages (PPLs) are receiving widespread attention for performing Bayesian inference in complex generative models.
Bayesian Neural Networks (cs.toronto.edu)
Bayesian inference allows us to learn a probability distribution over possible neural networks. We can approximately solve inference with a simple modification to standard neural network tools. The resulting algorithm mitigates overfitting, enables learning from small datasets, and tells us how uncertain our predictions are.
Show HN: Automated smooth Nth order derivatives of noisy data (github.com/hugohadfield)
kalmangrad is a python package that calculates automated smooth N'th order derivatives of non-uniformly sampled time series data. The approach leverages Bayesian filtering techniques to compute derivatives up to any specified order, offering a robust alternative to traditional numerical differentiation methods that are sensitive to noise. This package is built on top of the underlying bayesfilter package.
Posteriors from Normal – Approximate Bayesian inference for large models (normalcomputing.ai)
Statistical Rethinking: a course on Bayesian data analysis [video] (youtube.com)