フィルターのクリア

Bayseian optimization not working properly in matlab 2018b

6 ビュー (過去 30 日間)
Aamir Shabbir hussain
Aamir Shabbir hussain 2018 年 11 月 11 日
コメント済み: feeler zhen 2020 年 8 月 11 日
Hi everyone......i am using matlab 2018b and im trying to use this function makeObjFcn for creating a an objective function from my data store but for some reason it always says that it is undefined function or variable.
Undefined function or variable 'makeObjFcn'.
Although i have statistical and machine learning toolbox and also deep learning toolbox but still it does not work i also checked it in my pc that there is no file will this name also.
  1 件のコメント
feeler zhen
feeler zhen 2020 年 8 月 11 日
Hi, I also met this problem, have you solved it?

サインインしてコメントする。

回答 (2 件)

Walter Roberson
Walter Roberson 2018 年 11 月 11 日
https://www.mathworks.com/help/deeplearning/examples/deep-learning-using-bayesian-optimization.html has the code. It is probably in the example source as well.
  2 件のコメント
Aamir Shabbir hussain
Aamir Shabbir hussain 2018 年 11 月 11 日
No it does not have the definition for the makeObjFcn.
Johannes Bergstrom
Johannes Bergstrom 2018 年 11 月 12 日
The function makeObjFcn is defined in the example: https://www.mathworks.com/help/deeplearning/examples/deep-learning-using-bayesian-optimization.html
To open the example in MATLAB, use openExample('nnet/OptimizeDeepNeuralNetworksUsingBayesianOptimizationExample')

サインインしてコメントする。


Helen Victoria
Helen Victoria 2018 年 12 月 18 日
yes it doesnt have the definition
  3 件のコメント
Walter Roberson
Walter Roberson 2018 年 12 月 18 日
The function definition is at line 54 of
examples/nnet/main/OptimizeDeepNeuralNetworksUsingBayesianOptimizationExample.mlx
in R2018a and R2018b
It is at line 175 of
examples/nnet/main/OptimizeDeepNeuralNetworksUsingBayesianOptimizationExample.m
in R2017b.
The example does not exist in previous releases.
Helen Victoria
Helen Victoria 2018 年 12 月 18 日
thank you:)

サインインしてコメントする。

カテゴリ

Help Center および File ExchangePattern Recognition and Classification についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by