mono - MATLAB Central
photo

mono


Lead Green

Last seen: 7 meses hace Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Earth mother told you so...

Professional Interests:
Price Equity, FX, Commodity, or Energy Instruments, Environmental Science, Seismology, Renewable Energy, Energy Trading

Estadística

MATLAB AnswersFrom 01/15 to 03/25Use left and right arrows to move selectionFrom 01/15Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

CLASIFICACIÓN
261.873
of 297.440

REPUTACIÓN
0

CONTRIBUCIONES
9 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
88.89%

VOTOS RECIBIDOS
0

  • Thankful Level 3
  • Thankful Level 2
  • First Review

Ver insignias

Feeds

Ver por

Pregunta


how to construct a gaussian process kernel in 2D
Say a gaussian process regression take with predictor X in 2D, i.e. X = [x1, x2] I am wondering how to construct a kernel fun...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


real or categorical predictors, which one is faster?
In regressions, is there a guidline to treat predictors as real values or categorical? In a fitting problem with input as X, y ...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How does parallel computing toolbox works in nested loop?
Say pseudo code as following: parfor ii = 1:2 firtgp(X_, y, 'UseParallel', true); end Now assume 8 workers available, ho...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


is Exponential Sine Squared kernel available in MATLAB
Exponential Sine Squared kernel is one of the most common used kernel in Gaussian processes. I am aware of MATLAB provides Squre...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Is it possible to self define training and validation sets in fitrgp?
fitrgp supports cross validation during hyper-parameters optimizations. Is it possible to self define the training sets as well ...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Is it possible to construct gaussian processes custom kernels with built in functions?
I understand the way to construct custom kernels for gaussian processes, e.g. kfcn = @(XN,XM,theta) exp(theta(1))^2*exp(-pdist...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


time series cross validation in svm
HI, I am trying to write a kernel based regression model (svm or gaussian process) to predict time series data. I note that fi...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Slow bayesopt initialization in parallel computing
Hi, I am using a gaussian process regression model to fit my data through fitrgp function. I self defined a sort of complex ker...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


setup fmincon with nonlinear constraint condition
I am doing an optimisation job using fmincon with nonlinear constraint condition. I have tried several different input dataset, ...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta
Go to top of page