Download cse 423 artificial intelligence (elective-ii)

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Technological singularity wikipedia , lookup

Fuzzy logic wikipedia , lookup

Artificial intelligence in video games wikipedia , lookup

Embodied cognitive science wikipedia , lookup

AI winter wikipedia , lookup

Philosophy of artificial intelligence wikipedia , lookup

Knowledge representation and reasoning wikipedia , lookup

Intelligence explosion wikipedia , lookup

Ethics of artificial intelligence wikipedia , lookup

Existential risk from artificial general intelligence wikipedia , lookup

History of artificial intelligence wikipedia , lookup

Transcript
CSE 423 ARTIFICIAL INTELLIGENCE (ELECTIVE-II)
[3 1 0 4]
1. INTRODUCTION :
What is AI? Foundations of Artificial Intelligence, History of Artificial Intelligence, The
state of the Art
(Chapter 1: 1.1,- 1.4 of Text Book 1 )
(2 hrs)
2. INTELLIGENT AGENTS
Agents and Environments, The concept of Rationality, The Nature of Environments, The
structure of Agents
(Chapter 2: 2.1- 2.4 of Text Book 1 )
(5 hrs)
3. PROBLEMS AND PROBLEM SPACES:
Problem Solving agents, Example Problems, Searching for Solutions, Uninformed search
strategies, Informed (Heuristic) search strategies, Heuristic functions
(Chapter 3: 3.1 to 3.5 except 3.5.3, 3.6 except 3.6.3 of Text Book 1)
(8 hrs)
4. PROBLEM REDUCTION AND GAME PLAYING:
Games, Optimal decision in games, Alpha Beta Pruning,
(Chapter 5: 5.1 to 5.3 of Text Book 1)
(3 hrs)
5. LOGIC CONCEPTS AND LOGIC PROGRAMMING:
Knowledge based agents, Propositional logic, Propositional Theorem Proving, Syntax
and semantics of First order logic, using First order logic, Knowledge engineering in First
order logic
(Chapter 7: 7.1 to 7.5, Chapter 8: 8.2 to 8.4 of Text Book1)
(9 hrs)
6. ADVANCED PROBLEM-SOLVING PARADIGM: PLANNING
Definition of classical planning, Block world problem, Algorithms for planning as state
space search
(Chapter 10:10.1 to 10.2. of Text book 1)
(3 hrs)
7. KNOWLEDGE REPRESENTATION:
Ontological Engineering, Categories and objects, events, mental events and mental
objects, reasoning systems for categories, Reasoning with default information, The
internet shopping world.
(Chapter 12:12.1-12.7 of Text Book 1)
(7 hrs)
8. UNCERTAINITY MEASURE: PROBABILITY THEORY:
Acting under uncertainty, Basic probability notation, Inference using full joint
distributions, independence, Baye’s Rule and its use, Representing knowledge in an
uncertain domain, the semantics of Bayesian networks,
(Chapter 13: 13.1 – 13.5, 14: 14.1 to 14.2 of Text Book1)
(5 hrs)
9. EXPERT SYSTEMS(ES)
Introduction, Phases in Building ES, ES Architecture, ES versus Traditional Systems
(Chapter 8:8.1 -8.2 of Text book 1)
(1 hr)
10. FUZZY SETS:
Introduction, Fuzzy sets, Fuzzy set operations, Types membership functions
(Chapter 10: 10.1 to 10.2 of Text Book 2)
(2 hrs)
11. MACHINE LEARNING PARADIGMS:
Introduction, Machine-Learning Systems, Supervised and Unsupervised learning,
(Chapter 11:11.1 to 11.2 of Text Book 2)
(2 hrs)
12. ARTIFICIAL NEURAL NETWORKS:
Introduction, ANN, Single layer feed-forward networks, Multi-layer feed-forward NN.
(Chapter 12:12.1 of Text Book 1)
(1 hr)
Text Books:
1. Stuart Russell and Peter Norvig – Artificial Intelligence A Modern Approach,
Pearson Education, Third Edition, 2010.
2. Saroj Kaushik– Artificial Intelligence, Cengage Learning Publications,First Edition,
2011.
References:
1. Elaine Rich, Kevin Knight - Artificial Intelligence, Tata McGraw Hill Edition,1999.
2. Nils J. Nilsson - Principles of Artificial Intelligence - Springer Verlag,1982.
3. Don W. Patterson - Introduction to Artificial Intelligence and Expert Systems,PHI
Publication,2006.
4. John Yen, Reza Langari,-Fuzzy Logic Intelligence, Control, and Information,
Pearson Education, 2004.
5. Related materials from Journal papers.