Review of AI Professor: Liqing Zhang

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

Slides from: Doug Gray, David Poole
CSC411Artificial Intelligence 1 Chapter 3 Structures and Strategies For Space State Search Contents Graph Theory Strategies for Space State Search Using.
1 Machine Learning: Lecture 4 Artificial Neural Networks (Based on Chapter 4 of Mitchell T.., Machine Learning, 1997)
G53MLE | Machine Learning | Dr Guoping Qiu
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
Lecture 13 Last time: Games, minimax, alpha-beta Today: Finish off games, summary.
Carla P. Gomes CS4700 CS 4700: Foundations of Artificial Intelligence Carla P. Gomes Exam-Info.
Artificial Intelligence Course review AIMA. Four main themes Problem solving by search Uninformed search Informed search Constraint satisfaction Adversarial.
Cooperating Intelligent Systems Course review AIMA.
Big Ideas in Cmput366. Search Blind Search Iterative deepening Heuristic Search A* Local and Stochastic Search Randomized algorithm Constraint satisfaction.
Artificial Neural Networks
SEA Side Software Engineering Annotations AAnnotation 7: Artificial Intelligence One hour presentation to inform you of new techniques and practices in.
CSE (c) S. Tanimoto, 2008 Introduction 1 CSE 415 Introduction to Artificial Intelligence Winter 2008 Instructor: Steve Tanimoto
CHAPTER 12 ADVANCED INTELLIGENT SYSTEMS © 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang.
 Define A.I and discuss its application areas in detail.  Explain Turing test. why it is not justifiable to use it to test whether the machine is intelligent.
What is Artificial Intelligence? AI is the effort to develop systems that can behave/act like humans. Turing Test The problem = unrestricted domains –human.
Notes for Chapter 12 Logic Programming The AI War Basic Concepts of Logic Programming Prolog Review questions.
1 Artificial Neural Networks Sanun Srisuk EECP0720 Expert Systems – Artificial Neural Networks.
Artificial Intelligence
Chapter 12 Adversarial Search. (c) 2000, 2001 SNU CSE Biointelligence Lab2 Two-Agent Games (1) Idealized Setting  The actions of the agents are interleaved.
110/19/2015CS360 AI & Robotics AI Application Areas  Neural Networks and Genetic Algorithms  These model the structure of neurons in the brain  Humans.
Logical Agents Logic Propositional Logic Summary
Introduction to Artificial Intelligence and Soft Computing
Artificial Intelligence Chapter 3 Neural Networks Artificial Intelligence Chapter 3 Neural Networks Biointelligence Lab School of Computer Sci. & Eng.
Kansas State University Department of Computing and Information Sciences CIS 730: Introduction to Artificial Intelligence Lecture 9 of 42 Wednesday, 14.
SAL: A Game Learning Machine Joel Paulson & Brian Lanners.
KNOWLEDGE BASED SYSTEMS
Data Mining and Decision Support
1 Propositional Logic Limits The expressive power of propositional logic is limited. The assumption is that everything can be expressed by simple facts.
Some Thoughts to Consider 5 Take a look at some of the sophisticated toys being offered in stores, in catalogs, or in Sunday newspaper ads. Which ones.
Computing & Information Sciences Kansas State University Wednesday, 04 Oct 2006CIS 490 / 730: Artificial Intelligence Lecture 17 of 42 Wednesday, 04 October.
Definition and Technologies Knowledge Representation.
Computing & Information Sciences Kansas State University Friday, 13 Oct 2006CIS 490 / 730: Artificial Intelligence Lecture 21 of 42 Friday, 13 October.
Biointelligence Lab School of Computer Sci. & Eng. Seoul National University Artificial Intelligence Chapter 8 Uninformed Search.
Fall 2004 Backpropagation CS478 - Machine Learning.
CS 388: Natural Language Processing: Neural Networks
Supervised Learning in ANNs
Chapter 11: Artificial Intelligence
Chapter 11: Artificial Intelligence
Resolution in the Propositional Calculus
第 3 章 神经网络.
Artificial Intelligence Chapter 17 Knowledge-Based Systems
Knowledge-Based Systems Chapter 17.
Artificial Intelligence Chapter 17 Knowledge-Based Systems
Classification with Perceptrons Reading:
CS 4700: Foundations of Artificial Intelligence
Machine Learning Today: Reading: Maria Florina Balcan
Artificial Intelligence Chapter 12 Adversarial Search
Announcements Homework 3 due today (grace period through Friday)
Introduction to Artificial Intelligence and Soft Computing
CSE 415 Introduction to Artificial Intelligence Winter 2004
What to do when you don’t know anything know nothing
Artificial Intelligence Chapter 3 Neural Networks
Artificial Intelligence Chapter 2 Stimulus-Response Agents
Artificial Intelligence Chapter 3 Neural Networks
Artificial Intelligence Chapter 17. Knowledge-Based Systems
Machine Learning: Lecture 4
CSE 415 Introduction to Artificial Intelligence Winter 2003
Approaches to search Simple search Heuristic search Genetic search
Artificial Intelligence Chapter 3 Neural Networks
Artificial Intelligence Chapter 3 Neural Networks
2004: Topics Covered in COSC 6368
Artificial Intelligence Chapter 17 Knowledge-Based Systems
CSE 415 Introduction to Artificial Intelligence Winter 2007
Search.
SEG 4560 Midterm Review.
Search.
CSC 578 Neural Networks and Deep Learning
Artificial Intelligence Chapter 3 Neural Networks
Presentation transcript:

Review of AI Professor: Liqing Zhang Contact Information: Email: zhang-lq@cs.sjtu.edu.cn Tel: 6293 2406

Chapter 1 Basic concepts: What is AI? Comparison between Human Intelligence and AI Milestones of AI

Chapter 2: Stimulus-Response Agents 2.1 Perception and Action Perception Action Boolean Algebra Clauses and Forms of Boolean Functions 2.2 Representing and Implementing Action Functions Production Systems Networks The Subsumption Architecture

Chapter 2: Stimulus-Response Agents Neural network Network of TLUs TLUs are thought to be simple models of biological neurons Connection weights Threshold value

Chapter 3: Neural Networks 3.2 Training Single TLUs Gradient Descent Widrow-Hoff Rule Generalized Delta Procedure 3.3 Neural Networks The Backpropagation Method Derivation of the Backpropagation Learning Rule 3.4 Generalization, Accuracy, and Overfitting

Overfitting

Chapter 4: Machine Evolution Genetic Algorithm Concept Genetic Programming How to define genetic operations and fitness function

Chapter 5: State Machines Concept of State Machine vs Stimulus-Response Agents

Chapter 6: Robot Vision Averaging Edge enhancement

Chapter 8: Uninformed Search Search Space Graphs Depth-First Search Breadth-First Search Iterative Deepening

Chapter 9 : Heuristic Search Using Evaluation Functions A General Graph-Searching Algorithm Algorithm A* Admissibility Consistency Iterative-Deepening A* Heuristic Functions and Search Efficiency

Chapter 10 Planning, Acting, and Learning X The Sense/Plan/Act Cycle X Approximate Search Learning Heuristic Functions Rewards Instead of Goals

Chapter 11: Not required

Chapter 12: Adversarial Search Minimax Procedure The Alpha-Beta Procedure Games of Chance Learning Evaluation Functions Not required

Chapter 13, 14, 15, 16 The Propositional Calculus Resolution in the Propositional Calculus The Predicate Calculus Resolution in the Predicate Calculus

Chapter 17: Knowledge-Based Systems Confronting the Real World Reasoning Using Horn Clauses Maintenance in Dynamic Knowledge Bases Rule-Based Expert Systems Rule Learning

Rule Extraction

Initialize Generic Separate-and-conquer algorithm (GSCA) Initialize Initialize empty set of rules repeat the outer loop adds rules until covers all (or most) of the positive instances Repeat the inner loop adds atoms to until covers only (or mainly) positive instances Select an atom to add to . This is a nondeterministic choice point that can be used for backtracking. Until covers only (or mainly) positive instances in We add the rule to the set of rules. (the positive instances in covered by ) Until covers all (or most) of positive instance in

Chapter 18. Representing commonsense Knowledge Not Required

Chapter 19. Reasoning with Uncertain Information Probabilistic Inference Bayes Networks Patterns of Inference in Bayes Networks Uncertain Evidence D-Separation Probabilistic Inference in Polytrees

Example

The rest chapters are not required