Exercise 6 - update_parameters_with_adam-parameter

may i ask why this error for parameters updated?

File “”, line 77

         ^

SyntaxError: invalid syntax

Please ensure following two points.

  1. add closing (right) parenthesis (or removing left parenthesis after “learning_rate”)
  2. spell for numpy square root, which is “np.sqrt”

After you get a right answer, it may be better to remove code, since it includes “partial” answer to the question.

1 Like