...

/

Summary: Applications of LSTMs—Generating Text

Summary: Applications of LSTMs—Generating Text

Review what we've learned in this lesson.

In this chapter, we looked at the implementations of the LSTM algorithm and other various important aspects to improve LSTMs beyond standard performance. As an exercise, we trained our LSTM on the text of stories by the Grimm brothers and asked the LSTM to output a fresh new story. We ...