Filter löschen
Filter löschen

What do these Matlab LSTM parameters means and used for

1 Ansicht (letzte 30 Tage)
Ahmad Kamal Bin Mohd Nor
Ahmad Kamal Bin Mohd Nor am 10 Okt. 2019
Beantwortet: Divya Gaddipati am 22 Okt. 2019
Hi there
Been trying to understand these parameter in LSTM (what are they used for);
numHiddenUnits
fullyConnectedLayers(Output Size) --> what is Output Size for a sequence to sequence regression?

Antworten (1)

Divya Gaddipati
Divya Gaddipati am 22 Okt. 2019
Hi,
numHiddenUnits -
  • This corresponds to the amount of information remembered between time steps (the hidden state). The hidden state can contain information from all previous time steps, regardless of the sequence length.
  • If the number of hidden units is too large, then the layer might overfit to the training data.
Output Size in fullyConnectedLayer -
  • In case of sequence to sequence regression, it refers to the length of the output sequence.
  • In case of sequence classification, it refers to the number of classes.

Tags

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by