CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 154: DP-100: Designing and Implementing a Data Science Solution on Azure

You create a multi-class image classification deep learning model that uses the PyTorch deep learning framework. You must configure Azure Machine Learning Hyperdrive to optimize the hyperparameters for the classification model. You need to define a primary metric to determine the hyperparameter values that result in t…

Nội dung câu hỏi

You create a multi-class image classification deep learning model that uses the PyTorch deep learning framework. You must configure Azure Machine Learning Hyperdrive to optimize the hyperparameters for the classification model. You need to define a primary metric to determine the hyperparameter values that result in the model with the best accuracy score. Which three actions must you perform? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Set the primary_metric_goal of the estimator used to run the bird_classifier_train.py script to maximize. — đáp án hiện tại
  2. B. Add code to the bird_classifier_train.py script to calculate the validation loss of the model and log it as a float value with the key loss.
  3. C. Set the primary_metric_goal of the estimator used to run the bird_classifier_train.py script to minimize.
  4. D. Set the primary_metric_name of the estimator used to run the bird_classifier_train.py script to accuracy. — đáp án hiện tại
  5. E. Set the primary_metric_name of the estimator used to run the bird_classifier_train.py script to loss.
  6. F. Add code to the bird_classifier_train.py script to calculate the validation accuracy of the model and log it as a float value with the key accuracy. — đáp án hiện tại

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề