Artificial Intelligence

Slides:



Advertisements
Similar presentations
Artificial Intelligence
Advertisements

Approaches, Tools, and Applications Islam A. El-Shaarawy Shoubra Faculty of Eng.
Artificial Intelligence
Becerra-Fernandez, et al. -- Knowledge Management 1/e -- © 2004 Prentice Hall Chapter 7 Technologies to Manage Knowledge: Artificial Intelligence.
Introduction to AI Kaziwa H. Saleh. What is AI? John McCarthy defines AI as “the science and engineering to make intelligent machines”. AI is the study.
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
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.
A Brief History of Artificial Intelligence
WHAT IS ARTIFICIAL INTELLIGENCE?
Artificial Intelligence A Modern Approach Dennis Kibler.
1 Lecture 33 Introduction to Artificial Intelligence (AI) Overview  Lecture Objectives.  Introduction to AI.  The Turing Test for Intelligence.  Main.
Introduction to Artificial Intelligence CSE 473 Winter 1999.
Artificial Intelligence Overview John Paxton Montana State University August 14, 2003.
CSE 471/598,CBS598 Introduction to Artificial Intelligence Fall 2004
Random Administrivia In CMC 306 on Monday for LISP lab.
Artificial Intelligence Instructor: Professor Yun Peng
ARTIFICIAL INTELLIGENCE Introduction: Chapter Textbook: S. Russell and P. Norvig Artificial Intelligence: A Modern Approach Prentice Hall, 2003,
Artificial Intelligence
Artificial Intelligence (AI) Addition to the lecture 11.
ARTIFICIAL INTELLIGENCE
Introduction to AI, H. Feili 1 Introduction to Artificial Intelligence LECTURE 1: Introduction What is AI? Foundations of AI The.
1 Artificial Intelligence An Introductory Course.
CPSC 171 Artificial Intelligence Read Chapter 14.
C463 / B551 Artificial Intelligence Dana Vrajitoru Introduction.
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE Introduction: Chapter 1.
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.
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
Artificial Intelligence CIS 342 The College of Saint Rose David Goldschmidt, Ph.D.
19/13/2015CS360 AI & Robotics CS360: AI & Robotics TTh 9:25 am - 10:40 am Shereen Khoja
Introduction (Chapter 1) CPSC 386 Artificial Intelligence Ellen Walker Hiram College.
Introduction: Chapter 1
Knowledge representation
Artificial Intelligence: An Introduction Definition of AI Foundations of AI History of AI Advanced Techniques.
Introduction GAM 376 Robin Burke Winter Outline Introductions Syllabus.
CSC4444: Artificial Intelligence Fall 2011 Dr. Jianhua Chen Slides adapted from those on the textbook website.
CNS 4470 Artificial Intelligence. What is AI? No really what is it? No really what is it?
Artificial Intelligence CS 363 Kawther Abas Lecture 1 Introduction 5/4/1435.
Introduction to Artificial Intelligence and Soft Computing
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.
I Robot.
1 Introduction to Artificial Intelligence (Lecture 1)
Artificial Intelligence: Introduction Department of Computer Science & Engineering Indian Institute of Technology Kharagpur.
1 The main topics in AI Artificial intelligence can be considered under a number of headings: –Search (includes Game Playing). –Representing Knowledge.
AI: Can Machines Think? Juntae Kim Department of Computer Engineering Dongguk University.
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,
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
Artificial Intelligence Lecture 2 Department of Computer Science, International Islamic University Islamabad, Pakistan.
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.
Vilalta/Norvig/Eick: History of AI Origins McCulloch and Pitts (1943) Model of Artificial Neurons. Donald Hebb (1949) Hebbian Learning Conference at Dartmouth.
Artificial Intelligence Lecture 1. Introduction. Course Outline The course consists of:  15 lectures slots (may use some for tutorials);  tutorial exercises;
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School INTRODUCTION TO ARTIFICIAL INTELLIGENCE LESSON 11.
 Why taking Artificial Intelligence  What is intelligence? What is artificial intelligence?  A very brief history of AI ◦ Modern successes: Stanley.
Introduction to Artificial Intelligence
Introduction to Artificial Intelligence
CSC 290 Introduction to Artificial Intelligence
Lecture #1 Introduction
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Artificial Intelligence (CS 370D)
Artificial Intelligence
Artificial Intelligence introduction(2)
Introduction to Artificial Intelligence and Soft Computing
Introduction to Artificial Intelligence
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
AI and Agents CS 171/271 (Chapters 1 and 2)
CS 404 Artificial Intelligence
Presentation transcript:

Artificial Intelligence Lecture # 01 Subject Code: IT 833 Information Technology Lucky Sharma www.lucky.pentaclesoftwares.com

Syllabus Outline Unit One: Introduction to AI, Production System, Control Strategies & search algorithms Unit Two: Knowledge representation, Logic, Resolution. Unit Three: Fuzzy, Semantic Net, CD Unit Four: Game playing techniques, NLP Unit Five: Introduction to learning, Common Sense, Expert system

Lecture # 01 - Agenda Introduction to Artificial Intelligence. A brief history of Artificial Intelligence. Production System

What is Intelligence? Intelligence: Artificial Intelligence “the capacity to learn and solve problems” (Websters dictionary) in particular, the ability to solve novel problems the ability to act rationally the ability to act like humans Artificial Intelligence build and understand intelligent entities or agents 2 main approaches: “engineering” versus “cognitive modeling”

What is Artificial Intelligence? It is the science and engineering of making intelligent machines, especially intelligent computer programs. It is related to the similar task of using computers to understand human intelligence, but AI does not have to confine itself to methods that are biologically observable. Yes, but 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. Isn't there a solid definition of intelligence that doesn't depend on relating it to human intelligence? Not yet. The problem is that we cannot yet characterize in general what kinds of computational procedures we want to call intelligent. We understand some of the mechanisms of intelligence and not others.

What’s involved in Intelligence? 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

History of AI 1943: early beginnings 1950: Turing 1956: birth of AI McCulloch & Pitts: Boolean circuit model of brain 1950: Turing Turing's "Computing Machinery and Intelligence“ 1956: birth of AI Dartmouth meeting: "Artificial Intelligence“ name adopted 1950s: initial promise Early AI programs, including Samuel's checkers program Newell & Simon's Logic Theorist 1955-65: “great enthusiasm” Newell and Simon: GPS, general problem solver Gelertner: Geometry Theorem Prover McCarthy: invention of LISP

History of AI 1966—73: Reality dawns 1969—85: Adding domain knowledge Realization that many AI problems are intractable Limitations of existing neural network methods identified Neural network research almost disappears 1969—85: Adding domain knowledge Development of knowledge-based systems Success of rule-based expert systems, E.g., DENDRAL, MYCIN But were brittle and did not scale well in practice 1986-- Rise of machine learning Neural networks return to popularity Major advances in machine learning algorithms and applications 1990-- Role of uncertainty Bayesian networks as a knowledge representation framework 1995-- AI as Science Integration of learning, reasoning, knowledge representation AI methods used in vision, language, data mining, etc

What is Production System ? A production system (or production rule system) is a computer program typically used to provide some form of artificial intelligence, which consists primarily of a set of rules about behavior. These rules, termed productions, are a basic representation found useful in automated planning, expert systems and action selection. A production system provides the mechanism necessary to execute productions in order to achieve some goal for the system.

Components of Production System. A set of rules. Rule consist of LHS (Condition) & RHS (Action). One or more knowledge databases. A control strategy A rule applier

Characteristics of Production System Separation of Knowledge (the Rules) and Control (Recognize-Act Cycle) Natural Mapping onto State Space Search (Data or Goal Driven) Modularity of Production Rules (Rules represent chunks of knowledge) Pattern-Directed Control (More flexible than algorithmic control) Opportunities for Heuristic Control can be built into the rules Tracing and Explanation (Simple control, informative rules) Language Independence Model for Human Problem Solving (SOAR, ACT*)

Types of Production System 1. A monotonic production system 2. A non monotonic production system 3. A partially commutative production system 4. A commutative production system.

Thank You www.lucky.pentaclesoftwares.com Next Class agenda 1. BFS & DFS 2. Heuristic Search Techniques A) Hill Climbing algorithm. Catch latest updates at www.lucky.pentaclesoftwares.com