Long Short-Term Memory (LSTM)
Learning Objectives
By the end of this chapter, you will be able to:
- Describe the purpose of an LSTM
- Evaluate the architecture of an LSTM in detail
- Develop a simple binary classification model using LSTMs
- Implement neural language translation and develop an English-to-German translation model
This chapter briefly introduces you to the LSTM architecture and its applications in the world of natural language processing.