Computer Science, asked by jeyanthisomu370, 9 months ago

What is the advantage of using an iterative algorithm like gradient descent ? (select the best)?

Answers

Answered by Anonymous
4

The advantage of using an iterative algorithm is that it does not use much memory and it cannot be optimized. The expression power of the iterative algorithm is very much limited. Interactive method is the repetition of the loop till the desired number or the sequence is obtained by the user

Answered by lovingheart
0

The advantage of using the iterative algorithm is that it consumes less memory space and can be easily optimized.

Explanation:

  • Iterative algorithm makes use of set of statements that are repeated again and again until the desired result is produced.
  • These algorithms makes use of simple programming statements instead of lengthy ones.
  • The optimization process is made easy as complex programs can be compressed into shorter ones.

To know more:

1) Advantages of iterative method over direct method?

https://brainly.in/question/13175406.

2) Advantages of iteration method?

https://brainly.in/question/14518770

Similar questions