Pregunta de entrevista de CIMCON Software

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

Respuesta de la entrevista

Anónimo

30 de ene de 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.