mono
Lead Green
Followers: 0 Following: 0
Earth mother told you so...
Price Equity, FX, Commodity, or Energy Instruments, Environmental Science, Seismology, Renewable Energy, Energy Trading
Statistics
9 Questions
0 Answers
RANK
160,636
of 295,467
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
88.89%
VOTES RECEIVED
0
RANK
2,230 of 20,234
REPUTATION
N/A
AVERAGE RATING
1.00
CONTRIBUTIONS
0 Files
DOWNLOADS
42
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
1 year ago | 1 answer | 0
1
answerQuestion
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 ...
1 year ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 1 answer | 0
1
answerQuestion
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 ...
1 year ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 2 answers | 0
2
answersQuestion
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, ...
10 years ago | 1 answer | 0