SUPARN PATRA
Schools
Exams
Paths
Blog
Quizzes
Tools
Playground
About
Home
/
Quizzes
/
AI / ML Path
/
Neural Networks
AI / ML Path
Neural Networks
10 questions
Question 1 of 10
Score:
0
/ 0
What is the output of the following? import numpy as np def sigmoid(x): return 1 / (1 + np.exp(-x)) print(round(sigmoid(0), 2))
A
0.0
B
0.5
C
1.0
D
0.73
← Back to lesson notes