0% found this document useful (0 votes)
11 views4 pages

New Microsoft Office Word Document

The document outlines the syllabus for an Integrated Course on Introduction to Artificial Intelligence at Mahendra Engineering College for Electronics and Communication Engineering students. It covers fundamental AI concepts, search strategies, knowledge representation, and learning methods, along with practical programming exercises in Python. The course aims to equip students with problem-solving skills and familiarity with AI principles and programming in an AI environment.

Uploaded by

nagalallig
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views4 pages

New Microsoft Office Word Document

The document outlines the syllabus for an Integrated Course on Introduction to Artificial Intelligence at Mahendra Engineering College for Electronics and Communication Engineering students. It covers fundamental AI concepts, search strategies, knowledge representation, and learning methods, along with practical programming exercises in Python. The course aims to equip students with problem-solving skills and familiarity with AI principles and programming in an AI environment.

Uploaded by

nagalallig
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

MAHENDRA ENGINEERING COLLEGE

(Autonomous)
Syllabus
Programme
Department Electronics and Communication Engineering 1041
Code
Semester VI
Maximum
Course code Course Name Hours/week Credit
marks
L T P C
Introduction to Artificial
22EC14604 100
Intelligence(Integrated Course) 2 0 2 3
 To study the fundamentals of Artificial intelligence andlearn different
search strategies
 To understand various knowledge representation techniques
 To learn AI concepts with statistical learning methods
Objective(s)
 Become familiar with basic principles of AI toward problem solving,
knowledge representation, and learning.
 To prepare students to become Familiarity with the Python programming in
AI environment.
UNIT-I Introduction and Problem Solving 9
Foundations of Artificial Intelligence-Neuroscience, psychology, control theory. Emergence of
Intelligent agent. Intelligent agent - Agents and Environments - Structure - Problem solving
agents, uninformed search strategies - Breadth first search - Depth first search - Depth limited
search - Bidirectional search - Searching with partial Information. Informed search and
exploration, Adversarial search- Alpha - Beta pruning.
UNIT-II Knowledge and Reasoning 9
Knowledge based agent, Reasoning pattern in proportional logic, Agent based on proportional
logic. First-order logic - Syntax and semantics, Inference in first order logic - Forward and
backward chaining, knowledge representation- Ontological Engineering, action situation and
events, Truth maintenance system.
UNIT-III
Learning 9

Learning from observation - Inductive learning - Decision trees - Explanation based learning
Statistical Learning methods - Reinforcement Learning.

List of Experiments 18

Write a program in prolog to solve 4 Queens problems


Write a program WumpusWorld problem
Write a program to solve Traveling salesman problem
Write a program to implement a Tic-Tac-Toe game.
Write a program to implement Hill claiming Algorithms
Write a Program to Implement Breadth First Search.
Write a Program to Implement Depth First Search
Total hours 45

 Apply knowledge of AI agents to select appropriate search algorithms.


 Analyze knowledge representation techniques and problem solving
strategies for common AI applications.
 Interpret relevant AI concepts with statistical learning methods.
Outcome
 Examine AI principles for designing and solving challenges in problem-
solving.
 Demonstrate familiarity with Python programming in the context of an
AI environment.
TEXT BOOK :
S. Russel and P. Norvig, “Artificial Intelligence – A Modern Approach”, 2nd Edition,
1
Pearson Education, 2003
S. Sumathi, SurekhaPaneerselvam, Computational Intelligence Paradigms: Theory &
2
Applications Using MATLAB, CRC Press, 2009

M.C. Trivedi, A classical approach to Artificial Intelligence, Khanna Publishing House, New
3
Delhi ,2018.

REFERENCES:

David Poole, Alan Mackworth, Randy Goebel, ”Computational Intelligence : A logical


1
approach”, Oxford University Press, 2004
G. Luger, “Artificial Intelligence: Structures and Strategies for complex problem solving”,
2
Fourth Edition, Pearson Education, 2002

3 J. Nilsson, “Artificial Intelligence: A new Synthesis”, Elsevier Publishers, 2003

You might also like