Are there any references for feature extraction using LSTM RNN in tensorflow? -


currently trying use pre-trained lstm rnn model feature extraction.

i stumbled across following reference feature extraction using deep neural nets. that's images however. https://www.kernix.com/blog/image-classification-with-a-pre-trained-deep-neural-network_p11

in similar fashion use lstm rnn https://github.com/guillaume-chevalier/lstm-human-activity-recognition/? feature extraction. code implemented using tensorflow basiclstmcell.

is there way layer "pool_3:0" described in first reference link ?

any links or references helpful.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -