Week 2 Quiz
Submit your assignment
Due DateDec 28, 2:59 PM +07
Attempts3 every 8 hours
Receive grade
To Pass80% or higher
Grade
100%
We keep your highest score
Due Dec 28, 2:59 PM +07
What is the name of the TensorFlow library containing common data that you can use to train and test neural networks?
How many reviews are there in the IMDB dataset and how are they split?
How are the labels for the IMDB dataset encoded?
What is the purpose of the embedding dimension?
When tokenizing a corpus, what does the num_words=n parameter do?
To use word embeddings in TensorFlow, in a sequential layer, what is the name of the class?
IMDB Reviews are either positive or negative. What type of loss function should be used in this scenario?
When using IMDB Sub Words dataset, our results in classification were poor. Why?