bshao001 / ChatLearner

A chatbot implemented in TensorFlow based on the seq2seq model, with certain rules integrated.
Apache License 2.0
538 stars 212 forks source link

stacked lstm #82

Open zahirjunejo opened 5 years ago

zahirjunejo commented 5 years ago

you are basically using stacked lstm architecture right?

bshao001 commented 4 years ago

Roughly yes, although GRU is used in the implementation.