- 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...





















































