[removed code by moderator]
When i try to implement the simple math.exp(x) function I am getting the below error !
basic_sigmoid(1) = 0.2689414213699951
Error: Wrong output.
1 Tests passed
1 Tests failed
However the other exercises like changing the dimensionality of the image and sigmoid_derivative are working fine (i.e passing all the test cases), but I don’t know what am I doing wrong in the above code !
Could anyone let me know my mistake ?