Creating a simple RNN from scratch with TensorFlow
And using it to build a language model for news headlines In this article I’m going to explain first a little theory about Recurrent Neural Networks (RNNs) for those who are new to them, then I’ll show the implementation that I did using TensorFlow. We’re going to see the code Read more…