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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -