Tensorflow_introduction Exercise 4 - initialize_parameters

Can someone please point out what I am doing wrong here?
i wrote solution as:

[removed solution code]

and received error as:
[removed solution code]
^
SyntaxError: invalid syntax

Hi, @Abdul.

The parentheses are not balanced (check the number of closing parentheses).

Good luck with the assignment :slight_smile:

P.S. I have removed the solution code from your post.

1 Like