You are building an app that determines if a review is positive or negative.
What type of workload is this?
Choose the correct answer from the options below.
Please select at least one answer!
Correct!
I'm sorry, your answer is not correct.
Explanations for each answer:
Anomaly Detection is incorrect. Anomaly detection is when we use AI systems to identify unusual data.
Computer Vision is incorrect. Compter vision is when we use AI systems to analyze visual data.
Conversational AI is incorrect. Conversational AI is when we use AI systems to handle natural conversations with end users.
Natural Language Processing is correct
Natural language processing is all about analyzing text fragments, which includes detecting if a text has positive or negative sentiment. But to be fair, you could also do this with conversational AI by using a large language model and a bit of prompt engineering.