TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami

Slides:



Advertisements
Similar presentations
Artificial Intelligence
Advertisements

An Introduction to Artificial Intelligence Presented by : M. Eftekhari.
A Brief History of Artificial Intelligence
WHAT IS ARTIFICIAL INTELLIGENCE?
1 Lecture 33 Introduction to Artificial Intelligence (AI) Overview  Lecture Objectives.  Introduction to AI.  The Turing Test for Intelligence.  Main.
PSU CS 370 – Artificial Intelligence Dr. Mohamed Tounsi Artificial Intelligence 1. Introduction Dr. M. Tounsi.
COMP 3009 Introduction to AI Dr Eleni Mangina
Chapter 12: Intelligent Systems in Business
Artificial Intelligence Instructor: Professor Yun Peng
Intelligence & Artificial Intelligence You must have a pre-prepared sentence or two to spout about what is a description of intelligence.. And what is.
Artificial Intelligence CIS 342 The College of Saint Rose David Goldschmidt, Ph.D.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
19/13/2015CS360 AI & Robotics CS360: AI & Robotics TTh 9:25 am - 10:40 am Shereen Khoja
Artificial Intelligence: Its Roots and Scope
计算机科学概述 Introduction to Computer Science 陆嘉恒 中国人民大学 信息学院
INTRODUCTION to... … Artificial Intelligence ... this course
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Artificial Intelligence
Artificial Intelligence CS 363 Kawther Abas Lecture 1 Introduction 5/4/1435.
1 Artificial Intelligence Introduction. 2 What is AI? Various definitions: Building intelligent entities. Getting computers to do tasks which require.
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: Introduction Department of Computer Science & Engineering Indian Institute of Technology Kharagpur.
1 CS 385 Fall 2006 Chapter 1 AI: Early History and Applications.
Course Instructor: K ashif I hsan 1. Chapter # 1 Kashif Ihsan, Lecturer CS, MIHE2.
1 The main topics in AI Artificial intelligence can be considered under a number of headings: –Search (includes Game Playing). –Representing Knowledge.
WEEK INTRODUCTION IT440 ARTIFICIAL INTELLIGENCE.
Introduction to Artificial Intelligence CS 438 Spring 2008 Today –AIMA, Chapter 1 –Defining AI Next Tuesday –Intelligent Agents –AIMA, Chapter 2 –HW: Problem.
KNOWLEDGE BASED SYSTEMS
Course Overview  What is AI?  What are the Major Challenges?  What are the Main Techniques?  Where are we failing, and why?  Step back and look at.
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?
Artificial Intelligence: Research and Collaborative Possibilities a presentation by: Dr. Ernest L. McDuffie, Assistant Professor Department of Computer.
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
1 ARTIFICIAL INTELLIGENCE Gilles BÉZARD Version 3.16.
Intelligent Control Methods Lecture 2: Artificial Intelligence Slovak University of Technology Faculty of Material Science and Technology in Trnava.
1 Artificial Intelligence & Prolog Programming CSL 302.
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School INTRODUCTION TO ARTIFICIAL INTELLIGENCE LESSON 11.
Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 12: Artificial Intelligence and Expert Systems.
Artificial Intelligence
Introduction to Artificial Intelligence
Introduction to Artificial Intelligence Heshaam Faili University of Tehran.
Introduction to Artificial Intelligence Prof. Kathleen McKeown 722 CEPSR Tas: Andrew Rosenberg Speech Lab, 7 th Floor CEPSR Sowmya Vishwanath TA Room.
Brief Intro to Machine Learning CS539
Artificial Intelligence
Course Objectives This part of course introduces some main strategies and methods used in intelligent systems. The topics include the history and applications.
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Artificial Intelligence
Artificial Intelligence
Development Of Artificial Intelligence
Artificial Intelligence
Basic Intro Tutorial on Machine Learning and Data Mining
Course Instructor: knza ch
Introduction Artificial Intelligent.
Artificial Intelligence introduction(2)
Artificial Intelligence (Lecture 1)
CSE 415 Introduction to Artificial Intelligence Winter 2004
Logic for Artificial Intelligence
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
KNOWLEDGE REPRESENTATION
EA C461 – Artificial Intelligence Introduction
CSE 415 Introduction to Artificial Intelligence Winter 2003
CSE 415 Introduction to Artificial Intelligence Winter 2007
COMP3710 Artificial Intelligence Thompson Rivers University
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Artificial Intelligence
Artificial Intelligence
AI Application Session 12
Presentation transcript:

TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami Introduction to AI LAB LECTURE#1 Lecturer : S.Nafisa TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami Artificial Intelligence © 2011

Lecture Contents What is Artificial Intelligence . Goal of AI. Applications of AI. AI Computing. Knowledge Representation method . Artificial Intelligence © 2011

What is Artificial Intelligent Artificial Intelligence (AI) is a subdivision of computer science devoted to creating computer software and hardware that imitates the human mind . Artificial Intelligence © 2011

What is Artificial Intelligent “AI is the study of ideas that enable computers to be intelligent.” [P. Winston] “It is the science and engineering of making intelligent machines, especially intelligent computer programs. It is related to the similar tasks of using computers to understand human intelligence, but AI does not have to confine itself to methods that are biologically observable.” John McCarthy, Stanford University, computer Science Department. John McCarthy Artificial Intelligence © 2011

What is Artificial Intelligence? Operational Definition of AI (Turing Test): In 1950 Turing proposed an operational definition of intelligence by using a Test composed of : An interrogator (a person who will ask questions) a computer (intelligent machine !!) A person who will answer to questions A curtain (separator) A. Turing Artificial Intelligence © 2011

What is Artificial Intelligence? The computer passes the “test of intelligence” if a human, after posing some written questions, cannot tell whether the responses were from a person or not. Artificial Intelligence © 2011

Goals of AI The main goals of AI is: solve real-world problems using knowledge and reasoning. AI can help us solve difficult, real-world problems, creating new opportunities in business, engineering, and many other application areas Artificial Intelligence © 2011

Applications of AI Major Applications of AI : Expert System . Natural Languages Processing (NLP). Speech understanding (Recognition). Robotics and Sensory Systems. Computer Vision and Scene Recognition. Game Playing . Artificial Intelligence © 2011

AI Computing Most artificial System are made up of two basic parts : Knowledge Base . Inference mechanism . The knowledge base contains facts about objects in the chosen domain and their relationships . The inference system uses search and pattern matching techniques on the knowledge base to answer questions , draw conclusions , or otherwise perform and intelligent function . Artificial Intelligence © 2011

Knowledge Representation method Declarative representation scheme : Used to represent facts and assertions which include : logic , semantic networks , frames and scripts . In this course we will use Formal Logic and languages based on logic (Prolog ) Artificial Intelligence © 2011