COMP-6600: Artificial Intelligence (Overview) A tentative overview of the course is as follows: 1. Introduction to Artificial Intelligence 2. Evolutionary.

Slides:



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

Artificial Intelligence
An Introduction to Artificial Intelligence Presented by : M. Eftekhari.
AI Defined Textbook definition:
Bart Selman CS CS 475: Uncertainty and Multi-Agent Systems Prof. Bart Selman Introduction.
A Brief History of Artificial Intelligence
WHAT IS ARTIFICIAL INTELLIGENCE?
Approaches to AI. Robotics Versus Artificial Intelligence.
COMP-4640 Intelligent & Interactive Systems Lecture 1 Cheryl Seals, Ph.D. Computer Science & Software Engineering Auburn University.
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.
© 2002 Franz J. Kurfess Introduction 1 CPE/CSC 481: Knowledge-Based Systems Dr. Franz J. Kurfess Computer Science Department Cal Poly.
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.
CPSC 322 Introduction to Artificial Intelligence September 8, 2004.
© 2001 Franz J. Kurfess Introduction 1 CPE/CSC 580: Knowledge Management Dr. Franz J. Kurfess Computer Science Department Cal Poly.
Introduction to Artificial Intelligence ITK 340, Spring 2010.
INSTRUCTOR: DR. XENIA MOUNTROUIDOU CS CS Artificial Intelligence.
ARTIFICIAL INTELLIGENCE Introduction: Chapter Textbook: S. Russell and P. Norvig Artificial Intelligence: A Modern Approach Prentice Hall, 2003,
Artificial Intelligence
CPSC 171 Artificial Intelligence Read Chapter 14.
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.
Artificial Intelligence CIS 479/579 Bruce R. Maxim UM-Dearborn.
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
Xiaoying Sharon Gao Mengjie Zhang Computer Science Victoria University of Wellington Introduction to Artificial Intelligence COMP 307.
CS206Evolutionary Robotics “Cogito ergo sum.”. CS206Evolutionary Robotics “Cogito ergo sum.” “I think, therefore I am.” “Do I exist?” “There is something.
Introduction: Chapter 1
Lecture 1 Note: Some slides and/or pictures are adapted from Lecture slides / Books of Dr Zafar Alvi. Text Book - Aritificial Intelligence Illuminated.
CSC4444: Artificial Intelligence Fall 2011 Dr. Jianhua Chen Slides adapted from those on the textbook website.
Artificial Intelligence Chapter 1 Introduction
Artificial Intelligence Chapter 1 Introduction. (C) 2000, 2001 SNU CSE Biointelligence Lab2 1.1 What Is AI? (1) Artificial Intelligence (AI)  Intelligent.
1 CS 2710, ISSP 2610 Foundations of Artificial Intelligence introduction.
Artificial Intelligence Professor: Liqing Zhang Contact Information: Tel:
Introduction to Artificial Intelligence Mitch Marcus CIS391 Fall, 2008.
Artificial Intelligence
Definitions of AI There are as many definitions as there are practitioners. How would you define it? What is important for a system to be intelligent?
University of Kurdistan Artificial Intelligence Methods (AIM) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
General Information Course Id: COSC6368 Artificial Intelligence Professor: Ricardo Vilalta Classroom:AH 110 Telephone: (713)
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
MITM613 Wednesday [ 6:00 – 9:00 ] am 1 st week. Good evening …. Every body.
Introduction: What is AI? CMSC Introduction to Artificial Intelligence January 7, 2003.
COMP 4640 Intelligent & Interactive Systems Cheryl Seals, Ph.D. Computer Science & Software Engineering Auburn University.
Artificial Intelligence Lecture 1. Introduction. Course Outline The course consists of:  15 lectures slots (may use some for tutorials);  tutorial exercises;
CITS4211 Artificial Intelligence Semester 1, 2013 A/Prof Lyndon While School of Computer Science & Software Engineering The University of Western Australia.
Artificial Intelligence Yunita Sari Kamis, 23 Feb 2012.
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.
Artificial Intelligence
CSC 290 Introduction to Artificial Intelligence
2009: Topics Covered in COSC 6368
COMP-4640 Intelligent & Interactive Systems Lecture 1
Artificial Intelligence
第 1 章 绪论.
Sistem Kecerdasan Buatan
Introduction to Artificial Intelligence
Artificial Intelligence (AI)
Artificial Intelligence (CS 461D)
AI Defined Textbook definition:
COMP-4640 Intelligent & Interactive Systems Lecture 1
Artificial Intelligence (AI)
Artificial Intelligence (Lecture 1)
2004: Topics Covered in COSC 6368
Artificial Intelligence Chapter 1 Introduction
CS 404 Artificial Intelligence
COMP3710 Artificial Intelligence Thompson Rivers University
Artificial Intelligence
Presentation transcript:

COMP-6600: Artificial Intelligence (Overview) A tentative overview of the course is as follows: 1. Introduction to Artificial Intelligence 2. Evolutionary Computation 3. Machine Learning

Overview (cont.) This course will consist of: – homework assignments (25%) –a final exam (25%) –a final project (50%) a final project presentation (10%) [Must have a topic by week 5] a final project report (40%)

Brief Introduction to Artificial Intelligence One of the first questions we must ask ourselves concerning AI is, “What does it mean to be intelligent?’’ According to Webster’s New World Pocket Dictionary (3 rd Edition), Intelligence is defined as, “The ability to learn, or solve problems”. Fogel in ( Fogel, D. B., Evolutionary Computation: Toward a New Philosophy of Machine Intelligence, IEEE Press, 2000 ) defines Intelligence, “as the capability of a system to adapt its behavior to meet its goal in a range of environments.” According to our textbook there are 4 camps based on thinking/acting humanly/rationally. –Thinking Humanly: Cognitive Modeling –Thinking Rationally: Logic –Acting Humanly: Turing Test –Acting Rationally: Intelligent Agents

Brief Introduction to Artificial Intelligence (cont.) In my opinion, Intelligence is the ability to create unique artifacts (ideas, or concepts) that previously did not exist. –Genesis 2:19,20 NIV –Jeremiah 32:35 NIV Is it possible to reliably classify an entity as intelligent by merely observing or interacting with it? –Sphex Wasp (Fogel, 2000,p. 13; Russell & Norvig, 2003, p. 37) –Dung Beetle (Russell & Norvig, 2003, p. 37) –Eliza (Weizenbaum) –Parry

COMP-4640: Symbolic AI Based on Newell & Simons Physical Symbol System Hypothesis Uses logical operations that are applied to declarative knowledge bases (FOPL) Commonly referred to as “Classical AI” Represents knowledge about a problem as a set of declarative sentences in FOPL Then logical reasoning methods are used to deduce consequences Another name for this type of approach is called “the knowledge- based” approach The Symbol Processing Approach uses “top-down” design of intelligent behavior.

COMP-6600: Sub-symbolic Approach Based on the Physical Grounding Hypothesis “bottom-up” style Starting at the lowest layers and working upward. In the sub-symbolic approach signals are generally used rather than symbols Proponents believe that the development of machine intelligence must follow many of the same evolutionary steps. Sub-symbolic approaches rely primarily on interaction between machine and environment. This interaction produces and emergent behavior (evolutionary robotics, Nordin, Lund) Some other sub-symbolic approaches are: Evolutionary Computation, Artificial Immune Systems, and Neural Networks