Hi all,
I’m working on one of the programming assignment from the “Improving Deep Neural Networks: Hyperparameter Tuning, Regularization and Optimization” course.
The assignment is Gradient Checking and after submitting the work, the score was negative.
I noticed that I get an error in the last cell on the notebook (see attached screenshots).
The function being called in the last cell is gradient_check_n_test_case(), but is not referenced anywhere on the notebook.
Shouldn’t the function “gradient_check_n(parameters, gradients, X, Y, epsilon=1e-7, print_msg=False)” be called instead?
Also, the “parameters”, “gradients”, “X”, “Y” attributes which should be passed to the function, are not defined anywhere globally.
Thanks