I was hoping someone could provide an insight to my problem.
Here is my grade responses from the auto-grader currently:
Code Cell UNQ_C1: Function ‘sigmoid’ is correct.
Code Cell UNQ_C2: Function ‘compute_cost’ is correct.
Code Cell UNQ_C3: Function ‘compute_gradient’ is incorrect. Check implementation.
Code Cell UNQ_C4: Function ‘predict’ is correct.
Code Cell UNQ_C5: Function ‘compute_cost_reg’ is correct.
Code Cell UNQ_C6: Function ‘compute_gradient_reg’ is incorrect. Check implementation.
If you see many functions being marked as incorrect, try to trace back your steps & identify if there is an incorrect function that is being used in other steps.
This dependency may be the cause of the errors.
For these 2 (C3&C6) questions I have come to a standstill and I was hoping a mentor or someone could refer me to where I may find the solution to my problem or try to help me solve it.
UNQ_C3 Displays:
{moderator edit: image of code removed}
UNQ_C6 Displays:
{moderator edit: image of code removed}