Text Generation with Python and TensorFlow/Keras
Introduction Are you interested in using a neural network to generate text? TensorFlow and Keras can be used for some amazing applications of natural language processing techniques, including the generation of text. In this tutorial, we’ll cover the theory behind text generation using a Recurrent Neural Networks, specifically a Long Short-Term Memory Network, implement this network in Python, and use it to generate some text. Defining Terms To begin with, let’s start by defining our terms. It may prove difficult […]
Read more