Exact QEPs (Regression)¶
Regression with a q-exponential noise model is the canonical example of Q-exponential processes. These examples will work for small to medium sized datasets (~2,000 data points). All examples here use exact QEP inference.
Simple QEP Regression is the basic tutorial for regression in QPyTorch.
Spectral Mixture Regression extends on the previous example with a more complex kernel.
Fully Bayesian QEP Regression demonstrates how to perform fully Bayesian inference by sampling the QEP hyperparameters using NUTS. (This example requires Pyro to be installed).
Distributional QEP Regression is an example of how to take account of uncertainty in inputs.
Dirichlet Classification is an example of how to perform regression on classification labels via an approximate likelihood.