Skip to main content

Questions tagged [bayesian-optimization]

Bayesian optimization is a family of global optimization methods which use information about previously-computed values of the function to make inference about which function values are plausibly optima. Its applications include computer experiments and hyper-parameter optimization in some machine learning models.

0 votes
0 answers
57 views

Simpler case In a binomial channel, inputs $X= \left [ x_{1}, x_{2} \right ]$ represent probabilities of $\left [ {\rm failure}, {\rm success} \right ]$ in $n$ trials, with output $Y\in\left\{ 0, 1, \...
Dang Dang's user avatar
0 votes
0 answers
22 views

I am using matlab to evaluate a time-consuming expression. Think a few minutes for each expression evaluation. The expression is a function of about 6 variables and I am seeking to extremize the ...
user3517167's user avatar
1 vote
0 answers
67 views

I have a problem similar to one I posted about recently but sufficiently different to warrant its own discussion I think. I have k functions, each of the same k-dimensional vector x, and I want to ...
gazza89's user avatar
  • 2,542
1 vote
0 answers
78 views

For $N$ correlated Ornstein-Uhlenbeck processes, I want to find $N$ absorption boundaries, $\mathbf{A}\in\mathbb{R}^{N}$, such that expected value of the summed $N$ processes is maximized, while the ...
user1428964's user avatar
1 vote
1 answer
131 views

I'm trying to find the vector of parameters x which gets me the optimal reward, subject to a couple of constraints like $f(x)=k$ and $g(x) \geq C $. I have lower and upper bounds for each component of ...
gazza89's user avatar
  • 2,542
0 votes
0 answers
52 views

I am running a nonlinear earth system model to optimize 42 parameters p with 7 different kinds of observations $O_j$ where ...
Xu Shan's user avatar
  • 213
1 vote
0 answers
44 views

I have an (uncalibrated) binary image classifier. I want to use this classifier to estimate the proportion of positives $p_i$ in a dataset $D_i$. I have multiple datasets, each of which is drawn from ...
Louis F-H's user avatar
  • 271
3 votes
1 answer
140 views

I am implementing a very basic Bayesian optimization algorithm in Matlab. It is generally recommended to standardize both the inputs (sampling points) and the outputs (black-box objective function ...
user132001's user avatar
1 vote
0 answers
66 views

I'm encountering a multiclass classification problem where I'm trying to predict 4 categories using SVM. I'm trying to fine-tuning its hyperparameter using Bayesian Optimization to speed up the ...
Duy Ngo's user avatar
  • 33
2 votes
1 answer
121 views

Using normalizing flows, we can model model's posteriors $p(\theta|D)$, by feeding Gaussian noise $z$ to the NF (parametrized with $\phi$), using the output of the NF $\theta$ as model parameters, and ...
Alberto's user avatar
  • 1,589
1 vote
1 answer
127 views

In Bayesian optimization, we guess the next sampling point by finding $x = \textrm{argmax}_x \alpha(x)$, where $\alpha(x)$ is the acquisition function. For simplicity, let us consider the upper ...
Julian Ong's user avatar
0 votes
0 answers
72 views

I am wanting to learn some probability distribution $p$ from data (using e.g., Kernel Density Estimation, a Normalizing Flow, whatever your favourite machine learning model is). If I had a dataset $D =...
Craig Innes's user avatar
1 vote
0 answers
68 views

I read this tutorial on Bayesian Experimentation Design (https://pyro.ai/examples/working_memory.html) and I'm trying to wrap my head around it. Suppose you have data (X,y). You're thinking about ...
bayesbeginner's user avatar
0 votes
1 answer
97 views

I'm currently working on a problem were I have multiple normal distributed data sets $X_1, \dotsc,X_n$ with each data set having it's own mean $\bar x_i $ but all have the same variance $\sigma$. The ...
Jan's user avatar
  • 11
1 vote
1 answer
154 views

I am following this tutorial to implement a GP Regression using gPyTorch. Based on my understanding of GP Regression, given the training data we can compute the posterior mean and covariance using the ...
Namit Juneja's user avatar

15 30 50 per page
1
2 3 4 5
14