Question: 1/50
A product team wants to quickly add an AI feature that classifies customer emails into categories (billing, technical support, cancelation) without building and hosting their own model infrastructure. Which approach best fits Watson AI services?
Use a managed Watson AI service or AutoAI to train/deploy a text classification model and call it via API
Create a rules engine with regular expressions and deploy it as a microservice
Export all emails to a spreadsheet and manually label and sort them weekly
Build a custom deep learning model from scratch and manage GPU servers manually