Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Google Professional Machine Learning Engineer Exam - Topic 4 Question 112 Discussion

Actual exam question for Google's Professional Machine Learning Engineer exam
Question #: 112
Topic #: 4
[All Professional Machine Learning Engineer Questions]

You have a large corpus of written support cases that can be classified into 3 separate categories: Technical Support, Billing Support, or Other Issues. You need to quickly build, test, and deploy a service that will automatically classify future written requests into one of the categories. How should you configure the pipeline?

Show Suggested Answer Hide Answer
Suggested Answer: B

AutoML Natural Language is a service that allows you to quickly build, test and deploy natural language processing (NLP) models without needing to have expertise in NLP or machine learning. You can use it to train a classifier on your corpus of written support cases, and then use the AutoML API to perform classification on new requests. Once the model is trained, it can be deployed as a REST API. This allows the classifier to be integrated into your pipeline and be easily consumed by other systems.


Contribute your Thoughts:

0/2000 characters
Felix
3 days ago
A seems too basic for this task.
upvoted 0 times
...
Carmen
8 days ago
I think D could give better accuracy with BERT.
upvoted 0 times
...
Evelynn
14 days ago
B is the best option for quick deployment!
upvoted 0 times
...
Madelyn
19 days ago
I recall that BigQuery ML is great for quick models, but I wonder if logistic regression is powerful enough for classifying text like this.
upvoted 0 times
...
Dorothy
24 days ago
I practiced a similar question where we had to choose between different ML tools. I feel like the Cloud Natural Language API might not give us enough customization for our needs.
upvoted 0 times
...
Dominque
29 days ago
I'm not entirely sure, but I remember something about using BERT for text classification. It seems like a strong option, but it might be more complex to set up.
upvoted 0 times
...
Lawrence
1 month ago
I think using AutoML Natural Language could be a good choice since it simplifies the process of building a classifier.
upvoted 0 times
...

Save Cancel