Amazon Web Services AWS Certified AI Practitioner AIF-C01 Question # 60 Topic 7 Discussion
AIF-C01 Exam Topic 7 Question 60 Discussion:
Question #: 60
Topic #: 7
A company is building a customer service chatbot. The company wants the chatbot to improve its responses by learning from past interactions and online resources.
Which AI learning strategy provides this self-improvement capability?
A.
Supervised learning with a manually curated dataset of good responses and bad responses
B.
Reinforcement learning with rewards for positive customer feedback
C.
Unsupervised learning to find clusters of similar customer inquiries
D.
Supervised learning with a continuously updated FAQ database
Reinforcement learning allows a model to learn and improve over time based on feedback from its environment. In this case, the chatbot can improve its responses by being rewarded for positive customer feedback, which aligns well with the goal of self-improvement based on past interactions and new information.
Option B (Correct): "Reinforcement learning with rewards for positive customer feedback": This is the correct answer as reinforcement learning enables the chatbot to learn from feedback and adapt its behavior accordingly, providing self-improvement capabilities.
Option A: "Supervised learning with a manually curated dataset" is incorrect because it does not support continuous learning from new interactions.
Option C: "Unsupervised learning to find clusters of similar customer inquiries" is incorrect because unsupervised learning does not provide a mechanism for improving responses based on feedback.
Option D: "Supervised learning with a continuously updated FAQ database" is incorrect because it still relies on manually curated data rather than self-improvement from feedback.
AWS AI Practitioner References:
Reinforcement Learning on AWS: AWS provides reinforcement learning frameworks that can be used to train models to improve their performance based on feedback.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit