Hyper-parameters optimization using Bayesian optimization for LSTM regression program specifically for No. of network layers, No. of hidden units, and learning rate.

7 次查看(过去 30 天)
Dear Experts,
I need to perform Hyperparameters optimization using Bayesian optimization for my deep learning LSTM regression program. On Matlab, a solved example is only given for deep learning CNN classification program in which section depth, momentum etc are optimized. I have read all answers on MATLAB Answers for my LSTM program but no any clear guideline. I need to optimize No. of network layers, No. of hidden units, and learning rate. Please help me for this. Thank You
No benefit found from this MATLAB CNN example, for LSTM regression problem...Deep Learning Using Bayesian Optimization

采纳的回答

Jorge Calvo
Jorge Calvo 2021-5-27
If you have R2020b or later, you can use the Experiment Manager app to run Bayesian optimization to determine the best combination of hyperparameters. For more information, see https://www.mathworks.com/help/deeplearning/ug/experiment-using-bayesian-optimization.html.

更多回答(1 个)

Jorge Calvo
Jorge Calvo 2021-10-5
I thought you would like to know that, in R2021b, we are included an example for training long short-term memory (LSTM) networks using Bayesian optimization in Experiment Manager:
I hope you find it helpful!

类别

Help CenterFile Exchange 中查找有关 Problem-Based Optimization Setup 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by