Skip to main content

Questions tagged [gaussian-process]

Gaussian processes refer to stochastic processes whose realization consists of normally distributed random variables, with the additional property that any finite collection of these random variables have a multivariate normal distribution. The machinery of Gaussian processes can be employed in regression and classification problems.

1 vote
0 answers
76 views

I am working with a Gaussian process $(X_t(x))_{x \in [0,1], t \geq 0}$ which evolves jointly in space and time. I know the statistics of this process: $\mathbf{E} X_t(x) = X_0(x) e^{-\mu r t} + (1-e^{...
Mete Yuksel's user avatar
2 votes
0 answers
34 views

I'm trying model a multivariate dataset using a hybrid of a Gaussian process and a parametric model. My dataset is a function of two variables, $m$ and $p$. I expect that the $m$-dependence is well ...
malxmusician212's user avatar
1 vote
0 answers
60 views

In the context of an engineering design project that requires determining optimal design configurations (e.g., finding optimal design configurations of nozzle that maximise thrust ratio and discharge ...
xminx's user avatar
  • 11
1 vote
0 answers
69 views

When training a neural net with stochastic gradient descent (SGD), I can see why it's valid to iteratively train over each data point in turn. However, doing this with a Gaussian process seems wrong, ...
joel's user avatar
  • 113
4 votes
1 answer
85 views

Gaussian Process Regression (GPR) enables uncertainty quantification by modeling the posterior distribution of functions. Given observed data, the latent function is the mean of the posterior ...
C_Swann22's user avatar
  • 145
3 votes
1 answer
189 views

I have a situation where I have a number of entities, and wish to model a function which maps the feature of each entity to an output value ($f(\mathbf{x}_i) = \hat{y}_i$). However, I do not have the ...
R.M.'s user avatar
  • 1,098
1 vote
1 answer
70 views

$\def\X{\vec X}\def\Y{\vec Y}$ We have a semi-expensive stochastic model $M: \X \mapsto \Y$ having ~10 continuous-valued parameters $\X$ (e.g. mean rates of state change) and producing ~10 continuous-...
jessexknight's user avatar
1 vote
0 answers
36 views

I have a large dataset from spatial transcriptomics. This is essentially a dense (>c.75million) multitype (~500) marked point pattern dataset where each mark is a gene label, and each point is ...
Ollie's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
74