Q.

What are the steps for using a gradient descent algorithm?
1)Calculate error between the actual value and the predicted value
2)Reiterate until you find the best weights of network
3)Pass an input through the network and get values from output layer
4)Initialize random weight and bias
5)Go to each neurons which contributes to the error and change its respective values to reduce the error

A. 1, 2, 3, 4, 5
B. 4, 3, 1, 5, 2
C. 3, 2, 1, 5, 4
D. 5, 4, 3, 2, 1
Answer» B. 4, 3, 1, 5, 2
1.3k
0
Do you find this helpful?
4

View all MCQs in

Machine Learning (ML)

Discussion

No comments yet

Related MCQs