Introduction To Artificial Intelligence

Slides:



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

Expert Systems Expert Systems are computerized advisory programs that imitate the reasoning process of experts. They consist of a knowledge base and a.
1 Machine Learning: Lecture 4 Artificial Neural Networks (Based on Chapter 4 of Mitchell T.., Machine Learning, 1997)
Artificial Neural Network
Bart Selman CS CS 475: Uncertainty and Multi-Agent Systems Prof. Bart Selman Introduction.
September 7, 2010Neural Networks Lecture 1: Motivation & History 1 Welcome to CS 672 – Neural Networks Fall 2010 Instructor: Marc Pomplun Instructor: Marc.
Marakas: Decision Support Systems, 2nd Edition © 2003, Prentice-Hall Chapter Chapter 7: Expert Systems and Artificial Intelligence Decision Support.
Linguistics in the context of the computational and cognitive sciences Winter 2000 John Goldsmith.
CSE 471/598,CBS598 Introduction to Artificial Intelligence Fall 2004
Chapter 12: Intelligent Systems in Business
Random Administrivia In CMC 306 on Monday for LISP lab.
Copyright R. Weber INFO 629 Concepts in Artificial Intelligence Fall 2004 Professor: Dr. Rosina Weber.
1 Introduction to Artificial Neural Networks Andrew L. Nelson Visiting Research Faculty University of South Florida.
0AI-based Information Technology  Information Technology Based on AI ● What is Artificial Intelligence? ● Artificial Intelligence vs. Natural Intelligence.
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.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
intelligence study and design of intelligent agentsis the intelligence of machines and the branch of computer science that aims to create it. AI textbooks.
计算机科学概述 Introduction to Computer Science 陆嘉恒 中国人民大学 信息学院
Artificial Intelligence: An Introduction Definition of AI Foundations of AI History of AI Advanced Techniques.
10/3/2015 ARTIFICIAL INTELLIGENCE Russell and Norvig ARTIFICIAL INTELLIGENCE: A Modern Approach.
A RTIFICIAL I NTELLIGENCE Introduction 3 October
Brief History of AI Augusta Ada ( ) work on Charles Babbage’s early mechanical general-purpose computer, the Analytical Engine. Her.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
10/6/2015 1Intelligent Systems and Soft Computing Lecture 0 What is Soft Computing.
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives Artificial intelligence systems form a broad and diverse set of.
Introduction to Artificial Intelligence and Soft Computing
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
Types of Artificial Intelligence & Pioneers in the Field By Vernon Crowder.
6/4/2016 Department of Computer Science, University of Agriculture, Abeokuta, Nigeria. CSC 427:ARTIFICIAL INTELLIGENCE BY DR. A. F. ADEKOYA.
Artificial Intelligence: Introduction Department of Computer Science & Engineering Indian Institute of Technology Kharagpur.
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.
Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC)
Princess Nora University Artificial Intelligence CS 461 Level 8 1.
Perceptrons Michael J. Watts
INTRODUCTION TO COGNITIVE SCIENCE NURSING INFORMATICS CHAPTER 3 1.
Artificial Intelligence
Overview of Artificial Intelligence (1) Artificial intelligence (AI) Computers with the ability to mimic or duplicate the functions of the human brain.
Neural Networks: An Introduction and Overview
What is cognitive psychology?
Fundamentals of Information Systems, Sixth Edition
Fundamentals of Information Systems
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Artificial Intelligence (CS 370D)
Soft Computing Introduction.
第 1 章 绪论.
TECHNOLOGY GUIDE FOUR Intelligent Systems.
شبكه هاي عصبي مصنوعي جلسه دوم تاريخچه شبكه هاي عصبي مصنوعي
Artificial Intelligence ppt
Instrumentation and Control Systems
First work in AI 1943 The name “Artificial Intelligence” coined 1956
Artificial Intelligence
Artificial Intelligence introduction(2)
Introduction to Artificial Intelligence and Soft Computing
Artificial Intelligence
Intelligent Systems and
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
AI and Agents CS 171/271 (Chapters 1 and 2)
CS 621 Artificial Intelligence Lecture /10/05 Prof
Artificial Intelligence Chapter 1 Introduction
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Artificial Intelligence
Neural Networks: An Introduction and Overview
Decision Support Systems DSS.. Prostration Group
CSC 427: ARTIFICIAL INTELLIGENCE
Artificial Intelligence
Introduction to Artificial Intelligence
Habib Ullah qamar Mscs(se)
Technology of Data Glove
Presentation transcript:

Introduction To Artificial Intelligence CSC 415-515 Where does AI fit in Computer Science? CSC is often a middleman between the computing platform and an application While some problems require simple data processing (e.g., bank or credit card account statements), others require more sophisticated processing arising from a more complex problem. Does computational complexity reflect intelligence or significance of meaning? In some situations, we may may even seek to replace humans in an application and therefore must mimic their performance. For example, one goal of the US Navy in the 21st century is to provide current levels of combat readiness with one-third the crew.

What Is (Artificial) Intelligence? What is intelligence? The ability to learn or understand from experience The ability to acquire and retain knowledge The ability to respond quickly and successfully to a new situation The ability to use reason to solve problems BTW What is knowledge? The act, fact, or state of knowing, including acquaintance or familiarity, awareness, and understanding; Acquaintance with facts; All that has been perceived by the mind; learning. What does it mean “to know”? Have a clear perception or understanding (How do we measure this?); To be aware of, well informed about, or sure of; To have securely in the memory What is reason? An explanation, justification, or motive The ability to think, from judgments, or draw conclusions from known or assumed facts (BTW, “facts” are “the situation as it is”, “reality,” or “the truth”! One might prefer a term such as “evidence” rather than “fact”) CSC 415, Introduction to AI 12/6/2017

What Is Artificial Intelligence? If intelligence is learning, understanding, retaining, responding, and using reason then what is AI? Is mimicking such phenomena using a machine an expression of artificial intelligence? If one finds a clock keeping perfect time, to what would he ascribe intelligence? CSC 415, Introduction to AI 12/6/2017

The Turing Test Place both a human and a machine mimicking human responses outside the field of direct observation and use an unbiased interface to interrogate them. If the responses are distinguishable, the machine is not displaying intelligence. CSC 415, Introduction to AI 12/6/2017

Two Foci of AI Symbol processing Connectionist processing An early thrust of AI research Stereotyped by expert systems, knowledge bases, and inference engines Connectionist processing Typified by emergent computation Often leads to representations possessing large degrees of parallelism Both foci were present in the earliest phases of modern AI research (circa, 1945) and symbolic processing dominated study for several decades. This leadership was in large measure to to the state of technology favoring digital (versus analog) computation However, in the mid-seventies CSC 415, Introduction to AI 12/6/2017

An AI Processing Paradigm Sensor Systems Response Planner Input Stimulus Notice that some processing may be linear (feedforward), while other times closed loop (feedback) processing may be required. Effector Systems Output Response CSC 415, Introduction to AI 12/6/2017

Some Key Contributors: A Note on Origins McCulloch and Pitts (perceptrons) Turing, von Neumann, Shannon, and McCarthy Rosenblatt (perceptron learning) Minsky and Papert Widrow and Hoff (Adaline) Zadeh (fuzzy logic) Werbos, Rumelhart, McClelland, Hinton, Parker, Le Cun Grossberg, Hopfield Holland, Goldberg, De Jong, Koza CSC 415, Introduction to AI 12/6/2017

What Will We Study? Algorithms and Representation Sensor systems Primarily one- and two-dimensional signal sources such as sounds, image data, sunspot counts, or values in a chaotic time series Other sensor data representation such as ensemble codes and transforms Response planning Motion planning—TSP, resource allocation, scheduling Search strategies—Swarms, GAs, Neural networks Effector systems Robot action control CSC 415, Introduction to AI 12/6/2017

Robot Demos Simple line following Find-and-grab Robot tag Robot-to-robot communication (basis for cooperation) Multi-sensor processing Two sensor, line following CSC 415, Introduction to AI 12/6/2017