QuestionQ15

Identify an implementation and adoption strategy for Microsoft’s AI apps and services

You need to create a custom Azure Machine Learning model, and the data that will be used to train the model is consistent and uniform.

What should you do first?

  • A Prepare the training data.
  • B Evaluate the model.
  • C Train the model.
  • D Tune hyperparameters.
  • E Deploy the model.
Explanation

In the standard machine learning model development lifecycle, data preparation always precedes training, hyperparameter tuning, evaluation, and deployment. Even when data is consistent and uniform, it must first be gathered, formatted, and prepared (e.g., split into training/validation sets, cleaned, transformed) before it can be fed into a training algorithm. Only after the data is prepared can the model be trained, its hyperparameters tuned, its performance evaluated, and finally deployed for use.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!