How to Use Tensorflow for Seq2seq Models (LIVE) - Siraj Raval - 深度學習 Deep Learning 公開課 - Cupoy
Let's build a Sequence to Sequence model in Tensorflow to learn exactly how they work. You can use t...
Let's build a Sequence to Sequence model in Tensorflow to learn exactly how they work. You can use this model to make chatbots, language translators, text generators, and much more . We'll go over memory, attention, and some variants (like bidirectional layers) both programmatically and mathematically.
Code for this video:
https://github.com/llSourcell/seq2seq...