Ai Unit I and Unit 2 Notes
Ai Unit I and Unit 2 Notes
Definition:
Key Points:
Goals of AI:
Foundations of AI:
Historical Milestones:
Year Event
Dartmouth Conference
1960
Early AI programs like ELIZA (chatbot)
s
1970
Development of expert systems like MYCIN
s
1980
Rise of machine learning algorithms
s
2010
Advances in deep learning, computer vision, NLP
s
3. Intelligent Agents
Example:
Self-driving Steering,
Cameras, LIDAR, GPS
car brakes
3.2 Rationality
Type Description
Simple Reflex
Acts on current perception (no memory).
Agent
Model-Based
Uses internal state and memory.
Reflex Agent
Utility-Based
Maximizes utility (happiness/satisfaction).
Agent
4. Goal test: Determines whether the current state meets the goal.
Initial state
Possible actions
Goal state
Element Description
1. Introduction to Search in AI
Goal: Find the most optimal path from start to goal state.
Complete: Yes
Optimal: No
Types:
3.2 A Algorithm*
Complete: Yes
3.3 AO Algorithm*
Minimax:
Example Tree:
css
CopyEdit
[MAX]
/ \
[MIN] [MIN]
/\ /\
3 5 2 9