
Answer-first summary for fast verification
Answer: Use AutoML Entity Extraction to train a medical entity extraction model
The correct answer is C. AutoML Entity Extraction for Healthcare allows you to create a custom entity extraction model trained using your own annotated medical text and using your own categories. This makes it suitable for handling the specific needs of custom-labeled medical data. Compared to other options, AutoML Entity Extraction is designed to streamline the process, save time, and provide the necessary customization without requiring extensive expertise in machine learning and natural language processing. Other options like using the Healthcare Natural Language API (A) may not offer the required level of customization, while building a custom model with TensorFlow (D) or fine-tuning a BERT-based model (B) would require significant expertise and time.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You work at a leading healthcare firm that specializes in developing state-of-the-art algorithms for various healthcare use cases. Currently, you are dealing with unstructured textual medical data that includes custom labels for different medical entities. Your task is to extract and classify various medical phrases according to these custom labels. What should you do?
A
Use the Healthcare Natural Language API to extract medical entities
B
Use a BERT-based model to fine-tune a medical entity extraction model
C
Use AutoML Entity Extraction to train a medical entity extraction model
D
Use TensorFlow to build a custom medical entity extraction model