Skip to content

#76 gaussian processes #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 29 commits into
base: dev-main
Choose a base branch
from
Draft

#76 gaussian processes #79

wants to merge 29 commits into from

Conversation

AlexRodis
Copy link
Owner

closes #79

This PR implements Gaussian Process models in bayesian-models. GPs are a very versatile and heterogeneous superfamily of models. These variant should usable in this implementation:

  • Standard GP models - with response functions and arbitrary likelihoods (classification/regression)
  • Deep Gaussian Processes := Chained GP models with a layer like structure, similar to Deep Neural nets
  • GPs with separable kernels (including the ICM model)

Should also implement some common graphics (i.e. the mean/variance bead graph). docs-wise need to implement api docs, multiple tutorials and how-to guides and an extensive discussions section detailing these models

@AlexRodis AlexRodis added the enhancement New feature or request label Apr 6, 2023
@AlexRodis AlexRodis self-assigned this Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant