What solvers can be used for LSTM timeseries forecast.

2 ビュー (過去 30 日間)
James Lu
James Lu 2018 年 4 月 13 日
回答済み: mizuki 2018 年 4 月 14 日
Hi, I have a problem running the example openExample('nnet/TimeSeriesForecastingUsingDeepLearningExample').
First of all, this example wasn't found. After I copied the code and pasted in the editor and run it, it says that I used a invalid solver. Can anyone help me with this? What solver options can I use?
  1 件のコメント
James Lu
James Lu 2018 年 4 月 13 日
This is the linke to the documentation page: https://www.mathworks.com/help/nnet/examples/time-series-forecasting-using-deep-learning.html

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

回答 (1 件)

mizuki
mizuki 2018 年 4 月 14 日
In R2017b, you can use only 'sgdm' (Stochastic gradient descent with momentum optimizer). In R2018a, there are two additional optimizer options - 'rmsprop' and 'adam.'
See the "solverName" section under trainingoptions documentation: https://.mathworks.com/help/nnet/ref/trainingoptions.html

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by