- TensorLayer chatbot code example:Â https://github.com/tensorlayer/seq2seq-chatbot
- TensorLayer library:Â https://tensorlayer.readthedocs.io/en/stable/
- Layers in neural network:Â https://www.youtube.com/watch?v=FK77zZxaBoI
- What is masking in a recurrent neural network (RNN)?:Â https://www.quora.com/What-is-masking-in-a-recurrent-neural-network-RNN
- TensorLayer's embeddingInputlayer class:Â https://tensorlayer.readthedocs.io/en/stable/modules/layers.html#tensorlayer.layers.EmbeddingInputlayer
- TensorLayer's retrieve_seq_length_op2 method:Â https://tensorlayer.readthedocs.io/en/stable/modules/layers.html#tensorlayer.layers.retrieve_seq_length_op2
- TensorFlow session's config parameter:Â https://stackoverflow.com/questions/44873273/what-do-the-options-in-configproto-like-allow-soft-placement-and-log-device-plac
- TensorLayer Sampling...





















































