exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 3 question 127 discussion

Actual exam question from Microsoft's DP-100
Question #: 127
Topic #: 3
[All DP-100 Questions]

You create a multi-class image classification model with automated machine learning in Azure Machine Learning.

You need to prepare labeled image data as input for model training in the form of an Azure Machine Learning tabular dataset.

Which data format should you use?

  • A. COCO
  • B. JSONL
  • C. JSON
  • D. Pascal VOC
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
GHill1982
1 year ago
Selected Answer: B
To prepare labeled image data as input for model training in the form of an Azure Machine Learning tabular dataset, you should use the JSONL format. https://learn.microsoft.com/en-us/azure/machine-learning/how-to-prepare-datasets-for-automl-images?view=azureml-api-2&ssp=1
upvoted 3 times
...
ferren
1 year, 4 months ago
bard says B is correct and give some example
upvoted 1 times
...
snegnik
1 year, 8 months ago
To use labeled image data for a tabular dataset, you need to prepare the data in the accepted format. According to the Microsoft Learn website, labeled data should be in JSONL format. JSONL is a format where each line of the file is a valid JSON object, which makes it easy to read and parse[1]. Once you have your labeled data in JSONL format, you can use it to create an MLTable, which packages your data into a consumable object for training. https://learn.microsoft.com/en-us/azure/machine-learning/how-to-prepare-datasets-for-automl-images?view=azureml-api-2&tabs=cli
upvoted 1 times
...
sap_dg
1 year, 10 months ago
A. COCO To prepare labeled image data as input for model training in the form of an Azure Machine Learning tabular dataset, you should use the COCO (Common Objects in Context) data format.
upvoted 1 times
sap_dg
1 year, 10 months ago
Take it back. JSONL is correct
upvoted 5 times
...
...
oakmm
1 year, 10 months ago
https://learn.microsoft.com/en-us/azure/machine-learning/how-to-prepare-datasets-for-automl-images?tabs=cli
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...