-
Notifications
You must be signed in to change notification settings - Fork 0
chapter 6 How to Develop Bidirectional LSTMs
Butcher Yang edited this page Jan 1, 2018
·
1 revision
The goal of this lesson is to learn how to develop Bidirectional LSTM models. After completing this lesson, you will know:
- The Bidirectional LSTM architecture and how to implement it in Keras.
- The cumulative sum prediction problem.
- How to develop a Bidirectional LSTM for the cumulative sum prediction problem.
This lesson is divided into 7 parts; they are:
- The Bidirectional LSTM.
- Cumulative Sum Prediction Problem.
- Dene and Compile the Model.
- Fit the Model.
- Evaluate the Model.
- Make Predictions With the Model.
- Complete Example.