LSTM을 만들고 training 시킬 때 Number of Time Steps을 변경할 수 있는 방법이 있나요?

3 views (last 30 days)
Donghun Shin
Donghun Shin on 2 Apr 2020
Answered: Asvin Kumar on 6 Apr 2020
Deep Leanring Tool box를 사용하여 LSTM을 구현할 때 위 그림에서 Hidden units에 해당하는 값은 직접 지정이 가능한데 Time stpes의 값(Number of Time Steps)을 변경하는 부분이 보이지 않습니다. 혹시 training option에서 'SequenceLength'가 Time step을 변경하는 속성인지 혹은 다른 방법이 있는지 답변 부탁 드립니다.

Answers (1)

Asvin Kumar
Asvin Kumar on 6 Apr 2020
(English version)
You are right. The number of time steps in an LSTM can be specified using the SequenceLength attribute in trainingOptions.
Here are a couple of useful links:
(Korean version translated by Google Translate)
말이 맞아 LSTM의 시간 단계 수는 trainingOptions의 'SequenceLength'속성을 사용하여 지정할 있습니다.
다음은 유용한 링크입니다.

Categories

Find more on 시계열, 시퀀스 및 텍스트에서의 딥러닝 in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!