PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #25
Your team has been tasked with creating an ML solution in Google Cloud to classify support requests for one of your platforms. You analyzed the requirements and decided to use TensorFlow to build…
The correct answer is C. Use an established text classification model on AI Platform to perform transfer learning. It allows you to build a classifier quickly and easily without having to build a new model from scratch. Transfer learning is a technique that can be used to transfer the knowledge from a pre- trained model to a new model. In this case, you would use an established text…
Question
Options
- AUse the Natural Language API to classify support requests.
- BUse AutoML Natural Language to build the support requests classifier.
- CUse an established text classification model on AI Platform to perform transfer learning.
- DUse an established text classification model on AI Platform as-is to classify support requests.
How the community answered
(32 responses)- A6% (2)
- B13% (4)
- C78% (25)
- D3% (1)
Explanation
It allows you to build a classifier quickly and easily without having to build a new model from scratch. Transfer learning is a technique that can be used to transfer the knowledge from a pre- trained model to a new model. In this case, you would use an established text classification model that has been trained on a large dataset of text documents. You would then fine-tune the model on your dataset of support requests.
Topics
Community Discussion
No community discussion yet for this question.