-------------------------------------------------------------------------------------------------------
ARTIFICIAL INTELLIGENCE
VI SEMESTER CSE
UNIT-I
-----------------------------------------------------------------------------------------
1.1 INTRODUCTION
1.1.1 What is AI?
1.1.2 The foundations of Artificial Intelligence.
1.1.3 The History of Artificial Intelligence
1.1.4 The state of art
1.2 INTELLIGENT AGENTS
1.2.1 Agents and environments
1.2.2 Good behavior : The concept of rationality
1.2.3 The nature of environments
1.2.4 Structure of agents
-----------------------------------------------------------------------------------------------------------------------
1.3 SOLVING PROBLEMS BY SEARCHING
1.3.1 Problem Solving Agents
1.3.1.1Well defined problems and solutions
1.3.2 Example problems 1.3.2.1 Toy problems
1.3.2.2 Real world problems
1.3.3 Searching for solutions
1.3.4 Uninformed search strategies 1.3.4.1 Breadth-first search 1.3.4.2 Uniform-cost search 1.3.4.3 Depth-first search 1.3.4.4 Depth limited search 1.3.4.5 Iterative-deepening depth first search 1.3.4.6 Bi-directional search 1.3.4.7 Comparing uninformed search strategiesPowered By www.technoscriptz.com
1.3.5 Avoiding repeated states
1.3.6 Searching with partial information
1.1 Introduction to AI 1.1.1 What is artificial intelligence? Artificial Intelligence is the branch of computer science concerned with making computers behave like humans. Major AI textbooks define artificial intelligence as "the study and design of intelligent agents," where an intelligent agent is a system that perceives its environment and takes actions which maximize its chances of success. John McCarthy, who coined the term in 1956, defines it as
"the science and engineering of making intelligent machines,especially intelligent computer programs." The definitions