Long Short-Term Memory (LSTM) for Sentiment Analysis
1. What is Sentiment Analysis?
2. In the IMDB dataset used in this experiment, what does a label of 1 indicate?
3. Why are movie reviews challenging for sentiment analysis?
4. What is the main limitation of a simple Recurrent Neural Network (RNN)?
5. What is the primary purpose of gates in an LSTM network?
6. Which dataset is commonly used for benchmarking sentiment analysis models?
7. As formulated in this experiment, sentiment analysis is an example of which type of learning?
8. What does the term “binary classification” mean in this experiment?
9. Why is word order important in sentiment analysis?
10. Why is the IMDB dataset suitable for LSTM-based sentiment analysis?