Artificial Intelligence CS105. Group Presentation Project Week of November 7 to November 11 Group presentation Groups of 3/4 – Each group will get 12/16.

Slides:



Advertisements
Similar presentations
ARTIFICIAL INTELLIGENCE
Advertisements

Additional Topics ARTIFICIAL INTELLIGENCE
Artificial Intelligence
Artificial Intelligence (91.420/543) and Machine Learning and Data Mining (91.421/544) Prof. Gary Livingston.
An Introduction to Artificial Intelligence Presented by : M. Eftekhari.
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?
1946: ENIAC heralds the dawn of Computing. I propose to consider the question: “Can machines think?” --Alan Turing, : Turing asks the question….
Artificial Intelligence
Three Fundamental Questions Facing our Age G Origin of the Universe G Origin of Life G Nature of Intelligence.
PSU CS 370 – Artificial Intelligence Dr. Mohamed Tounsi Artificial Intelligence 1. Introduction Dr. M. Tounsi.
Artificial Intelligence Overview John Paxton Montana State University August 14, 2003.
CSE 471/598,CBS598 Introduction to Artificial Intelligence Fall 2004
Artificial Intelligence Overview John Paxton Montana State University February 22, 2005
D Goforth - COSC 4117, fall Notes  Program evaluation – Sept Student submissions  Mon. Sept 11, 4-5PM  FA 181 Comments to committee are.
Artificial Intelligence
INTELLIGENT SYSTEMS Artificial Intelligence Applications in Business.
Dr Rong Qu Module Introduction.
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
ARTIFICIAL INTELLIGENCE
Introduction to AI, H. Feili 1 Introduction to Artificial Intelligence LECTURE 1: Introduction What is AI? Foundations of AI The.
CPSC 171 Artificial Intelligence Read Chapter 14.
Reference: "Artificial Intelligence, a Modern Approach, 3rd ed."
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.
Artificial Intelligence Dr. Paul Wagner Department of Computer Science University of Wisconsin – Eau Claire.
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
Artificial Intelligence Introduction (2). What is Artificial Intelligence ?  making computers that think?  the automation of activities we associate.
Introduction: Chapter 1
Introduction to Artificial Intelligence. Content Definition of AI Typical AI problems Practical impact of AI Approaches of AI Limits of AI Brief history.
AI Overview Reference: "Artificial Intelligence, a Modern Approach, 3 rd ed."
Artificial Intelligence: An Introduction Definition of AI Foundations of AI History of AI Advanced Techniques.
CSC4444: Artificial Intelligence Fall 2011 Dr. Jianhua Chen Slides adapted from those on the textbook website.
Psy Introduction1 Introduction Psychology 612.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Development of a Machine-Learning-Based AI For Go By Justin Park.
Artificial Intelligence CS 363 Kawther Abas Lecture 1 Introduction 5/4/1435.
Artificial Intelligence and Robotics Ross Clark Trevor Sheehan.
What is Artificial Intelligence? Abbas Mehrabian Teacher: Dr. M. Raei Sharif Saturday, 6 Esfand 1384.
Artificial Intelligence LECTURE 2 ARTIFICIAL INTELLIGENCE LECTURES BY ENGR. QAZI ZIA 1.
1 CS 2710, ISSP 2610 Foundations of Artificial Intelligence introduction.
Introduction to Artificial Intelligence Mitch Marcus CIS391 Fall, 2008.
Artificial Intelligence: Introduction Department of Computer Science & Engineering Indian Institute of Technology Kharagpur.
Lecture 1: Introduction Heshaam Faili University of Tehran What is AI? Foundations of AI The History of AI State of the Art.
Artificial Intelligence
So what is AI?.
What is Artificial Intelligence?
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
Artificial Intelligence Lecture 2 Department of Computer Science, International Islamic University Islamabad, Pakistan.
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
1 Artificial Intelligence & Prolog Programming CSL 302.
AI Overview Reference: "Artificial Intelligence, a Modern Approach, 3 rd ed."
Introduction to Artificial Intelligence Heshaam Faili University of Tehran.
CSC 290 Introduction to Artificial Intelligence
CS4341 Introduction to Artificial Intelligence
ARTIFICIAL INTELLIGENCE.
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
Search Exercise Search Tree? Solution (Breadth First Search)?
AI and Agents CS 171/271 (Chapters 1 and 2)
CS 404 Artificial Intelligence
COMP3710 Artificial Intelligence Thompson Rivers University
(Robotics and Perception)
Artificial Intelligence
Artificial Intelligence
Presentation transcript:

Artificial Intelligence CS105

Group Presentation Project Week of November 7 to November 11 Group presentation Groups of 3/4 – Each group will get 12/16 minutes maximum – Each member must speak for 4 minutes – Q&A session for 3/4 minutes – Team Leaders Topics: 1.An existing AI application(s) 2.An AI application that will possibly be created in the future and you would invest money in it 3.Technology in an AI movie – their advantages & disadvantages Questions: What is it? How does it work? – Don’t have to explain any technical details if you don’t want to

Group Presentation Project Evaluation: – Content and details – Organization – Member evaluation form – Dress up on the day of presentation Powerpoint files should be received BEFORE the beginning of class. Attendance is mandatory this week

Finding your group!

Artificial Intelligence

Study and design of machines that can think like a human being – Attempt to understand human intelligence But how do you define intelligence? – Abstract thought, understanding, communication, reasoning and learning, planning and problem solving Goal: understand primary issues involved and the challenges

Artificial Intelligence Intelligent machines List

Turing Test A behavioral test to determine whether a computer system is intelligent Weak equivalence: The equality of two systems based on their results Strong equivalence: The equality of two systems based on their results and the process by which they arrive at those results Natural language processing Knowledge about various topics Reasoning

State of the art Deep Blue beat Gary Kasparov, world champion in 1997 in a set of six games by two wins Tartan Racing: 2007 DARPA Urban challenge winner. Autonomous vehicle capable of driving in traffic. Search engines Mobile humanoid robots: MIT media labs TD Gammon learned how to play backgammon Responsive environments: Bill Gates home

Foundations of AI Psychology – How do humans and animals think and act? Computer Science/Engineering – How to build an efficient computer system? Linguistics – How does language relate to thought? Philosophy Mathematics Economics Neuroscience Education / Learning

Knowledge Representation Many ways – Natural language : not efficient for processing – Mathematical notation: rigorous – Want: Logical view so we can process it efficiently Capture facts and relationships

Semantic network A graph or network that presents meaningful relationships among objects/concepts Water Vertebra Animal Mammal Bear Cat Fur Fish Whale has is a lives in is a

Search Trees Hierarchical structures that represents the alternatives of situations/choices – Nodes: Points in a tree that contains some form of data – Edges: Link between nodes in a search tree – Game tree: is a graph whose nodes are the positions in a game and whose edges are moves

Search Trees Nodes Edges Parent nodes C L P P P P PP C C C P Child nodes L LLL CL C L L L Leaf nodes

Game Trees Player 1 Player 2 Player 1 Player 2 Wins! Depth first search Breadth first search Wins!

Thought Question Think of five questions that you might issue as the interrogator of a Turing test. Why would a computer have difficulty answering them well? Please explain your reasoning.