Week 1 Assignment Questions
Week 1 Assignment Questions
1
7. What is the output of sigmoid function for an input with dynamic range
[0, inf ]?
(a) [ 0, 1 ]
(b) [ -1, 1]
(c) [ 0.5, 1]
(d) [ 0.25, 1]
8. Assume a neural network with 100 input neurons, 50 hidden neurons and
2 output neurons. How many parameters are to be learned?
(a) 5100
(b) 5152
(c) 50
(d) 10000
End