PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #232
You work at a leading healthcare firm developing state-of-the-art algorithms for various use cases. You have unstructured textual data with custom labels. You need to extract and classify various medi
The correct answer is C. Use AutoML Entity Extraction to train a medical entity extraction model. To extract and classify custom medical phrases from unstructured text using your own labels, use Vertex AI AutoML Entity Extraction.
Question
Options
- AUse the Healthcare Natural Language API to extract medical entities
- BUse a BERT-based model to fine-tune a medical entity extraction model
- CUse AutoML Entity Extraction to train a medical entity extraction model
- DUse TensorFlow to build a custom medical entity extraction model
How the community answered
(39 responses)- A8% (3)
- B18% (7)
- C69% (27)
- D5% (2)
Why each option
To extract and classify custom medical phrases from unstructured text using your own labels, use Vertex AI AutoML Entity Extraction.
The Healthcare Natural Language API extracts predefined clinical entities and does not support custom labels or training for domain-specific medical phrases beyond its pre-trained capabilities.
While fine-tuning a BERT-based model is a valid advanced approach, AutoML Entity Extraction offers a managed, low-code solution that significantly reduces the effort and expertise required for this task.
AutoML Entity Extraction is specifically designed for training custom entity extraction models on user-provided labeled text data, enabling the identification and classification of specific phrases with custom labels without extensive ML expertise.
Building a custom model with TensorFlow requires significant machine learning development effort and expertise, which AutoML Entity Extraction abstracts away for faster model development.
Concept tested: AutoML Custom Entity Extraction
Source: https://cloud.google.com/vertex-ai/docs/auto-ml/overview
Topics
Community Discussion
No community discussion yet for this question.