Presentation is loading. Please wait.

Presentation is loading. Please wait.

ACADEMIC ORIENTATION PROGRAMME ACADEMIC YEAR 2016-2017.

Similar presentations


Presentation on theme: "ACADEMIC ORIENTATION PROGRAMME ACADEMIC YEAR 2016-2017."— Presentation transcript:

1 ACADEMIC ORIENTATION PROGRAMME ACADEMIC YEAR 2016-2017

2 ARTIFICIAL INTELLIGENCE (CPC703) SHIWANI GUPTA

3 AGENDA Syllabus Briefing Course Objectives and Outcomes Learning Outcomes Mapping of Course Outcomes with Programme Outcomes Experiments & Tutorials Learning Resources Targets & Goals

4 ModuleDetailed ContentsHrs 1 Introduction to Artificial Intelligence 1.1 Introduction, History of Artificial Intelligence, Intelligent Systems: Categorization of Intelligent System, Components of AI Program, Foundations of AI, Sub-areas of AI, Applications of AI, Current trends in AI. 4 2 Intelligent Agents 2.1 Agents and Environments, The concept of rationality, The nature of environment, The structure of Agents, Types of Agents, Learning Agent. 4 3 Problem solving 3.1 Solving problem by Searching : Problem Solving Agent, Formulating Problems, Example Problems. 3.2 Uninformed Search Methods: Breadth First Search (BFS), Depth First Search (DFS), Depth Limited Search, Depth First Iterative Deepening(DFID), Informed Search Methods: Greedy best first Search,A* Search, Memory bounded heuristic Search. 3.3 Local Search Algorithms and Optimization Problems: Hillclimbing search Simulated annealing, Local beam search, Genetic algorithms. 3.4 Adversarial Search: Games, Optimal strategies, The minimax algorithm, Alpha-Beta Pruning. 3+ 4+ 3+ 4

5 ModuleDetailed ContentsHrs 4 Knowledge and Reasoning 4.1 Knowledge based Agents, The Wumpus World, The Propositional logic, First Order Logic: Syntax and Semantic, Inference in FOL, Forward chaining, backward Chaining. 4.2 Knowledge Engineering in First-Order Logic, Unification, Resolution, Introduction to logic programming (PROLOG). 4.3 Uncertain Knowledge and Reasoning: Uncertainty, Representing knowledge in an uncertain domain, The semantics of belief network, Inference in belief network. 5+4+3 5 Planning and Learning 5.1The planning problem, Planning with state space search, Partial order planning, Hierarchical planning, Conditional Planning. 5.2 Learning: Forms of Learning, Inductive Learning, Learning Decision Tree. 5.3 Expert System: Introduction, Phases in building Expert Systems, ES Architecture, ES vs Traditional System. 4+4+2 6 Applications 6.1 Natural Language Processing(NLP), Expert Systems. 2+2

6 Course Code :CPC703 Credits : 5 Course Name :Artificial Intelligence Pre-requisite:DiS, AOA, C++, Java Teaching Scheme : Theory 4 hoursPractical 2 hours Credits Assigned : Theory 4 hours Examination Scheme : Internal Assessment Test 1 : 20 marks Test 2 : 20 marks Avg : 20 marks Final theory Exam : 80 marks Exam Duration (In Hours) : 3 Term Work : 25 Oral : 25 Total : 20+80+25+25 = 150 (ARTIFICIAL INTELLIGENCE) o University Curriculum

7 Course Objectives 1.To conceptualize the basic ideas and techniques underlying the design of intelligent systems. 2.To make students understand and explore the mechanism of mind that enables intelligent thought and action. 3.To make students understand advanced representation formalism and search techniques. 4.To make students understand how to deal with uncertain and incomplete information. shiwani gupta7

8 Course Outcomes Learner will be able to 1.develop a basic understanding of AI building blocks presented in intelligent agents. 2.choose an appropriate problem solving method and knowledge representation technique. 3.analyze the strength and weaknesses of AI approaches to knowledge – intensive problem solving. 4.design models for reasoning with uncertainty as well as the use of unreliable information. 5.design and develop the AI applications in real world scenario. shiwani gupta8

9 Learning Outcomes shiwani gupta9 At the end of this course, learner should be able to: Knowledge and understanding know and understand the basic concepts of Artificial Intelligence including Search, Game Playing, KBS (including Uncertainty), Planning and Machine Learning. Intellectual skills use this knowledge and understanding of appropriate principles and guidelines to synthesize solutions to tasks in AI and to critically evaluate alternatives. Practical skills use a well known declarative language (Prolog) and to construct simple AI systems. Transferable Skills solve problems and evaluate outcomes and alternatives.

10 PROGRAMME OUTCOME PO 1: Ability to perform academic activities and achieve the expected requirements by conforming to a pre -defined process as set by the institute and university PO 2: Ability to effectively apply knowledge of computing and mathematics to computer science problems. PO 3: Ability and skills to effectively use state-of-the-art techniques and computing tools for analysis design and implementation of computing systems which resolve real life problems. PO 4: Ability to utilize multi-disciplinary knowledge across domains to effectively apply computer technology in a global and social environment PO 5: Ability to efficiently make use of additional training provided throughout the course thereby satisfying industry requirements and become globally employable PO 6: Ability to successfully pursue professional development and lifelong learning PO 7: Ability to communicate effectively to both technical and non-technical audiences. PO 8: Ability to become a versatile professional and function effectively as an individual and as a member of a team. PO 9: An understanding of professional, ethical, legal, security, and social issues and responsibilities

11 COURSE OUTCOME AND PROGRAMME OUTCOME Sr. NoCourse OutcomeProgramme Outcome 1. develop a basic understanding of AI building blocks presented in intelligent agents. 1,2 2. choose an appropriate problem solving method and knowledge representation technique. 1,2,5 3. analyze the strength and weaknesses of AI approaches to knowledge – intensive problem solving. 1,3 4. design models for reasoning with uncertainty as well as the use of unreliable information. 1,3,4,5,6 5. design and develop the AI applications in real world scenario. 1,3,4,6,7,8,9

12 EXPECTATION DURING SEMESTER Separate note book for daily notes Loose Thakur sheets for assignments On time submission of assignments Question bank prepared need to be followed strictly for the basis of term tests uniformly. Students having attendance less than 75% have to submit remedial work.

13 SYLLABUS CONTENT ORIENTATION Introduction to Artificial Intelligence 1.1 Introduction, History of Artificial Intelligence, Intelligent Systems: Categorization of Intelligent System, Components of AI Program, Foundations of AI, Sub-areas of AI, Applications of AI, Current trends in AI. Intelligent Agents 2.1 Agents and Environments, The concept of rationality, The nature of environment, The structure of Agents, Types of Agents, Learning Agent. Problem solving 3.1 Solving problem by Searching : Problem Solving Agent, Formulating Problems, Example Problems. 3.2 Uninformed Search Methods: Breadth First Search (BFS), Depth First Search (DFS), Depth Limited Search, Depth First Iterative Deepening(DFID), Informed Search Methods: Greedy best first Search,A* Search, Memory bounded heuristic Search. 3.3 Local Search Algorithms and Optimization Problems: Hillclimbing search Simulated annealing, Local beam search, Genetic algorithms. 3.4 Adversarial Search: Games, Optimal strategies, The minimax algorithm, Alpha-Beta Pruning.

14 SYLLABUS CONTENT ORIENTATION Knowledge and Reasoning 4.1 Knowledge based Agents, The Wumpus World, The Propositional logic, First Order Logic: Syntax and Semantic, Inference in FOL, Forward chaining, backward Chaining. 4.2 Knowledge Engineering in First-Order Logic, Unification, Resolution, Introduction to logic programming (PROLOG). 4.3 Uncertain Knowledge and Reasoning: Uncertainty, Representing knowledge in an uncertain domain, The semantics of belief network, Inference in belief network. Planning and Learning 5.1The planning problem, Planning with state space search, Partial order planning, Hierarchical planning, Conditional Planning. 5.2 Learning: Forms of Learning, Inductive Learning, Learning Decision Tree. 5.3 Expert System: Introduction, Phases in building Expert Systems, ES Architecture, ES vs Traditional System. Applications 6.1 Natural Language Processing(NLP), Expert Systems.

15 List of AI Practical / Experiments All the programs should be implemented in C/C++/Java/Prolog under Windows or Linux environment. Experiments can also be conducted using available open source tools. 1.One case study on NLP/Expert system based papers published in IEEE/ACM/Springer or any prominent journal. (Module6) 2.Program on uninformed and informed search methods. (Module3) 3.Program on Local Search Algorithm. (Module3) 4.Program on Optimization problem. (Module3) 5.Program on adversarial search. (Module3) 6.Program on Wumpus world. (Module4) 7.Program on unification. (Module4) 8.Program on Decision Tree. (Module5) Any other practical covering the syllabus topics and subtopics can be conducted shiwani gupta15

16 REFERENCE BOOKS (Practicals) 1. Ivan Bratko "PROLOG Programming for Artificial Intelligence", Pearson Education, Third Edition. 2. Elaine Rich and Kevin Knight "Artificial Intelligence "Third Edition 3. Davis E.Goldberg, "Genetic Algorithms: Search, Optimization and Machine Learning", Addison Wesley, N.Y., 1989. 4. Han Kamber, “Data Mining Concepts and Techniques”, Morgann Kaufmann Publishers. Text Books: shiwani gupta16

17 Termwork: Total experiments to be performed are 8. The final certification and acceptance of term work ensures that satisfactory performance of laboratory work and minimum passing marks in term work. Termwork: 25 Marks ( total marks ) = 15 Marks Experiments + 05 Marks Assignment + 5 (Attendance (theory+practical)) Practical Exam will be based on above syllabus Continuous Evaluation

18 Theory Examination: 1. Question paper will comprise of total 6 questions, each of 20 Marks. 2. Only 4 questions need to be solved. 3. Question 1 will be compulsory and based on maximum part of the syllabus. 4. Remaining questions will be mixed in nature (for example suppose Q.2 has part (a) from module 3 then part (b) will be from any module other than module 3) In question paper, weightage of each module will be proportional to number of respective lecture hours as mentioned in the syllabus. University Examination

19 Assignments to be completed and corrected during the practical slots. Journals to be corrected same day/next turn itself and marks entry to be done, else zero marks will automatically be entered. Hence students are required to come prepared for the practical performance. In case one misses any practical turn, they are required to ask the faculty which practical to be performed and submit it on next turn else will be put under worst case lab defaulter. Remedial work last submission date is to be strictly followed else strict action will be taken. Assignment, Journal, Remedial Guidelines

20 TEXT BOOKS 1.Stuart J. Russell and Peter Norvig, "Artificial Intelligence A Modern Approach “Second Edition" Pearson Education. 2.Saroj Kaushik “Artificial Intelligence”, Cengage Learning. 3.George F Luger “Artificial Intelligence” Low Price Edition, Pearson Education., Fourth edition. shiwani gupta20

21 REFERENCE BOOKS 1.Ivan Bratko “PROLOG Programming for Artificial Intelligence”, Pearson Education, Third Edition. 2.Elaine Rich and Kevin Knight “Artificial Intelligence” Third Edition 3.Davis E.Goldberg, “Genetic Algorithms: Search, Optimization and Machine Learning”, Addison Wesley, N.Y., 1989. 4.Hagan, Demuth, Beale, “Neural Network Design” CENGAGE Learning, India Edition. 5.Patrick Henry Winston, “Artificial Intelligence”, Addison- Wesley, Third Edition. 6.Han Kamber, “Data Mining Concepts and Techniques”, Morgann Kaufmann Publishers. 7.N.P.Padhy, “Artificial Intelligence and Intelligent Systems”, Oxford University Press. shiwani gupta21

22 Attainment of Course outcomes Attendance 75% Minimum Requirement as per UoM Subject Results ISO Requirement (90%) Quality of Results First class and Distinction (ISO Requirements) Targets & Goals

23 THANK YOU


Download ppt "ACADEMIC ORIENTATION PROGRAMME ACADEMIC YEAR 2016-2017."

Similar presentations


Ads by Google