Effacer les filtres
Effacer les filtres

How to set window size for LSTM in Matlab?

8 vues (au cours des 30 derniers jours)
Lucas Ferreira-Correia
Lucas Ferreira-Correia le 22 Sep 2020
Modifié(e) : mhd z le 6 Sep 2021
I was wondering how I can set the window size in an LSTM network, but cant find it under the layer settings.
I'm using the LSTM for time series regression and simulation.
Thanks!
  4 commentaires
Lucas Ferreira-Correia
Lucas Ferreira-Correia le 22 Sep 2020
Do I have to process the data in a special way perhaps?
mhd z
mhd z le 6 Sep 2021
I have the same problem.

Connectez-vous pour commenter.

Réponses (1)

Ameer Hamza
Ameer Hamza le 22 Sep 2020
You can use NumHiddenUnits option to specify the window size (if by window size, you mean the number of memory units).
lstmLayer(numHiddenUnits,'OutputMode','sequence', 'NumHiddenUnits', 100); % 100 units
  5 commentaires
Ameer Hamza
Ameer Hamza le 23 Sep 2020
Yes, window size defined in the researchgate link is the memory units in the lstm. It is the same as the hidden units in MATLAB.
mhd z
mhd z le 6 Sep 2021
Modifié(e) : mhd z le 6 Sep 2021
then what is the matlab's equivalent for number of units in python?
in python : window size = number of hidden units in matlba
in python: number of units = ? in matlab

Connectez-vous pour commenter.

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by