Frage im Vorstellungsgespräch bei CIMCON Software

How you identify/select which ML algorithm will suit the given problem.

Antwort im Vorstellungsgespräch

Anonym

30. Jän. 2024

As we know there is no specific way to find out the exact algorithm to use, but I will train different algorithms based on the problem like is it Classification or Regression. After training different algorithms, I'll evaluate them on different matrices and then select the on which perform well. If needed, I will use the ensemble method to make the performance even better.