lisa-groundhog / GroundHog

Library for implementing RNNs with Theano
BSD 3-Clause "New" or "Revised" License
598 stars 229 forks source link

How to get the embeddings (vector representations) of the learned phrases #39

Closed guxd closed 8 years ago

guxd commented 8 years ago

In Cho's 2014 paper "Learning Phrase Representation using RNN encoder-decoder for SMT", they demonstrate the 2-D embedding of the learned phrase representation. I wonder how the phrase vectors can be quickly taken from a learned model? Is there any API or function to do this?