Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
0 answers
88 views

I installed GPflow and just tried to import it with ipython. But, I got an error like below. --------------------------------------------------------------------------- TypeError ...
Score of 1
1 answer
51 views

I'm learning about Gaussian processes and I'm using GPflow to do some exercises and tests. I was studying the notebook of Stochastic Variational Inference for scalability with SVGP (https://gpflow....
Score of 0
1 answer
64 views

I am trying to implement a neural kernel function (attentive kernels). The kernel uses a neural network to predict mixture component weights. Here's my init: class AttentiveKernel(gpflow.kernels....
Score of 0
0 answers
42 views

I am trying to reimplement the following DNN mean function in GPflow 2.9.0: https://gpflow.readthedocs.io/en/v1.5.1-docs/notebooks/tailor/external-mean-function.html However, I am unable to import ...
Score of 0
1 answer
116 views

I set a prior over a linear mean function in my model in gpflow 2.9.0 but, when I inspect it through the monitor, the prior does not appear. This is my model: import gpflow import numpy as np import ...
Score of 1
1 answer
214 views

Regarding documents of GPFlow2.8.1, It looks there is no way to use ARD in gpflow.kernels.RBF(SquaredExponential). Is it not possible to add ARD settings in RBF? Following are the current code.(I use ...
Score of 0
1 answer
169 views

I was trying to replicate the Heteroskedastic Likelihood and Multi-Latent GP example from the GPFlow library site. Everything ran fine except for the last snippet of code under "Run Optimization ...
Score of -1
1 answer
252 views

I was informed that there is not enough memory when creating the following Gaussian process model, and I would like to know if there is a feature in GPflow that allows loading data in batches instead ...
Score of 0
1 answer
461 views

I am new to GPflow and I am trying to figure out how to write a custom loss function to optimize the model. For my purpose, I need to manipulate the predicted output of the GP through different data ...
Score of 0
1 answer
173 views

Is is possible to model a general trend from a population using GPflow and also have individual predictions, as in Hensman et al? Specifically, I am trying to fit spatial data from a bunch of ...
Score of 1
1 answer
216 views

I'm following the multi-output kernel notebook of GPflow 2.5.2 documentation. I try to replace the SVGP model by either VGP or GPR model because I have only little data and do not need the sparse ...
Score of 1
1 answer
214 views

I am trying to run the code from https://github.com/befelix/safe_learning/blob/master/examples/1d_example.ipynb . This code is written for gpflow version 0.4.0. I want to update this code for gpflow ...
Score of 0
1 answer
131 views

in Bounding hyperparameter optimization with Tensorflow bijector chain in GPflow 2.0, I found an excellent explanation of how to set boundaries to my hyperparameters. Unfortunately, I noticed that ...
Score of 0
0 answers
286 views

Can someone please explain what is wrong with this code? I have installed gpflow on an M1 Mac and I am learning Gaussian process (GP) regression. I was trying to run this script found here but keep ...
Score of 0
1 answer
253 views

I've seen how to add a prior to the lengthscales hyperpameter in the MCMC notebook: model.kernel.lengthscales.prior = tfd.Gamma(f64(1.0), f64(1.0)) From above, it seems we can only add a prior to a ...

15 30 50 per page
1
2 3 4 5
10