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 a windowed dataset?
What does ‘drop_remainder=true’ do?
What’s the correct line of code to split an n column window into n-1 columns for features and 1 column for a label
What does MSE stand for?
What does MAE stand for?
If time values are in time[], series values are in series[] and we want to split the series into training and validation at time 1000, what is the correct code?
If you want to inspect the learned parameters in a layer after training, what’s a good technique to use?
How do you set the learning rate of the SGD optimizer?
If you want to amend the learning rate of the optimizer on the fly, after each epoch, what do you do?