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
Post a Comment