1. Define AI
Artificial Intelligence (AI) is a field of computer science that creates machines which can think, learn, and make decisions like humans by analyzing data and solving problems.
Example (Steps):
- Input data (voice command)
- AI processes it
- Gives output (answer/action)
2. Problem Solving Process
The problem solving process includes defining the problem, collecting data, selecting a method, generating solutions, evaluating them, and improving the final solution.
Example (Steps):
- Understand problem (low marks)
- Collect data (previous marks)
- Choose method (study plan)
- Apply solution (study)
- Evaluate result
3. Knowledge Representation Techniques
Logical representation uses rules and statements, while semantic networks use diagrams (nodes and links).
Example (Steps):
Logical → “All humans are mortal”
Semantic → Human → is a → living being
4. Knowledge-Based Agents
They store facts and rules in a knowledge base and use reasoning to choose the best action.
Example (Steps):
- Input: Fever + cough
- Check rules
- Match symptoms
- Output: Suggest disease
5. Conditions of Unification
Unification works when predicates match, arguments are same, and substitutions are consistent.
Example (Steps):
- P(x, y)
- P(a, b)
- Replace → x=a, y=b
- Match successful
6. Applications of AI Planning
AI planning is used in robotics and scheduling systems.
Example (Steps):
- Define task (clean room)
- Plan actions
- Execute steps
- Complete task
7. Partial Order Planning
Partial order planning arranges actions only when necessary, allowing flexible execution.
Example (Steps):
- Goal: Make breakfast
- Actions: boil water, toast bread
- No strict order
- Tasks can be done in any sequence
8. Planning Under Limited Resources
It means planning when resources like time or money are limited.
Example (Steps):
- Budget = ₹1000
- List needs
- Prioritize important items
- Spend wisely
9. Bayes’ Theorem
Bayes’ theorem is used to update probability using new evidence.
Example (Steps):
- Prior: Chance of disease
- Evidence: Test result
- Apply formula
- Get updated probability
10. Conditional Independence
Conditional independence means two variables become independent when a third variable is known.
Example (Steps):
- Rain affects traffic
- Weather known
- Traffic independent of other factors
- Calculation becomes easier
0 Comments