Vidyalelo
Computer Science · Q192

Machine Learning

Engineering and GATE · Computer Science · question 192

Q192

What are the steps for using a gradient descent algorithm?1. Calculate error between the actual value and the predicted value2. Reiterate until you find the best weights of network3. Pass an input through the network and get values from output layer4. Initialize random weight and bias5. 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
Answer
C.
3, 2, 1, 5, 4
D.
5, 4, 3, 2, 1

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board