Ch3 - Question Answers-1
Ch3 - Question Answers-1
11. What is the primary goal of the modeling phase in the AI project lifecycle? Explain the difference between rule-based
AI and learning-based AI.
Ans11. The goal is to create a predictive model using algorithms that best solve the defined problem.
Rule-based AI: Operates on predefined rules and logic.
Learning-based AI: Learns patterns from data and adjusts dynamically to new inputs.
12. Why is evaluation important in AI projects, and when does it typically occur?
Ans12. Evaluation ensures that the AI model meets performance criteria and is ready for deployment. It typically occurs
after training and testing but may also be conducted during iterative improvements.
13. What are decision trees in AI, and for what types of tasks are they commonly used?
Ans13. Decision trees are flowchart-like models used for classification and regression tasks. They split data into branches
based on feature values, making them easy to interpret.
15. What is the main purpose of deploying an AI model? When does deployment typically happen in the AI project
lifecycle?
Ans15. Deployment makes the trained model operational, allowing it to provide insights or automation in real-world
scenarios. It typically happens after successful evaluation and testing phases.