How to convert objection function into maths?

조회 수: 1 (최근 30일)
Ali
Ali 2020년 1월 15일
댓글: Ali 2020년 1월 28일
I have used Bayesian optimization to optimize the machine learning parameters. The objection fuction is written in MATLAB as:
minfn = @(T)kfoldLoss(XTrain', YTrain', cv, T.hiddenLayerSize,T.LearningRate);
Now i want to convert this objective function into mathematical form.
Any help in this regard would be highly appreciated.

답변 (1개)

Athul Prakash
Athul Prakash 2020년 1월 27일
You may run the optimization by calling 'bayesopt' function on 'minfn'. See the doc linked below for more details, the examples might be particularly useful to you.
If you wish to get it in mathematical form, kindly explain exactly what it is you're looking for: do you want to obtain an equation for the optimization problem?.. an equation of the Objective function? Kindly provide some details.
  댓글 수: 1
Ali
Ali 2020년 1월 28일
Thank you athul. I have already gone through from above shared link about Baysopt. I want to contruct an equation for optimization problem based on objective function.
Actually i am optimizing the two neural network parameters (Hidden layers and learning rate) with Bayesopt function. Based on these two parameters aand bayesopt, i want to contruct mathemathical equation to inform other audience what i have done.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by