You're working with an inexperienced team and this is all their first AI project. You're trying to work on a supervised learning binary classification problem to determine if emails are spam or not.
What is the best approach for this project?
Correct Answer:
A
Naive Bayes classifiers are a family of "simple probabilistic classifiers based on Bayes' theorem with the 'naive' assumption of feature independence," making them fast to train and easy to interpret - ideal for teams new to AI tackling binary tasks like spam detection .
- [AI Fundamentals]
Use cognitive technologies/AI when you can't code the rules or you can't scale easily with people or automation. As a good rule of thumb when deciding if AI is right for the project you should:
Correct Answer:
D
The CPMAI™ Glossary contrasts automation (for deterministic, rule-based tasks) with AI (for probabilistic, learning-based tasks). As a rule of thumb, if a problem exhibits probabilistic patterns that can't be captured by fixed rules, then AI is the appropriate solution; deterministic problems are better handled by simple automation.
- [Data for AI]
Enhancing and cleaning data is an important action during which phase of CPMAI?
Correct Answer:
D
The CPMAI™ v7 methodology groups all data-centric preparation activities—including both data cleansing (??Clean data??) and data augmentation (??Enhance & Augment data??)—into Phase III: Data Preparation. In this phase, teams focus squarely on constructing the dataset to be used for modeling by performing all required cleaning, transformation, and enhancement operations.
Phase III: Data Preparation is defined in the Workbook??s Table of Contents as covering Data Cleansing & Enhancement tasks (??Clean data?? and ??Enhance & Augment data??) .
Under Phase III, the Generic Task Group: Data Cleansing & Enhancement explicitly lists ??Task: Clean data?? (bringing data quality to modeling-ready levels) and ??Task: Enhance & Augment data?? (producing derived attributes and new records) as core activities .
- [Trustworthy AI]
Your team is working on a new facial recognition application. Since this technology has the potential to be mis-used you think it's important to set guidelines for the proper use of this application and you want to make sure the AI system is built for some positive purpose. What area of Trustworthy AI does this best fall under?
Correct Answer:
C
Under Domain VI: Trustworthy AI in the CPMAI Exam Content Outline, Responsible AI covers establishing policies, guidelines, and governance that ensure AI solutions are developed for positive, ethical use and prevent misuse. Defining proper-use guidelines and embedding ethical intent into facial recognition directly align with Responsible AI practices .
- [AI Fundamentals]
Which of the following best describes the technical definition of Machine Learning?
Correct Answer:
B
Tom Mitchell??s widely adopted formulation captures ML??s essence: improvement on task T, measured by P, through experience E. This aligns with CPMAI??s view that ML enables systems to learn from data and improve over time (??The ability of a machine to learn from data, improve with experience, and apply that learning to make predictions.??) .