Examtopics

AWS Certified Machine Learning Engineer - Associate
  • Topic 1 Question 77

    An ML engineer normalized training data by using min-max normalization in AWS Glue DataBrew. The ML engineer must normalize the production inference data in the same way as the training data before passing the production inference data to the model for predictions. Which solution will meet this requirement?

    • Apply statistics from a well-known dataset to normalize the production samples.

    • Keep the min-max normalization statistics from the training set. Use these values to normalize the production samples.

    • Calculate a new set of min-max normalization statistics from a batch of production samples. Use these values to normalize all the production samples.

    • Calculate a new set of min-max normalization statistics from each production sample. Use these values to normalize all the production samples.


    シャッフルモード