I am writing correct code but it is not accepting answers and giving me 0/100.
for example
Import math
def basic_sigmoid(x):
math.exp(x)
@Abhay_Singh01 That is the incorrect formula for the sigmoid. Review the exercise instructions/review the lectures.
1 Like