Borrar filtros
Borrar filtros

size of sequence input layer of LSTM

1 visualización (últimos 30 días)
Farkhanda Aziz
Farkhanda Aziz el 21 de Ag. de 2019
Respondida: Dario Walter el 25 de Ag. de 2020
I am working on bi LSTM.I have dataset comprises of 1720 samples with 6 features.When i set the size of sequence input layer (size of cell array) to 1, it gives me good accuracy but as i increases the size of input layer to 5 and 10, the accuracy decreases and training time also reduces. Kindly explain me why the size of input layer in LSTM has an affect on Accuracy?

Respuestas (1)

Dario Walter
Dario Walter el 25 de Ag. de 2020
Because the inputSize is equal to the number of used features (6 in your case). See documentation https://de.mathworks.com/help/deeplearning/ref/nnet.cnn.layer.sequenceinputlayer.html

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by