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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -