InterviewSolution
Saved Bookmarks
| 1. |
How regularly must we update an algorithm in the field of machine learning? |
|
Answer» We do not want to update and make changes to an algorithm on a regular basis as an algorithm is a well-defined step procedure to solve any problem and if the steps keep on updating, it cannot be said well defined anymore. ALSO, this brings in a LOT of problems to the systems ALREADY implementing the algorithm as it BECOMES difficult to bring in continuous and regular changes. So, we should update an algorithm only in any of the following cases:
|
|