AI Exam Study Notes
AI Exam Study Notes
UNIT I - INTRODUCTION TO AI
- Artificial Intelligence (AI) is the branch of computer science that aims to create machines that can
- Intelligent agents perceive the environment, reason, and act to achieve goals, learning from
experience.
- History: Turing Test (1950), Dartmouth Conference (1956), expert systems (1980s), modern ML
and DL.
- Problems defined by states, actions, transition model, goal state, path cost.
- CSPs involve variables and constraints. Techniques: backtracking, forward checking, constraint
propagation.