1 2010/2011 Semester 2 Introduction: Chapter 1 ARTIFICIAL INTELLIGENCE.

Slides:



Advertisements
Similar presentations
Big Ideas in Cmput366. Search Blind Search State space representation Iterative deepening Heuristic Search A*, f(n)=g(n)+h(n), admissible heuristics Local.
Advertisements

Introduction to Artificial Intelligence
Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Chapter 7 Technologies to Manage Knowledge: Artificial Intelligence.
ECE457 Applied Artificial Intelligence R. Khoury (2007)Page 1 Please pick up a copy of the course syllabus from the front desk.
CSE 5522: Survey of Artificial Intelligence II: Advanced Techniques Instructor: Alan Ritter TA: Fan Yang.
AI 授課教師:顏士淨 2013/09/12 1. Part I & Part II 2  Part I Artificial Intelligence 1 Introduction 2 Intelligent Agents Part II Problem Solving 3 Solving Problems.
Research Areas S. E. Shimony Artificial intelligence and applications. Probabilistic reasoning. Knowledge discovery and data-mining. Meta-reasoning ( “
Chapter 15 Probabilistic Reasoning over Time. Chapter 15, Sections 1-5 Outline Time and uncertainty Inference: ltering, prediction, smoothing Hidden Markov.
Carla P. Gomes CS4700 CS 4700: Foundations of Artificial Intelligence Carla P. Gomes Exam-Info.
01 -1 Lecture 01 Artificial Intelligence Topics –Introduction –Knowledge representation –Knowledge reasoning –Machine learning –Applications.
Class Project Due at end of finals week Essentially anything you want, so long as its AI related and I approve Any programming language you want In pairs.
Artificial Intelligence Course review AIMA. Four main themes Problem solving by search Uninformed search Informed search Constraint satisfaction Adversarial.
CSE 471/598 Intro to AI (Lecture 1). Course Overview What is AI –Intelligent Agents Search (Problem Solving Agents) –Single agent search [Project 1]
Cooperating Intelligent Systems Course review AIMA.
Artificial Intelligence and Lisp Lecture 13 Additional Topics in Artificial Intelligence LiU Course TDDC65 Autumn Semester, 2010
DCP 1172 Introduction to Artificial Intelligence Lecture 1 Chang-Sheng Chen.
Computing & Information Sciences Kansas State University Lecture 11 of 42 CIS 530 / 730 Artificial Intelligence Lecture 11 of 42 William H. Hsu Department.
Big Ideas in Cmput366. Search Blind Search Iterative deepening Heuristic Search A* Local and Stochastic Search Randomized algorithm Constraint satisfaction.
CSE 574: Artificial Intelligence II Statistical Relational Learning Instructor: Pedro Domingos.
© 2002 Franz J. Kurfess Introduction 1 CPE/CSC 481: Knowledge-Based Systems Dr. Franz J. Kurfess Computer Science Department Cal Poly.
5/25/2005EE562 EE562 ARTIFICIAL INTELLIGENCE FOR ENGINEERS Lecture 16, 6/1/2005 University of Washington, Department of Electrical Engineering Spring 2005.
Intelligent Systems Group Emmanuel Fernandez Larry Mazlack Ali Minai (coordinator) Carla Purdy William Wee.
CS 561, Session 29 1 Belief networks Conditional independence Syntax and semantics Exact inference Approximate inference.
CSE 590ST Statistical Methods in Computer Science Instructor: Pedro Domingos.
CS 561, Sessions 28 1 Uncertainty Probability Syntax Semantics Inference rules.
02 -1 Lecture 02 Agent Technology Topics –Introduction –Agent Reasoning –Agent Learning –Ontology Engineering –User Modeling –Mobile Agents –Multi-Agent.
CIS 410/510 Probabilistic Methods for Artificial Intelligence Instructor: Daniel Lowd.
CSE 515 Statistical Methods in Computer Science Instructor: Pedro Domingos.
What is AI? The exciting new effort to make computers thinks … machine with minds, in the full and literal sense” (Haugeland 1985) “The art of creating.
Artificial Intelligence Dr. Paul Wagner Department of Computer Science University of Wisconsin – Eau Claire.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
10/3/2015 ARTIFICIAL INTELLIGENCE Russell and Norvig ARTIFICIAL INTELLIGENCE: A Modern Approach.
Artificial Intelligence
Knowledge Representation Use of logic. Artificial agents need Knowledge and reasoning power Can combine GK with current percepts Build up KB incrementally.
Introduction to Artificial Intelligence and Soft Computing
Assoc. Prof. Abdulwahab AlSammak. Course Information Course Title: Artificial Intelligence Instructor : Assoc. Prof. Abdulwahab AlSammak
Artificial Intelligence Recap & Expectation Maximization CSE 473 Dan Weld.
CS621 : Artificial Intelligence Pushpak Bhattacharyya CSE Dept., IIT Bombay Lecture 1 - Introduction.
Artificial Intelligence: Introduction Department of Computer Science & Engineering Indian Institute of Technology Kharagpur.
Computing & Information Sciences Kansas State University Lecture 13 of 42 CIS 530 / 730 Artificial Intelligence Lecture 13 of 42 William H. Hsu Department.
CSE 473 Artificial Intelligence Review. Logistics Project reports and homework 5 due Monday 5pm Monday 5pm project demo in 002 Exam next Wed 8:30—10:30.
Kansas State University Department of Computing and Information Sciences CIS 730: Introduction to Artificial Intelligence Lecture 12 Friday, 17 September.
KNOWLEDGE BASED SYSTEMS
1 Chapter 15 Probabilistic Reasoning over Time. 2 Outline Time and UncertaintyTime and Uncertainty Inference: Filtering, Prediction, SmoothingInference:
Introduction to Artificial Intelligence CS 438 Spring 2008.
CSE & CSE6002E - Soft Computing Winter Semester, 2011 Course Review.
Spring, 2005 CSE391 – Lecture 1 1 Introduction to Artificial Intelligence Martha Palmer CSE391 Spring, 2005.
Computing & Information Sciences Kansas State University Lecture 12 of 42 CIS 530 / 730 Artificial Intelligence Lecture 12 of 42 William H. Hsu Department.
CS1001 Lecture 25. Overview Homework 4 Homework 4 Artificial Intelligence Artificial Intelligence Database Systems Database Systems.
CS382 Introduction to Artificial Intelligence Lecture 1: The Foundations of AI and Intelligent Agents 24 January 2012 Instructor: Kostas Bekris Computer.
Computing & Information Sciences Kansas State University Wednesday, 04 Oct 2006CIS 490 / 730: Artificial Intelligence Lecture 17 of 42 Wednesday, 04 October.
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School INTRODUCTION TO ARTIFICIAL INTELLIGENCE LESSON 11.
Computing & Information Sciences Kansas State University Friday, 13 Oct 2006CIS 490 / 730: Artificial Intelligence Lecture 21 of 42 Friday, 13 October.
The Hebrew University of Jerusalem School of Engineering and Computer Science Academic Year: 2011/2012 Instructor: Jeff Rosenschein.
CS 541: Artificial Intelligence Lecture VIII: Temporal Probability Models.
Introduction to Artificial Intelligence Heshaam Faili University of Tehran.
CS 541: Artificial Intelligence Lecture IV: Logic Agent and First Order Logic.
Brief Intro to Machine Learning CS539
Artificial Intelligence
CS 541: Artificial Intelligence
TECHNOLOGY GUIDE FOUR Intelligent Systems.
RESEARCH APPROACH.
Artificial Intelligence and Lisp Lecture 13 Additional Topics in Artificial Intelligence LiU Course TDDC65 Autumn Semester,
Basic Intro Tutorial on Machine Learning and Data Mining
Introduction to Artificial Intelligence and Soft Computing
CSE 515 Statistical Methods in Computer Science
CH751 퍼지시스템 특강 Uncertainties in Intelligent Systems
2004: Topics Covered in COSC 6368
Overview Fundamental of Artificial Intelligence (CSC3180)
Chapter 14 February 26, 2004.
Presentation transcript:

1 2010/2011 Semester 2 Introduction: Chapter 1 ARTIFICIAL INTELLIGENCE

2 AI– CS410, SJTU, 2010 Course overview Introduction and Agents (chapters 1,2)Introduction and Agents (chapters 1,2) Search (chapters 3,4,5,6)Search (chapters 3,4,5,6) Logic (chapters 7,8,9)Logic (chapters 7,8,9) Planning (chapters 11,12)Planning (chapters 11,12) Uncertainty (chapters 13,14)Uncertainty (chapters 13,14) Learning (chapters 18,20)Learning (chapters 18,20) Natural Language Processing (chapter 22,23)Natural Language Processing (chapter 22,23)

3 AI– CS410, SJTU, 2010 Search (Ch 3,4,5,6) Ch3: Solving problems by searchingCh3: Solving problems by searching –Problem =  Search Ch4: Informed Search and ExplorationCh4: Informed Search and Exploration –A * search /Heuristic Search –Simulated annealing search / Genetic algorithms Ch5: Constraint Satisfaction ProblemsCh5: Constraint Satisfaction Problems –Constraint Satisfaction Problems (CSP) –Backtracking search for CSPs / Local search for CSPs Ch6: Adversarial SearchCh6: Adversarial Search –Optimal decisions / α-β pruning –Imperfect, real-time decisions

4 AI– CS410, SJTU, 2010 Logical Agents Logical AgentsLogical Agents –Knowledge-based agents –Inference rules and theorem proving First-Order LogicFirst-Order Logic –Syntax and semantics of FOL –Knowledge engineering in FOL Inference in FOLsInference in FOLs –First-order inference / Unification –Generalized Modus Ponens

5 AI– CS410, SJTU, 2010 Knowledge Representation Knowledge Representation Knowledge Representation – Ageneral ontology / categories / Actions / Mental – reasoning about categories Planning Planning –Planning with State-Space Search –Planning with Propositional Logic

6 AI– CS410, SJTU, 2010 Uncertainty and Inference UncertaintyUncertainty –Probability / Syntax and Semantics –Inference / Independence and Bayes' Rule Probabilistic ReasoningProbabilistic Reasoning – Syntax and Semantics of Bayesian networks – Exact inference by enumeration / variable elimination – Approximate inference by stochastic simulation/ MCMC Probabilistic Reasoning over TimeProbabilistic Reasoning over Time –Inference: Filtering, prediction, smoothing –Hidden Markov models –Kalman Filters (a brief mention)

7 AI– CS410, SJTU, 2010 Learning (chapters 18,20)Learning (chapters 18,20) –Active and Interactive Learning Natural Language Processing (chapter 22,23)Natural Language Processing (chapter 22,23) Computer VisionComputer Vision Search / Data Mining (Doc / Image / Video / Event )Search / Data Mining (Doc / Image / Video / Event ) Multi-agents / InteractionsMulti-agents / Interactions Knowledge OrganizationKnowledge Organization

8 AI– CS410, SJTU, 2010

9 Intelligent Systems