Question 15
UnclassifiedAn AI project's specifications document should include:
Correct answer: B
Explanation
A specifications document defines what the AI system must achieve and how it will be judged, so it includes "business goals" and "success metrics". It also needs the practical boundaries for building and validating the system: "data requirements, model constraints, and acceptance criteria."
Why each option is right or wrong
A. Only the algorithm chosen
B. Business goals, success metrics, data requirements, model constraints, and acceptance criteria
The specifications document is the project’s formal requirements baseline, so it must capture the objective the system is meant to serve, the measurable criteria for judging performance, and the implementation boundaries that govern what can and cannot be built. In practice, that means documenting the business goal, the success metrics used to evaluate it, the data needed to train/test the system, any model constraints, and the acceptance criteria used to sign off the deliverable.
C. Just the model accuracy target
D. Only the deployment platform