Examveda

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: Option B


This Question Belongs to Computer Science >> Machine Learning

Join The Discussion

Related Questions on Machine Learning