Programming Assignment: Optimization Methods, Exercise 8 - schedule_lr_decay

  1. [Improving Deep Neural Networks: Hyperparameter Tuning, Regularization and Optimization]
  2. Week 2, Exercise 8 - schedule_lr_decay

Calculate the new learning rate using exponential weight decay with fixed interval scheduling. howeverthe formula is given not for exponential weight decay. Do you know what algorithm is expected?

They just mean the formula that they show you:

They just say “here is the formula”.

1 Like