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 CenterFile Exchange에서 Sequence 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