BayesNewton Versions Save

Bayes-Newton—A Gaussian process library in JAX, with a unifying view of approximate Bayesian inference as variants of Newton's method.

v1.3.4

1 year ago

#21

v1.3.3

1 year ago

Bug fix: #20

v1.3.2

1 year ago

v1.3.1

1 year ago

Small bug fix when flattening during Gauss-Newton Hessian computation.

v1.3.0

1 year ago

Updates to allow compatibility with latest JAX and Objax versions. Bug fix in partial Gauss Newton.

v1.2.0

1 year ago

The sparse PEP energy is now correct, and the stochastic sparse PEP algorithm is now fully implemented.

A first-order variational inference method has been added as a baseline for experiments.

Some additional documentation has been added, and some broken tests have been fixed.

v1.1

2 years ago

Remove unnecessary files

v1.0

2 years ago

A major refactor including all the previously private development code.

v0.0

2 years ago

Many inference methods and models implemented. Some test coverage.