In the exercise while running the basic sigmoid test I’m getting the following error:
NameError Traceback (most recent call last)
in
1 print("basic_sigmoid(1) = " + str(basic_sigmoid(1)))
2
----> 3 basic_sigmoid_test(basic_sigmoid)
NameError: name ‘basic_sigmoid_test’ is not defined
I have not altered any of code syntax. Please guide further.