Skip to content

Beam Search 2.LSTM decode detail

Higepon Taro Minowa edited this page Jun 25, 2017 · 1 revision

Previously I learned how seq2seq encoder/decoder works. One thing I wasn't sure of was how LSTM generates output.

  • output at once?
  • output yt for each t sequentially?

summary

As I did before for topix prediction, LSTM predicts y(t) for each t sequentially. eg) Use pas 100 data points as X and output Y[t]

Clone this wiki locally