Class 10 Artificial Intelligence
Chapter 1: Revisiting AI Project Cycle
AI Project Cycle Stages:
1. Problem Scoping
2. Data Acquisition
3. Data Exploration
4. Modelling
5. Evaluation
Stage 1: Problem Scoping
- Understanding the problem and goal.
- Stakeholders, constraints, and requirements.
Stage 2: Data Acquisition
- Collecting data from surveys, sensors, internet, cameras.
- Types: numerical, categorical, text, image, audio.
Stage 3: Data Exploration
- Cleaning data, removing duplicates, handling missing values.
- Visualizing patterns using charts.
Stage 4: Modelling
- Choosing algorithm, training and testing model.
- Types: Classification, Regression, Clustering.
Stage 5: Evaluation
- Checking performance using accuracy, precision, recall.
Important Questions & Answers:
Q1. What is AI Project Cycle?
A: A systematic process to build AI solutions with 5 stages.
Q2. What is Problem Scoping?
A: Understanding the problem and defining goals.
Q3. What is Data Exploration?
A: Cleaning, analyzing, and visualizing data.
Q4. What is Modelling?
A: Training and testing the AI model for predictions.
Q5. What is Evaluation?
A: Measuring performance of the model.
Q6. Define feature and label.
A: Feature = input data; Label = output predicted.
Q7. What are stakeholders?
A: People affected by the AI project.
Q8. What is regression?
A: Predicting numerical values.
Q9. What is classification?
A: Predicting categories.
Q10. What is data cleaning?
A: Removing incorrect or incomplete data.