What does ‘drop_remainder=True’ do?

Practice More Questions From: Week 2 Quiz

Q:

What is a windowed dataset?

Q:

What does ‘drop_remainder=True’ do?

Q:

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

Q:

What does MSE stand for?

Q:

What does MAE stand for?

Q:

If time values are in time[], series values are in series[] and we want to split the series into training and validation at time split_time, what is the correct code?

Q:

If you want to inspect the learned parameters in a layer after training, what’s a good technique to use?

Q:

How do you set the learning rate of the SGD optimizer?

Q:

If you want to amend the learning rate of the optimizer on the fly, after each epoch. What do you do?

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments