CS10 The Beauty and Joy of Computing Lecture #21 Artificial Intelligence 2011-04-13 IBM’s Watson is being used by researchers in Canada to “provide early.

Slides:



Advertisements
Similar presentations
Turing’s Test, Searle’s Objection
Advertisements

Artificial Intelligence Created by Korbut Fyodor FTF,
Aaron Summers. What is Artificial Intelligence (AI)? Great question right?
Artificial Intelligence
CS10 The Beauty and Joy of Computing Artificial Intelligence Anna Rafferty (Slides adapted from Dan Garcia) 19 March 2012.
A Brief History of Artificial Intelligence
CIS 678 Artificial Intelligence problems deduction, reasoning knowledge representation planning learning natural language processing motion and manipulation.
Approaches to AI. Robotics Versus Artificial Intelligence.
CS10 The Beauty and Joy of Computing Lecture #10 Social Implications of Computing Having just returned from the UC Online Pilot Project Workshop,
CS10 The Beauty and Joy of Computing Lecture #1 Welcome; Abstraction At CES 2011 in Vegas, companies showed lots of tablets and internet TV.
CS10 The Beauty and Joy of Computing Lecture #1 Welcome; Abstraction Watch the student testimonials about CS10, what it means to them, and how.
CS10 The Beauty and Joy of Computing Lecture #17 Higher Order Functions I Silicon (normally what processors are made of) is rigid and expensive,
CS10 The Beauty and Joy of Computing Lecture #25 : Tree Recursion The newly released (and much- hyped) Microsoft Kinect system for the XBOX.
CS10 The Beauty and Joy of Computing Lecture #23 : Limits of Computing Thanks to the success of the Kinect, researchers all over the world believe.
CS10 : The Beauty and Joy of Computing Lecture #10 Social Implications of Computing CS10 has been chosen as one of 30 courses (all across 10.
Artificial Intelligence. Agenda StartEnd Introduction AI Future Recent Developments Turing Test Turing Test Evaluation.
Wilma Bainbridge Tencia Lee Kendra Leigh
Artificial Intelligence
Artificial Intelligence & Cognitive Science By: Andrea Pope, Cindy Burdine, and Kazumi Inoue.
Intelligence & Artificial Intelligence You must have a pre-prepared sentence or two to spout about what is a description of intelligence.. And what is.
CS10 The Beauty and Joy of Computing Artificial Intelligence Anna Rafferty (Slides adapted from Dan Garcia) 22 October 2012.
The Beauty and Joy of Computing Lecture #1 Welcome; Abstraction Watch the student testimonials about the course, what it means to them, and how it has.
Artificial Intelligence By John Debovis & Keith Bright.
CSCI 4410 Introduction to Artificial Intelligence.
Artificial Intelligence CIS 479/579 Bruce R. Maxim UM-Dearborn.
Artificial Intelligence
THE HISTORY OF NATURAL LANGUAGE PROCESSING (NLP) By: Ryan Lichtig.
The Beauty and Joy of Computing Lecture #1 Welcome; Abstraction Watch the student testimonials about the course, what it means to them, and how it has.

Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Artificial Intelligence
ARTIFICIAL INTELLIGENCE BY:Jeff Brauer, David Abarbanel, Monica Balod, Mae Anglo, Umangi Bhatt.
1 Lecture 1: Introduction to Artificial Intelligence.
What is Artificial Intelligence? Abbas Mehrabian Teacher: Dr. M. Raei Sharif Saturday, 6 Esfand 1384.
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
Introduction to Machine Learning Kamal Aboul-Hosn Cornell University Chess, Chinese Rooms, and Learning.
1 CS 2710, ISSP 2610 Foundations of Artificial Intelligence introduction.
I Robot.
The Beauty and Joy of Computing Lecture #6 Algorithms MIT researchers recently created an algorithm which they say will be able to predict what topics.
The Beauty and Joy of Computing Lecture #10 Social Implications of Computing Online education now has a player in the open access / free education space,
CS10: The Beauty and Joy of Computing Artificial Intelligence Anna Rafferty (Slides adapted from Dan Garcia) 18 November 2013.
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.
AI: Can Machines Think? Juntae Kim Department of Computer Engineering Dongguk University.
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?
Course Overview  What is AI?  What are the Major Challenges?  What are the Main Techniques?  Where are we failing, and why?  Step back and look at.
Introduction to Artificial Intelligence CS 438 Spring 2008.
CS10: The Beauty and Joy of Computing Artificial Intelligence Anna Rafferty (Slides adapted from Dan Garcia) 3 April 2013.
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
The Beauty and Joy of Computing Lecture #12 Social Implications of Computing I Online education now has a player in the open access / free education space,

The Beauty and Joy of Computing Lecture #1 Welcome; Abstraction Watch the student testimonials about the course, what it means to them, and how it has.
CS10 The Beauty and Joy of Computing Lecture #4 : Functions UC Berkeley EECS Lecturer SOE Dan Garcia Researchers at Microsoft and UW are working.
Artificial Intelligence Skepticism by Josh Pippin.
Uses and Limitations Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
What is Artificial Intelligence? Introduction to Artificial Intelligence Week 2, Semester 1 Jim Smith.
Overview of Artificial Intelligence (1) Artificial intelligence (AI) Computers with the ability to mimic or duplicate the functions of the human brain.
Week 5 - Friday CS 113.
Chapter 11: Artificial Intelligence
COMP3710 Artificial Intelligence Thompson Rivers University
Course Instructor: knza ch
Artificial Intelligence (Lecture 1)
TA : Mubarakah Otbi, Duaa al Ofi , Huda al Hakami
COMP3710 Artificial Intelligence Thompson Rivers University

COMP3710 Artificial Intelligence Thompson Rivers University
Artificial Intelligence
Algorithms CSCI 235, Spring 2019 Lecture 37 The Halting Problem
Artificial Intelligence Andrea Danyluk For FPS 2/2/04.
Presentation transcript:

CS10 The Beauty and Joy of Computing Lecture #21 Artificial Intelligence IBM’s Watson is being used by researchers in Canada to “provide early warnings when babies in a NICU may acquire a hospital-borne infection”. UC Berkeley EECS Lecturer SOE Dan Garcia

UC Berkeley CS10 “The Beauty and Joy of Computing” : Artificial Intelligence (2) Garcia, Spring 2011  Definition  What intelligent things do people do?  Videos of awesome examples of AI  Turing Test Lecture Overview

UC Berkeley CS10 “The Beauty and Joy of Computing” : Artificial Intelligence (3) Garcia, Spring 2011  “Getting a computer to do things which, when done by people, are said to involve intelligence”  Finesses the idea of whether a computer has consciousness, whether they have rights, etc AI Definition by John McCarthy

UC Berkeley CS10 “The Beauty and Joy of Computing” : Artificial Intelligence (4) Garcia, Spring 2011  Planning  (Machine) Learning  Natural Language Processing  Motion and manipulation  Perception  Creativity  General Intelligence What intelligent things do people do? en.wikipedia.org/wiki/Artificial_intelligence

UC Berkeley CS10 “The Beauty and Joy of Computing” : Artificial Intelligence (5) Garcia, Spring 2011  Range of intelligence  Low: simple heuristics  Medium: pathfinding  High: Learns from player  Dynamic difficulty  Must hold interest  “Simple to learn, difficult to master is the holy grail of game design.”  Cheating AI (e.g.,racing) Planning (from Video Games lecture) en.wikipedia.org/wiki/Dynamic_game_difficulty_balancing en.wikipedia.org/wiki/Game_artificial_intelligence queue.acm.org/detail.cfm?id=971593

UC Berkeley CS10 “The Beauty and Joy of Computing” : Artificial Intelligence (6) Garcia, Spring 2011 Peer Instruction The WORLD’S BEST AI StarCraft player is from: a)Google b)IBM (folks who did Watson) c)Stanford d)Berkeley e)MIT

UC Berkeley CS10 “The Beauty and Joy of Computing” : Artificial Intelligence (7) Garcia, Spring 2011  “A program learns if, after an experience, it performs better”  Algorithm Types  Supervised learning  Give a system input & output training data, and it produces a classifier  Unsupervised learning  Goal: determine how data is organized, or clustered  Reinforcement learning  No training data, real- time corrections adjust behavior Machine Learning en.wikipedia.org/wiki/Machine_learning

UC Berkeley CS10 “The Beauty and Joy of Computing” : Artificial Intelligence (8) Garcia, Spring 2011 Peer Instruction The BEST interaction I’ve had with phone- based natural language AI systems was: a)Awesome b)Good c)Fair d)Poor e)Terrible

UC Berkeley CS10 “The Beauty and Joy of Computing” : Artificial Intelligence (9) Garcia, Spring 2011  Form of HCI  Known as “AI- complete” problem  Requires extensive knowledge of world  Statistical NLP  Imagine a supervised learning system trained on all text of Web  It could easily correct your text (and guess what you’d say) by seeing what’s common Natural Language Processing en.wikipedia.org/wiki/Natural_language_processing

UC Berkeley CS10 “The Beauty and Joy of Computing” : Artificial Intelligence (10) Garcia, Spring 2011  For many, the coolest and scariest part of AI  Also involves HCI  Combines fields of AI  Speech recognition  Synthetic voice  Machine vision  Planning  IPRE believes every one should have their own personal robot! Robotics TOPIO, the ping-pong playing robot en.wikipedia.org/wiki/Robotics UC Berkeley’s towel-folder ASIMO Humanoid robot from Honda

UC Berkeley CS10 “The Beauty and Joy of Computing” : Artificial Intelligence (11) Garcia, Spring 2011  In 1950, Turing defined a test of whether a machine could “think”  “A human judge engages in a natural language conversation with one human and one machine, each of which tries to appear human. If judge can’t tell, machine passes the Turing test”  John Searle argued against the test via the Chinese room experiment, in which someone carries on a conversation by looking up phrases in a book. Does that person understand Chinese? Turing Test for Intelligence en.wikipedia.org/wiki/Turing_test

UC Berkeley CS10 “The Beauty and Joy of Computing” : Artificial Intelligence (12) Garcia, Spring 2011  Common Sense knowledge important  Despite early hype, AI has shown recent success  AI systems excel in things computers are good at  big data (using web to parse language)  constrained worlds (chess, math)  It’s getting better at…  Speech recognition (albeit slowly)  Real-time robotics  CS188 : Artificial Intelligence  One of the most popular courses on campus! Summary