Dr.Abeer Mahmoud ARTIFICIAL INTELLIGENCE (CS 461D) Dr. Abeer Mahmoud Computer science Department Princess Nora University Faculty of Computer & Information.

Slides:



Advertisements
Similar presentations
Approaches, Tools, and Applications Islam A. El-Shaarawy Shoubra Faculty of Eng.
Advertisements

Artificial Intelligence
Artificial Intelligence
Chapter Thirteen Conclusion: Where We Go From Here.
Artificial Intelligence. Intelligent? What is intelligence? computational part of the ability to achieve goals in the world.
An Introduction to Artificial Intelligence Presented by : M. Eftekhari.
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.
WHAT IS 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.
COMP 4640 Intelligent & Interactive Systems Cheryl Seals, Ph.D. Computer Science & Software Engineering Auburn University.
Artificial Intelligence Overview John Paxton Montana State University August 14, 2003.
CSE 471/598,CBS598 Introduction to Artificial Intelligence Fall 2004
Introduction to Artificial Intelligence Prof. Kathleen McKeown 722 CEPSR, TAs: Kapil Thadani 724 CEPSR, Phong Pham TA Room.
Artificial Intelligence Overview John Paxton Montana State University February 22, 2005
Chapter 12: Intelligent Systems in Business
Artificial Intelligence
Copyright R. Weber INFO 629 Concepts in Artificial Intelligence Fall 2004 Professor: Dr. Rosina Weber.
CSCE 315: Programming Studio Artificial Intelligence.
Reference: "Artificial Intelligence, a Modern Approach, 3rd ed."
ARTIFICIAL INTELLIGENCE Introduction: Chapter 1. Outline Course overview What is AI? A brief history The state of the art.
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.
ARTIFICIAL INTELLIGENCE [INTELLIGENT AGENTS PARADIGM]
Artificial Intelligence Dr. Paul Wagner Department of Computer Science University of Wisconsin – Eau Claire.
CSCI 4410 Introduction to Artificial Intelligence.
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
Artificial Intelligence Introduction (2). What is Artificial Intelligence ?  making computers that think?  the automation of activities we associate.
Introduction (Chapter 1) CPSC 386 Artificial Intelligence Ellen Walker Hiram College.
Introduction: Chapter 1
AI Overview Reference: "Artificial Intelligence, a Modern Approach, 3 rd ed."
Lecture 1 Note: Some slides and/or pictures are adapted from Lecture slides / Books of Dr Zafar Alvi. Text Book - Aritificial Intelligence Illuminated.
ICS 101 Fall 2011 Introduction to Artificial Intelligence Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa.
Artificial Intelligence: An Introduction Definition of AI Foundations of AI History of AI Advanced Techniques.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Decision Support Systems Chapter 10.
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.
1 Introduction to Artificial Intelligence (Lecture 1)
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,
Introduction to Artificial Intelligence CS 438 Spring 2008.
What is Artificial Intelligence?
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
Artificial Intelligence: Research and Collaborative Possibilities a presentation by: Dr. Ernest L. McDuffie, Assistant Professor Department of Computer.
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.
Artificial Intelligence, simulation and modelling.
COMP 4640 Intelligent & Interactive Systems Cheryl Seals, Ph.D. Computer Science & Software Engineering Auburn University.
1 Artificial Intelligence & Prolog Programming CSL 302.
Artificial Intelligence Yunita Sari Kamis, 23 Feb 2012.
AI Overview Reference: "Artificial Intelligence, a Modern Approach, 3 rd ed."
Artificial Intelligence
Introduction to Artificial Intelligence
Artificial Intelligence
Lecture #1 Introduction
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Artificial Intelligence
Artificial Intelligence (CS 370D)
Artificial Intelligence
Artificial Intelligence (CS 370D)
ARTIFICIAL INTELLIGENCE.
Artificial Intelligence
CSCI 5582 Artificial Intelligence
Course Instructor: knza ch
Artificial Intelligence introduction(2)
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
AI and Agents CS 171/271 (Chapters 1 and 2)
Artificial Intelligence
Presentation transcript:

Dr.Abeer Mahmoud ARTIFICIAL INTELLIGENCE (CS 461D) Dr. Abeer Mahmoud Computer science Department Princess Nora University Faculty of Computer & Information Systems

Dr.Abeer Mahmoud (CHAPTER-1) INTRODUCTION

Dr.Abeer Mahmoud Chapter 1: Introduction 1.What is AI ? 2.Applied Areas of AI. 3.What’s involved in Intelligence? 3

Dr.Abeer Mahmoud OBJECTIVES :  explain why we consider artificial intelligence (AI) to be a subject most worthy of study,  decide what exactly AI, 4

Dr.Abeer Mahmoud Why Would You Study Artificial Intelligence? (1)  Artificial intelligence impact on society is growing rapidly:  in speech and language technology,  strategic planning and  diagnosis,  process and system control,  vision and authentication systems,  information retrieval and  data-mining and many other contexts.

Dr.Abeer Mahmoud knowledge is power Due to the rapidly expanding role of AI in our current and future society, there is an urgent need for academically trained people with the variety of backgrounds who are familiar with the fundamentals of AI, aware of its reasonable expectations, and have practical experience in solving AI problems Why Would You Study Artificial Intelligence? (2)

Dr.Abeer Mahmoud Roots of artificial intelligence (1) PHILOSOPHY (428 b.c. -present)  Can formal rules be used to draw valid conclusions?  Where does knowledge come from?  How does knowledge lead to action? MATHEMATICS (c present) What are the formal rules to draw valid conclusions? (formal logic) What can be computed? (algorithms) How do we reason with uncertain information? (probability theory, fuzzy sets, etc.) 7

Dr.Abeer Mahmoud 8 ECONOMICS (1776 -present)  How should we make decisions so as to maximize payoff ? NEUROSCIENCE (1861 -present)  How do human brains process information? (neural networks) PSYCHOLOGY (1879 -present) How do humans and animals think and act? (behaviorism, cognitive psychology, cognitive science) Roots of artificial intelligence (2)

Dr.Abeer Mahmoud 9 COMPUTER ENGINEERING (1940 -present)  How can we build an efficient computer? CONTROL THEORY AND CYBERNETICS (1948 -present)  How can artifacts (man made objects) operate under their own control? (automatic) LINGUISTICS (1957 -present)  How does language relate to thought?  (natural language processing, knowledge representation) Roots of artificial intelligence (3)

Dr.Abeer Mahmoud 10 Basic Questions

Dr.Abeer Mahmoud 11 Q. What is intelligence? Intelligence is the computational part of the ability to achieve goals in the world. Varying kinds and degrees of intelligence occur in people, many animals and some machines.

Dr.Abeer Mahmoud Q. What’s involved in Intelligence? (1) ReasoningالاستنتاجInference الاستدلال Perception الادراكLearning التعلم Knowledge-Based تعتمد علي المعرفة Problem Solving حل المشاكل Non-algorithmic لا يوجد خطوات للحل

Dr.Abeer Mahmoud Ability to interact with the real world to perceive, understand, and act e.g., speech recognition and understanding and synthesis e.g., image understanding e.g., ability to take actions, have an effect Reasoning and Planning modeling the external world, given input solving new problems, planning, and making decisions ability to deal with unexpected problems, uncertainties Learning and Adaptation we are continuously learning and adapting our internal models are always being “updated” e.g., a baby learning to categorize and recognize animals Q. What’s involved in Intelligence? (2)

Dr.Abeer Mahmoud 14 Q. What is artificial intelligence definition?

Dr.Abeer Mahmoud Artificial Intelligence models human behavior Tutoring Systems Robotics Expert SystemsVision Natural Language Understanding Problem-Solving Sight Hearing, Speech Motor Function Education

Dr.Abeer Mahmoud 16 definition(1) : AI is that branch of science which makes machines perform tasks which would require intelligence when performed by humans (Marvin Minsky) To day we still don’t have an unambiguous and comprehensive definition of artificial intelligence Q. What is artificial intelligence definition? -1 definition(2) : is the study of the formal properties of problems and problem-solving methods, with the aim of equipping computers with problem-solving capabilities that are comparable to those of a human being

Dr.Abeer Mahmoud Actually definitions of artificial intelligence can be grouped in main categories: 17 Logically or based on reason

Dr.Abeer Mahmoud The previously mentioned categories of definitions can be considered along 2 dimensions: 18 Definitions related to thinking processes and reasoning Definitions related to behavior

Dr.Abeer Mahmoud The other dimensions can be the following: 19 Definitions that evaluate a success of an intelligent artificial system in terms of human action/operation/ performance Definitions that evaluate a success of an intelligent artificial system in terms of an ideal intelligence called rationality

Dr.Abeer Mahmoud Cognitive science integrates computational models developed in the area of artificial intelligence with techniques from psychology in order to develop the ories about how the human mental mind works 20 If we want to develop a computer that thinks like humans we need to know how people think SYSTEMS THAT THINK LIKE HUMANS

Dr.Abeer Mahmoud This approach is related to logics, that is,logical rules make the mental mind of humans For example, if we know that All people have ahead and Alexis one of people, than we can conclude that Alex has ahead 21 SYSTEMS THAT THINK RATIONALLY

Dr.Abeer Mahmoud In this approach computer capabilities are compared with human capabilities For this purpose a special test of intelligent behavior is defined. The test is called the Turing test The idea of the test is the following. There are 3 rooms. In the first one there is an artificial intelligence, in the second room-a person or natural intelligence, and in the third room there is a tester. The tester asks questions to both intelligences. If it is impossible to determine which answers were given by the person and which ones by the machine, than the machine has intelligence 22 SYSTEMS THAT ACT LIKE HUMANS

Dr.Abeer Mahmoud 23 In a Turing test, the interrogator must determine which respondent is the computer and which is the human

Dr.Abeer Mahmoud 24 SYSTEMS THAT ACT LIKE HUMANS (cont..) To pass the Turing test the computer must have the following capabilities: 1. Natural language processing 2. Knowledge representation 3. Automated reasoning 4. Machine learning However,the Turing test excludes direct physical contact between the machine and the tester. The so called the Total Turing test brings forward two more requirements: 1. computer vision in order to perceive objects, and 2. Robotics in order to move objects

Dr.Abeer Mahmoud A rational agent is one that acts so as to achieve the best outcome or, when there is uncertainty, the best expected outcome 25 SYSTEMS THAT ACT RATIONALLY Rational behavior : doing the right thing The right thing which is expected to maximize goal achievement given the available information

Dr.Abeer Mahmoud Research directions of artificial intelligence 26 Today there are 2 main research directions in artificial intelligence : (1) BIONICS: approaches that have focus on humans and based on empirical knowledge acquired during different experiments (2) PRAGMATIC DEVELOPMENT OF COMPUTER PROGRAMS: approaches based on rationality and combining mathematics and computer engineering

Dr.Abeer Mahmoud 27 There are two main lines of research.  One is biological, based on the idea that since humans are intelligent, AI should study humans and imitate their psychology or physiology.  The other is phenomenal, based on studying and formalizing common sense facts about the world and the problems that the world presents to the achievement of goals. Research directions of artificial intelligence

Dr.Abeer Mahmoud Some real applications

Dr.Abeer Mahmoud Applied Areas of AI Game playing Speech and language processing Expert reasoning Planning and scheduling Vision Robotics 29

Dr.Abeer Mahmoud Autonomous Intelligent Systems Mobile robots Flying vehicles Adaptive techniques and learning Multi-robot systems Applications of mobile robots Interaction and Web interfaces

Dr.Abeer Mahmoud Humanoid Robots Resource-constrained systems Perception, state estimation 3D environment modeling Path planning and navigation in cluttered environments Natural human-robot interaction Human motion analysis Imitation of human motions

Dr.Abeer Mahmoud Social Robotics Towards socially compatible robots Social learning, learning by observation People detection and tracking Motion planning Robot navigation Spatio-temporal models of human social behavior Human-robot interaction "Free robots from their social isolation"

Dr.Abeer Mahmoud Cognitive Cognitive models of human thinking, reasoning, and planning Qualitative Reasoning and imprecise knowledge Cognitive complexity analysis Behavioural and fMRI experiments Systems that solve IQ-test problems \Build systems that reason and plan like humans"

Dr.Abeer Mahmoud Some Examples Playing chess Driving on the highway Translating languages Recognizing speech Diagnosing diseases 34

Dr.Abeer Mahmoud Playing Chess Environment ? Board Actions? Legal moves Doing the right thing? Moves that lead to wins 35

Dr.Abeer Mahmoud Recognizing Speech Environment Audio signal Knowledge of user Actions Choosing word sequences Doing the right thing Recovering the users words 36

Dr.Abeer Mahmoud Diagnosing Diseases Environment Patient information Results of tests Actions Choosing diseases Choosing treatments Doing the right thing Eliminating disease 37

Dr.Abeer Mahmoud Translation Environment Source text to be translated Actions Word sequences in target language Doing the right thing? Words that achieve the same effect Words that are faithful to the source 38

Dr.Abeer Mahmoud Driving Environment Restricted access highway Actions Accelerate, turn, navigate, other controls Doing the right thing Stay safe, get where you want to go, get there quickly 39

Dr.Abeer Mahmoud Thank you End of Chapter 1 40