Topic 1 Question 70
Which strategy evaluates the accuracy of a foundation model (FM) that is used in image classification tasks?
Calculate the total cost of resources used by the model.
Measure the model's accuracy against a predefined benchmark dataset.
Count the number of layers in the neural network.
Assess the color accuracy of images processed by the model.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: B
B is good
👍 1Blair772024/11/12 - 正解だと思う選択肢: B
B. Measure the model's accuracy against a predefined benchmark dataset.
Reasoning: Accuracy in Image Classification:
The standard way to evaluate the accuracy of a foundation model in image classification tasks is to compare the model's predictions against the ground truth labels in a predefined benchmark dataset. This ensures consistency and reliability in performance evaluation. Benchmark Dataset:
A benchmark dataset contains labelled images that serve as a standard for evaluating the performance of image classification models. Examples include ImageNet, CIFAR-10, or MNIST, depending on the task and complexity. Evaluation Metrics:
Metrics such as accuracy, precision, recall, and F1 score are typically calculated using the predictions and ground truth labels in the benchmark dataset.
👍 1Gianiluca2024/12/27 - 正解だと思う選択肢: B
B. Measure the model's accuracy against a predefined benchmark dataset: This is the correct strategy for evaluating the performance of a foundation model (FM) in an image classification task. Accuracy is typically evaluated by comparing the model's predictions to the known labels of a benchmark dataset that is representative of the problem domain. This allows you to quantify how well the model is performing.
👍 1Jessiii2025/02/11
シャッフルモード