Skip to content

Releases: theogf/AugmentedGaussianProcesses.jl

Nomenclature simplification

09 Apr 11:28

Choose a tag to compare

Simplification of the likelihood and inference struct names
Documentation improvement

Full makeover of the package

20 Mar 15:37

Choose a tag to compare

Complete remaking of the package

  • Now only 3 models : GP, VGP and SVGP parametrized on their likelihood and inference
  • Unique background for all likelihoods and inference to simplify the addition of new likelihoods
  • Multioutput GPs (still some bugs there), but does not allow dependency between outputs yet
  • Functions are more julian : train!(model), predict_f(model,X_test)
  • Automatic plotting of the models (for 1D and 2D inputs) via Makie.plot(model)
  • Sampling from the model via rand
  • Multiclass likelihood is now fully functionning with multiple features described in the docs

Passing build

07 Dec 20:00

Choose a tag to compare

Nothing new, just removed the integrated GradDescent

Correction for PR

08 Nov 11:30
6816e55

Choose a tag to compare

v0.3.4

Update REQUIRE

New documentation and improvements

07 Nov 12:25
04ea5a6

Choose a tag to compare

More complete documentation with full examples.
More stable predictions by replacing QuadGK.jl with Expectations.jl (but slightly slower)
Documentation improved for many functions

Name change OMGP -> AugmentedGaussianProcesses.jl

26 Oct 15:05

Choose a tag to compare

Passing Build tests

25 Oct 13:50
6c6b258

Choose a tag to compare

v0.3.1

Create REQUIRE

Optimization and model saving

24 Oct 16:44

Choose a tag to compare

New major update,
With the new Student-T Likelihood added
Possibility to save and load trained models
Important optimization for the matrix and hyperoptimization side
GradDescent integrated to the package (temporarily)

Major update

22 Aug 15:20

Choose a tag to compare

Added a lot of documentation
Better testing
Reconstruction of the structure
First drafts of Multiclass