Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
79 views

I installed GPflow and just tried to import it with ipython. But, I got an error like below. --------------------------------------------------------------------------- TypeError ...
sadradio's user avatar
1 vote
1 answer
48 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....
Samuel M's user avatar
0 votes
1 answer
61 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....
ItsKalvik's user avatar
0 votes
0 answers
31 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 ...
Viktoria S's user avatar
0 votes
1 answer
108 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 ...
LePe77it's user avatar
1 vote
1 answer
203 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 ...
Toshichika Nakayama's user avatar
0 votes
1 answer
166 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 ...
Eric Peña's user avatar
-1 votes
1 answer
248 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 ...
Peiyuan Liu's user avatar
0 votes
1 answer
428 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 ...
nfraehr's user avatar
0 votes
1 answer
168 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 ...
deepspace.x's user avatar
1 vote
1 answer
214 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 ...
tamara d's user avatar
  • 330
1 vote
1 answer
210 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 ...
valli's user avatar
  • 43
0 votes
1 answer
127 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 ...
HansDoe's user avatar
  • 62
0 votes
0 answers
268 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 ...
Amninder's user avatar
0 votes
1 answer
243 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 ...
XXYAAL's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
10