Artificial Intelligence: Research and Collaborative Possibilities a presentation by: Dr. Ernest L. McDuffie, Assistant Professor Department of Computer.

Slides:



Advertisements
Similar presentations
Artificial Intelligence
Advertisements

Approaches, Tools, and Applications Islam A. El-Shaarawy Shoubra Faculty of Eng.
Artificial Intelligence
Presentation on Artificial Intelligence
The Logic of Intelligence Pei Wang Department of Computer and Information Sciences Temple University.
Artificial Intelligence
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
4 Intelligent Systems.
WHAT IS ARTIFICIAL INTELLIGENCE?
The Decision-Making Process IT Brainpower
Introduction to Artificial Intelligence Ruth Bergman Fall 2004.
From Discrete Mathematics to AI applications: A progression path for an undergraduate program in math Abdul Huq Middle East College of Information Technology,
Marakas: Decision Support Systems, 2nd Edition © 2003, Prentice-Hall Chapter Chapter 7: Expert Systems and Artificial Intelligence Decision Support.
COMP 3009 Introduction to AI Dr Eleni Mangina
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 11 Management Decision Making.
McGraw-Hill/Irwin ©2005 The McGraw-Hill Companies, All rights reserved ©2005 The McGraw-Hill Companies, All rights reserved McGraw-Hill/Irwin.
INTELLIGENT SYSTEMS Artificial Intelligence Applications in Business.
Artificial Intelligence
Copyright R. Weber INFO 629 Concepts in Artificial Intelligence Fall 2004 Professor: Dr. Rosina Weber.
Artificial Intelligence By Ryan Shoultes & Jeremy Creighton.
ARTIFICIAL INTELLIGENCE [INTELLIGENT AGENTS PARADIGM] Professor Janis Grundspenkis Riga Technical University Faculty of Computer Science and Information.
THE NEW ERA OF LIFE. Introduction: Artificial Intelligence (AI) is the area of computer science focusing on creating machines that can engage on behaviors.
Artificial Intelligence CIS 479/579 Bruce R. Maxim UM-Dearborn.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Introduction (Chapter 1) CPSC 386 Artificial Intelligence Ellen Walker Hiram College.
Artificial Intelligence: Its Roots and Scope
Department of Information Technology Indian Institute of Information Technology and Management Gwalior AASF hIQ 1 st Nov ‘09 Department of Information.
Knowledge representation
Four Types of Decisions (p p.130) Structured vs. Nonstructured(Examples?) –Structured: Follow rules and criteria. The right answer exists. No “feel”
11 C H A P T E R Artificial Intelligence and Expert Systems.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Artificial Intelligence
10/6/2015 1Intelligent Systems and Soft Computing Lecture 0 What is Soft Computing.
Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Decision Support Systems Chapter 10.
MICHAEL FINE Artificial Intelligence and The Singularity 1.
110/19/2015CS360 AI & Robotics AI Application Areas  Neural Networks and Genetic Algorithms  These model the structure of neurons in the brain  Humans.
ARTIFICIAL INTELLIGENCE [INTELLIGENT AGENTS PARADIGM] Professor Janis Grundspenkis Riga Technical University Faculty of Computer Science and Information.
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
I Robot.
1 Introduction to Artificial Intelligence (Lecture 1)
1 CS 385 Fall 2006 Chapter 1 AI: Early History and Applications.
Game Theory, Social Interactions and Artificial Intelligence Supervisor: Philip Sterne Supervisee: John Richter.
1 The main topics in AI Artificial intelligence can be considered under a number of headings: –Search (includes Game Playing). –Representing Knowledge.
Chapter 15: KNOWLEDGE-BASED INFORMATION SYSTEMS. What is Knowledge? Data: Raw facts, e.g., Annual Expenses = $2 million Information: Data given context,
Neural Networks and Machine Learning Applications CSC 563 Prof. Mohamed Batouche Computer Science Department CCIS – King Saud University Riyadh, Saudi.
Artificial Intelligence, Expert Systems, and Neural Networks Group 10 Cameron Kinard Leaundre Zeno Heath Carley Megan Wiedmaier.
KNOWLEDGE BASED SYSTEMS
Artificial Intelligence Chapter 1 - Part 2 Artificial Intelligence (605451) Dr.Hassan Al-Tarawneh.
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.
Artificial Intelligence Hossaini Winter Outline book : Artificial intelligence a modern Approach by Stuart Russell, Peter Norvig. A Practical Guide.
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School INTRODUCTION TO ARTIFICIAL INTELLIGENCE LESSON 11.
Artificial Intelligence
What is cognitive psychology?
Classification of models
Learning Fast and Slow John E. Laird
Fundamentals of Information Systems, Sixth Edition
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Organization and Knowledge Management
A I (Artificial Intelligence)
MANAGING KNOWLEDGE FOR THE DIGITAL FIRM
Course Instructor: knza ch
Introduction Artificial Intelligent.
Artificial Intelligence (Lecture 1)
KNOWLEDGE REPRESENTATION
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
EA C461 – Artificial Intelligence Introduction
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Artificial Intelligence
Presentation transcript:

Artificial Intelligence: Research and Collaborative Possibilities a presentation by: Dr. Ernest L. McDuffie, Assistant Professor Department of Computer Science, Florida State University at the: First Annual Africa-America Cooperative Workshop in Computational Science & Engineering University of the Western Cape Cape Town, South Africa 21 July 2000

What is Intelligence? n A single faculty or just a collection of distinct and unrelated abilities? n Exactly what happens when learning occurs? n What is intuition? n What is self-awareness? n Can intelligence be inferred from observable behavior, or does it require evidence of a particular internal mechanism? n How is knowledge represented in nerve tissue? n Is it even possible to achieve intelligence on a computer, or does an intelligent entity require the richness of sensation and experience that might be found only in a biological existence?

What is AI? n The study of intelligent behavior. n The goal being a theory of intelligence that can account for the behavior of all naturally occurring intelligent entities. n Then use the theory to guide the creation of artificial entities capable of intelligent behavior.

AI Fields n Natural Language Processing n Game Playing n Automatic Theorem Proving n Pattern Recognition & Computer Vision n Expert Systems n Modeling Forms of Reasoning n Automatic Learning n Robotics

Knowledge n We assume that intelligent entities have knowledge about their environment. n What can we say about such knowledge? What forms can it take? What are its limits? How is it used? How is it acquired? n We are beginning to understand how neurons process simple signals, but how the brain processes and represents knowledge is still not well understood.

How Computers Represent Knowledge n There are two major ways we think of machines having knowledge of the world. n Clarification about the distinction between the two is on going. n They are implicit or procedural knowledge and explicit or declarative knowledge.

Implicit Knowledge n In a computer this type of knowledge takes the form of stored procedures. n The knowledge would manifest itself when the procedure is run. n In humans it is often called tacit knowledge and can be difficult or impossible to describe. n It is difficult to easily modify this type of knowledge in a computer.

Explicit Knowledge n Complex tasks that we usually think of as requiring intelligence tend to use explicit knowledge representations. n A tabular database of salary data would be one example of explicit knowledge. n Particularly useful are explicit representations that can be interpreted as making declarative statements.

Explicit is Better for AI n It is much easier to make changes to explicit knowledge then to implicit. n It can be used for many different purposes, even for ones not anticipated when the knowledge was put together. n A knowledge base does not have to be repeated or specifically designed for each new application. n It can be extended by reasoning processes that derive additional knowledge.

Efficiency vs. Flexibility n Using declarative knowledge usually is more costly and slower than is directly applying procedural knowledge. n Declarative knowledge can also be accessed by introspective programs so a machine can then answer questions about what it knows. n Generally, we give up efficiency to gain flexibility and vice versa.

AI Needs Both n Procedural and Declarative types of knowledge. n Most flexible kinds of intelligence seem to depend strongly on declarative knowledge. n AI has concerned itself more and more with this type of knowledge. n Procedural knowledge still has a role to play.

Computer Learning n To assimilate new information or procedures without a programmer writing a new program. n This is different from discovery programs like those designed to formulate new mathematical theorems. n A range of different techniques are used in computer learning programs.

Some Techniques Are: n Induction - learning by generalization from specific examples. n Candidate Elimination - a specific method of induction; testing rules and a method for generating new one. n Genetic Algorithms - finding better and better versions of rules/programs/strings by using random repeated mutations and selection. n Neural Net - a method of training to modify the connections between neurons; back propagation.

Progress Has Been Slow n Learning from experience is difficult in any domain that is not very restricted or has formal contexts. n It seems that even simple animals like flies or slugs have better learning ability. n Studies of these types of animals have been used as background for some neural net approaches.

A New Direction - MIT n Alternative Essences of Intelligence n An attempt at building complex machines with human like capabilities. n Four essences - development, social interaction, physical coupling to the environment, and integration. n Dr. Rodney Brooks, Director AI Lab, MIT.

My Research n Temporal Reasoning Allen Relationships n Automatic Scheduling Lots of manufacturing applications n Second Generation Hybrid Expert Systems Combining learning and decision making n Applied AI to real world problems Network security, intrusions detection

Any Questions? Any Comments? Work Phone: Fax: Thank you for your attention!