Assignment Solution
Explore building an RNN model for IMDB reviews sentiment analysis by increasing vocabulary size, tuning hyperparameters, and predicting sentiment for new sentences using word-to-integer mappings and embeddings.
We'll cover the following...
We'll cover the following...
Problem one
You’ll need to create the model with more words. In the project, we only used 10,000 words, so increase this number.
Problem two
Try to change the hyperparameters and increase the accuracy of the model.
Below is the code snippet for the above two problem statements.
Explanation:
- We used a similar code which we discussed in the previous lessons.
- On line 10, we used the top
30000frequent