Introduction: Applications of LSTMs—Generating Text
Explore how to apply LSTMs and GRUs to generate text by training on character-level bigrams with embeddings. Understand language modeling for NLP and techniques like beam search to enhance text quality.
We'll cover the following...
We'll cover the following...
Now that we have a good understanding of the underlying mechanisms of LSTMs, such as how they solve the problem of ...