模擬問題集AI-103練習問題 14

AI-103 練習問題 14

Azure AI Engineer・コンピューター ビジョン ソリューションの実装・無料公開(全 160 問中 15 問を無料公開中)

問題
iOS アプリで使用するモデルを構築しています。 猫と犬の画像があり、各画像には猫か犬のどちらかが映っています。 Custom Vision サービスを使用して、画像が猫か犬かを検出する必要があります。 Custom Vision ポータルでプロジェクトをどのように構成すればよいですか。 回答エリア プロジェクト タイプ: ??? (選択肢: Classification / Object Detection) 分類タイプ: ??? (選択肢: Multiclass (Single tag per image) / Multilabel (Multiple tags per image)) ドメイン: ??? (選択肢: Audit / Food / General / General (compact) / Landmarks / Landmarks (compact) / Retail / Retail (compact))

選択肢と解説

  • Classification、Multiclass (Single tag per image)、General (compact)
  • 2
    Object Detection、Multilabel (Multiple tags per image)、General
  • 3
    Classification、Multilabel (Multiple tags per image)、General
  • 4
    Classification、Multiclass (Single tag per image)、Retail
  • 5
    Object Detection、Multiclass (Single tag per image)、General (compact)

解説

正解: プロジェクト タイプ = Classification、分類タイプ = Multiclass (Single tag per image)、ドメイン = General (compact)。
解説: 「猫または犬のいずれかである」という要件は 1 画像に 1 タグのみの分類であり、プロジェクト タイプは「Classification」、分類タイプは「Multiclass (Single tag per image)」が正解です。位置を特定する必要がないので Object Detection は不要です。さらに iOS アプリにモデルをエクスポート (Core ML) して端末上で実行できる必要があるため、エクスポートに対応する「compact」系ドメインを選びます。猫/犬は一般的な対象なので「General (compact)」が最適です。
各選択肢の検討
  • Classification + Multiclass + General (compact) — iOS にエクスポートできる compact ドメイン、1 タグ/画像、汎用対象という全要件に合致します。
  • Object Detection + Multilabel + General — オブジェクト検出は不要、Multilabel は 1 画像 1 タグの要件と矛盾、General は compact ではないためエクスポート不可。
  • Classification + Multilabel + General — 1 画像に複数タグ付くため要件不一致、ドメインも compact でないためエクスポート不可。
  • Classification + Multiclass + Retail — Retail ドメインは小売商品向けで、犬猫識別の汎用画像には適しません。
  • Object Detection + Multiclass + General (compact) — 検出ではなく分類でよく、Object Detection は不要です。
参考: Microsoft Learn
Custom Vision のドメインを選択する
モバイル デバイス向けにモデルをエクスポートする
← 練習問題 13練習問題 15
AI-103 の模擬問題集は全 160

本番形式の練習テスト 2 回を、試験モード/演習モードで受験できます。 全問に解説付き、ドメイン別の弱点分析にも対応。模試プラン(月額 ¥980)からご利用いただけます。

AI-103 の模試を受ける料金プランを見る

AI-103 の無料公開問題

問題 1問題 2問題 3問題 4問題 5問題 6問題 7問題 8問題 9問題 10問題 11問題 12問題 13問題 14問題 15