Course Instructor: knza ch

Slides:



Advertisements
Similar presentations
Artificial Intelligence
Advertisements

Artificial Intelligence
Artificial Intelligence
Artificial Intelligence. Intelligent? What is intelligence? computational part of the ability to achieve goals in the world.
Artificial Intelligence
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.
CS440/ECE448: Artificial Intelligence
Introduction to Artificial Intelligence Ruth Bergman Fall 2004.
PSU CS 370 – Artificial Intelligence Dr. Mohamed Tounsi Artificial Intelligence 1. Introduction Dr. M. Tounsi.
Introduction to Artificial Intelligence Prof. Kathleen McKeown 722 CEPSR, TAs: Kapil Thadani 724 CEPSR, Phong Pham TA Room.
Artificial Intelligence Instructor: Professor Yun Peng
SLIDE 1CS 362 Artificial Intelligence Hassan Najadat Jordan University of Science & Technology.
Artificial Intelligence
Introduction to Artificial Intelligence ITK 340, Spring 2010.
Artificial Intelligence
Copyright R. Weber INFO 629 Concepts in Artificial Intelligence Fall 2004 Professor: Dr. Rosina Weber.
Artificial Intelligence
Dr.Abeer Mahmoud ARTIFICIAL INTELLIGENCE (CS 461D) Dr. Abeer Mahmoud Computer science Department Princess Nora University Faculty of Computer & Information.
1 AI and Agents CS 171/271 (Chapters 1 and 2) Some text and images in these slides were drawn from Russel & Norvig’s published material.
CSCI 4410 Introduction to Artificial Intelligence.
1 Intelligent Systems Q: Where to start? A: At the beginning (1940) by Denis Riordan Reference Modern Artificial Intelligence began in the middle of the.
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
Xiaoying Sharon Gao Mengjie Zhang Computer Science Victoria University of Wellington Introduction to Artificial Intelligence COMP 307.
Introduction to Artificial Intelligence. Content Definition of AI Typical AI problems Practical impact of AI Approaches of AI Limits of AI Brief history.
Lecture 1 Note: Some slides and/or pictures are adapted from Lecture slides / Books of Dr Zafar Alvi. Text Book - Aritificial Intelligence Illuminated.
A RTIFICIAL I NTELLIGENCE Introduction 3 October
What is AI:-  Ai is the science of making machine do things that would requires intelligence.  Computers with the ability to mimic or duplicate the.
Artificial Intelligence: Prospects for the 21 st Century Henry Kautz Department of Computer Science University of Rochester.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Artificial Intelligence
1 Lecture 1: Introduction to Artificial Intelligence.
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
1 CS 2710, ISSP 2610 Foundations of Artificial Intelligence introduction.
Artificial Intelligence: Introduction Department of Computer Science & Engineering Indian Institute of Technology Kharagpur.
Artificial Intelligence IES 503 Asst. Prof. Dr. Senem Kumova Metin.
Introduction to Artificial Intelligence CS 438 Spring 2008 Today –AIMA, Chapter 1 –Defining AI Next Tuesday –Intelligent Agents –AIMA, Chapter 2 –HW: Problem.
What is Artificial Intelligence? What is artificial intelligence? It is the science and engineering of making intelligent machines, especially intelligent.
University of Kurdistan Artificial Intelligence Methods (AIM) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
What is Artificial Intelligence?
Princess Nora University Artificial Intelligence CS 461 Level 8 1.
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
Intelligent Control Methods Lecture 2: Artificial Intelligence Slovak University of Technology Faculty of Material Science and Technology in Trnava.
Introduction: What is AI? CMSC Introduction to Artificial Intelligence January 7, 2003.
1 Artificial Intelligence & Prolog Programming CSL 302.
Artificial Intelligence Hossaini Winter Outline book : Artificial intelligence a modern Approach by Stuart Russell, Peter Norvig. A Practical Guide.
Artificial Intelligence Yunita Sari Kamis, 23 Feb 2012.
Overview of Artificial Intelligence (1) Artificial intelligence (AI) Computers with the ability to mimic or duplicate the functions of the human brain.
Introduction to Artificial Intelligence Prof. Kathleen McKeown 722 CEPSR Tas: Andrew Rosenberg Speech Lab, 7 th Floor CEPSR Sowmya Vishwanath TA Room.
CS440/ECE448: Artificial Intelligence. Section Q course website:
Artificial intelligence (AI)
Lecture #1 Introduction
Artificial Intelligence
Artificial Intelligence (CS 370D)
Introduction to Artificial Intelligence
Artificial Intelligence (AI)
Artificial Intelligence
Introduction to Artificial Intelligence
Artificial Intelligence
Introduction Artificial Intelligent.
Artificial Intelligence introduction(2)
Artificial Intelligence (AI)
Artificial Intelligence (Lecture 1)
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
AI and Agents CS 171/271 (Chapters 1 and 2)
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Artificial Intelligence
Artificial Intelligence
AI Application Session 12
Presentation transcript:

Course Instructor: knza ch

Artificial Intelligence, A Modern Approach: 2nd edition by Stuart J. Russel and Peter Norvig. Artificial Intelligence Illuminated by Ben Coppin.

Artificial Intelligence is a branch of Computer Science concerned with the automation of intelligent behaviour. Artificial Intelligence is concerned with the design of intelligence in an artificial device. The art of creating machines that perform when functions that require intelligence performed by people. AI is the study of systems that act in a way that to any observer would appear to be intelligent.

Two main ideas in definitions: Intelligence Artificial devices Is it something which characterize humans? Or is there any absolute standard of judgment?

Ability to Solve problems. Ability to memorize and process information. Ability to Plan and Schedule. Ability to answer fuzzy questions(Ambiguity). Ability to learn. Ability to recognize. Ability to understand.

Someone’s intelligence is their ability to understand and learn things. Intelligence is the ability to think and understand instead of doing things by instinct or automatically. Thinking is the activity of using your brain to consider a problem or to create an idea.

Solving a Problem Next number in the sequence… Consider the following sequence… 1,3,7,13,21,----- What is the next number????

Solving a Problem Answer: 1+2= 3 3+4= 7 7+6= 13 13+8= 21 21+10= 31

Understanding and building intelligent entities Four approaches Systems that think like humans Systems that think rationally Systems that act like humans Systems that act rationally

Turing Test Proposed by Alan Turin (1950)

“The computer passes the test if a human written interrogator, after posing some questions cannot tell whether the responses come from a person or not.” To pass the Turing test, the machine has to fool the interrogator into believing that it is human.

This view is the cognitive science approach to AI. Cognitive Modeling Method must not just exhibit behavior sufficient to fool a human judge but must do it in a way demonstrably analogous to human cognition. This involves trying to understand human thought and an effort to build machines that emulate human thought process. Requires to know how humans think? This view is the cognitive science approach to AI.

Formalize “correct” reasoning using a mathematical model. These laws were supposed to govern the operation of the mind. The emphasis in this case is on the inferencing mechanism, and its properties – i.e. how the system arrives at a conclusion, or the reasoning behind its selection of actions is very important.

An agent is something that acts. The rational agent is one that acts so as to achieve the best outcome or best expected outcome if there is uncertainty. Making correct inferences is often part of being a rational agent, however sometimes there is no provably correct thing to do, but something still has to be done. The focus is on how the system acts and performs, and not so much on the reasoning process.

Intelligent Machines Capabilities required: Natural language processing To enable successful communication in English Knowledge representation To store what it knows Automated Reasoning To store stored information to answer questions

Machine learning To adapt new circumstances and detect patterns Computer vision To perceive objects Robotics To manipulate objects and move about

AI systems are in everyday use for identifying credit card fraud for advising doctors for recognizing speech helping in complex planning tasks there are intelligent tutoring systems that provide students with personalized attention

AI systems have achieved limited success in these given tasks: In Computer vision, the systems are capable of face recognition In Robotics, we have been able to make vehicles that are mostly autonomous In Natural language processing, we have systems that are capable of simple machine translation Today’s Expert systems can carry out medical diagnosis in a narrow domain

Speech understanding systems are capable of recognizing several thousand words continuous speech. Planning and scheduling systems had been employed in scheduling experiments with the Hubble Telescope. In Games, AI systems can play at the Grand Master level in chess (world champion), checkers, etc.

Understand natural language robustly (e.g., read and understand articles in a newspaper) Surf the web Interpret an arbitrary visual scene Learn a natural language Construct plans in dynamic real-time domains Exhibit true autonomy and intelligence