October 2018
Intermediate to advanced
472 pages
10h 57m
English
In this section, we will outline the TensorFlow seq2seq model definition. We employed an embedding layer to go from integer representation to the vector representation of the input. This seq2seq model has four major components: the embedding layer, encoders, decoders, and cost/optimizers.
You can see the model in graphical form in the following diagram:

The following is a formal outline of the TensorFlow seq2seq model definition:
class Chatbot: def ...
Read now
Unlock full access