Computer Science, asked by iamsaratdutta, 10 months ago

computational complexity of gradient descent is,​

Answers

Answered by nidhijaiswal2221
0

Explanation:

Gradient descent is an optimization algorithm used to minimize some function by iteratively moving in the direction of steepest descent as defined by the negative of the gradient.

Mark as Brainlist.

Answered by logaprabhasl
1

Answer:

Computational complexity of gradient descent is,time gradient (0)

Explanation:

  • Zero is the time complexity of computational gradient.
  • number of rows is referred by n.
  • number of features is referred by d.
  • Gradient descent is used when n and d are large.
  • It is a better way.

#SPJ3

Similar questions