ACEsuit / ACEfit.jl

Generic Codes for Fitting ACE models
MIT License
7 stars 7 forks source link

Investigate stochastic methods for Bayesian regression #19

Closed wcwitt closed 1 year ago

wcwitt commented 2 years ago

So far we have been using direct methods for computing the logdet and related terms required for maximizing the Bayesian evidence. However, for very large matrices, it could be advantageous to try something else that would be more compatible with SGD-type optimizers. Some useful references

wcwitt commented 1 year ago

I don't think we need this in this short/medium-term.