ある製造組織には、無傷または欠陥のある部品としてラベル付けされた大量の画像コレクションがあります。このデータを使用して、生産ラインで欠陥のある部品を検出するためのシンプルなソリューションを構築したいと考えています。データ サイエンスの専門知識はありません。どのソリューションを使用すればよいでしょうか。
正解:D
The correct answer is D. AutoML. Here's why:
Context of the Questio n : The organization wants to build a solution to detect faulty parts on a production line using a large collection of labeled images (intact or defective parts). They do not have data science expertise, so they need a tool that simplifies the machine learning process.
Google Cloud Product Relevance:
AutoML is a suite of machine learning products that allows users to build custom models easily without needing deep expertise in machine learning or data science. It is designed to simplify the process of training, evaluating, and deploying models, especially in cases like image recognition where labeled datasets are already available.
AutoML Vision, a part of AutoML, would be ideal for this use case as it specifically handles image classification and can easily differentiate between intact and defective parts.
Why Not Other Options:
A . Discovery AI for Retail: This is a solution tailored for retail use cases like product discovery and search optimization, not for manufacturing defect detection.
B . Pre-trained APIs: While pre-trained APIs (like Vision API) can recognize general image patterns, they may not be specific enough for a custom use case like detecting defective parts.
C . Document AI: This service is designed for understanding and processing documents, not for analyzing images.
Google Cloud Digital Leader Reference:
For more information on AutoML, refer to the AutoML Vision documentation.