Writing Text Correlation Models in Tensorflow

In this post, we will look at how to write text correlation model with the aid of Recurrent Neural Network (RNN) in Tensorflow. All the code discussed in this post is also available as self paced and detailed Jupyter notebooks. This post can be directly used to implement Siamese Network model for Next Utterance Classification.
Read More