Skip to content

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