답변 있음
Hyper-parameter optimization for a custom kernel SVR with Bayesian optimization?
You'll need to use the bayesopt function to do that. There is an example of support vector classification on this page: http://w...

대략 9년 전 | 0

답변 있음
Optimization with continuous/integer parameters and constraints
The bayesopt function in the Statistics & Machine Learning Toolbox release R2016b can handle all of these problems. The trick...

대략 9년 전 | 0

답변 있음
Improvements of Random Search for Hyperparameter Optimization
You might have a look at the bayesopt function in the R2016b release.

대략 9년 전 | 0

답변 있음
Is it possible to change the objective function in fitctree(X,Y,'OptimizeHyperparameters','auto')?
You can't change the objective function used to optimize hyperparameters in fitctree. However, you can do grid search and ra...

대략 9년 전 | 1