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 medical phrases with these labels. What should you do?
- 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 (correct answer)
- DUse TensorFlow to build a custom medical entity extraction model
Reveal answer & explanationHide answer
The correct answer is C. Option C: Use AutoML Entity Extraction to train a medical entity extraction model
Explanation
AutoML trains high-quality custom models from your data with minimal ML expertise.