CSE 3521: Intro to Artificial Intelligence

Slides:



Advertisements
Similar presentations
ARTIFICIAL INTELLIGENCE
Advertisements

Additional Topics ARTIFICIAL INTELLIGENCE
Artificial Intelligence
CS 188: Artificial Intelligence
CSE 5522: Survey of Artificial Intelligence II: Advanced Techniques Instructor: Alan Ritter TA: Fan Yang.
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.
Artificial Intelligence Computational Intelligence Alien Intelligence? Summer 2004 Dennis Kibler.
Artificial Intelligence A Modern Approach Dennis Kibler.
CSE 473: Artificial Intelligence Dan Weld Slides from Dan Klein, Luke Zettlemoyer, Stuart Russell, Andrew Moore.
CPSC 7373: Artificial Intelligence Jiang Bian, Fall 2014 University of Arkansas for Medical Sciences University of Arkansas at Little Rock.
CS 332: Introduction to AI Class Hour: Section 1: MWF 1:10PM - 2:00PM. Hyer 210.
Introduction to Artificial Intelligence CSE 473 Winter 1999.
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.
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
CPSC 171 Artificial Intelligence Read Chapter 14.
Artificial Intelligence
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.
CS 188: Artificial Intelligence
CSCI 4410 Introduction to Artificial Intelligence.
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
Introduction: Chapter 1
CSC4444: Artificial Intelligence Fall 2011 Dr. Jianhua Chen Slides adapted from those on the textbook website.
Artificial Intelligence CS 363 Kawther Abas Lecture 1 Introduction 5/4/1435.
Introduction to Artificial Intelligence and Soft Computing
Introduction to Artificial Intelligence Mitch Marcus CIS391 Fall, 2008.
1 Lecture # 1 Introduction to Artificial Intelligence By NADEEM MAHMOOD ASSISTANT PROFESSOR DEPARTMENT OF COMPUTER SCIENCE, UNIVERSITY OF KARACHI.
Lecture 1 – AI Background Dr. Muhammad Adnan Hashmi 1.
Spring, 2005 CSE391 – Lecture 1 1 Introduction to Artificial Intelligence Martha Palmer CSE391 Spring, 2005.
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
1 Intro to Artificial Intelligence COURSE # CSC384H1F Fall 2008 Sonya Allin Note: many slides drawn from/inspired by Andrew Moore’s lectures at CMU and.
Artificial Intelligence Lecture 2 Department of Computer Science, International Islamic University Islamabad, Pakistan.
1 Introduction to Artificial Intelligence CSE 415 Winter 2006.
CSE 473: Artificial Intelligence
Artificial Intelligence
ECE457 Applied Artificial Intelligence R. Khoury (2007)Page 1 Please pick up a copy of the course syllabus from the front desk.
Introduction to Artificial Intelligence Prof. Kathleen McKeown 722 CEPSR Tas: Andrew Rosenberg Speech Lab, 7 th Floor CEPSR Sowmya Vishwanath TA Room.
CAP 5636 – Advanced Artificial Intelligence History and positioning Instructor: Lotzi Bölöni [These slides were adapted from the ones created by Dan Klein.
CSC 290 Introduction to Artificial Intelligence
Artificial Intelligence: Definition
Artificial Intelligence Introduction to Artificial Intelligence
Artificial Intelligence for Engineers
CS4341 Introduction to Artificial Intelligence
CAP 5636 – Advanced Artificial Intelligence
CS 115: Computing for The Socio-Techno Web
Introduction to Artificial Intelligence
Artificial Intelligence for Engineers
CSCI 5582 Artificial Intelligence
Course Instructor: knza ch
Introduction to Artificial Intelligence and Soft Computing
Introduction to Artificial Intelligence
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
CS 2710, ISSP 2610 Foundations of Artificial Intelligence
Introduction to Artificial Intelligence
AI and Agents CS 171/271 (Chapters 1 and 2)
Candy Grab Game As you walk in: Grab a pack of game pieces (candy)
Artificial Intelligence Lecture 1: Course Overview and Motivation
Introduction to Artificial Intelligence
CS 404 Artificial Intelligence
Artificial Intelligence
Introduction to Artificial Intelligence
CMPT 420 / CMPG 720 Artificial Intelligence
Artificial Intelligence
Presentation transcript:

CSE 3521: Intro to Artificial Intelligence (okay, officially it’s called Survey of Artificial Intelligence I: Basic Techniques) Instructor: Denis Newman-Griffis (pr. “DEnny NOOman-GRIfis”) newman-griffis.1@osu.edu The Ohio State University

Course Information Course website: web.cse.ohio-state.edu/~newman-griffis.1/cse3521au17 Slides, homework assignments, further readings Carmen Submit homework here Office Hours Wednesday & Friday 1-2pm, Dreese 580 TopHat (go.osu.edu/tophat) For in-class activities Slack (https://join.slack.com/t/osu-cse-3521/signup) For asking questions / sharing other stuff

Homework and Grading Grading Policy Homework – 35% Participation – 10% Expect 5-6 homework assignments over the course. Homework submissions are individual, but feel free to discuss. Late submissions penalized 10%/day. Show up to class! Participation points (and, you know, learning) depend on it. Grading Policy Homework – 35% Participation – 10% Midterm – 25% Final – 30%

Academic Misconduct Let’s not even go there, folks. Discuss all you like, in class and out. However, all work you submit must be your own. If you cheat on a test or copy someone else’s code/solutions for homework, you will be reported to the Committee on Academic Misconduct. Plus, then how are you going to ace your programming interviews?

Textbook Not required, but if you want to read more, I recommend Russell & Norvig, AI: A Modern Approach, 3rd Ed. Warning: Not a course textbook, so lectures will not necessarily follow the presentation in the book.

Python OUT NOW: Homework 0 (Due 9/1) Programming assignments are to be written in Python 2.7 (available on stdlinux). Only standard packages; you can’t use someone else’s neural net library. OUT NOW: Homework 0 (Due 9/1)

What is AI?

AI in Culture

How would YOU define AI? Exercise Take 2 minutes to come up with a definition for AI in 1-2 sentences. Pair up with someone near you and listen to their definition See if you can agree on a definition for AI!

One way: The Turing Test Ingredients: Human Judge, unknown Entity 2 computer terminals in different rooms Recipe: Have human Judge sit at one computer Judge converses with Entity via chat window for 5 minutes Judge decides if Entity is human or computer

Which is which? Left hand side Judge: Hi what’s your name? Entity: I don’t kno Judge: My name’s Jane. I live in London. Wehre do you live Entity: I live in london aswell Judge: Do you like living in London? Entity: yes I like it because there are a lot of things to do there and also it is the capital city of england Judge: What’s my name? Entity: sorry? Entity: jane Judge: And what’s your name? Entity: I don’t know Right hand side Judge: What colour is the carpet in your room Entity: I like pink; what do you like? Judge: I like pink. My name is John. What’s your name? Entity: Red. Hello John. Its nice to meet such a fine person as yourself. Judge: Red is my favourite colour. What’s yours? Entity: My favorite color is red. Judge: You use American spelling. Are you in the USA? Entity: But you are not even American. Just remember atheism is only a belief system. And it too can be forced on people who don’t agree. Judge: How do you like your eggs – ever easy or sunny side up? Entity: How I wonder if I like my eggs-over easy or sunny side up? This is so explainable. That list makes me feel unsure John. Example taken from “Turing’s Imitation Game,” by Warwick and Shah (2016)

What good is passing the Turing Test? Chatting “like a human” involves: Generating coherent language Responding appropriately to unexpected inputs …

What isn’t it, though? The Turing Test does not show Understanding or thinking Ability to learn Interaction with an unconstrained world Processing sensory input Having knowledge Much of anything useful, really

What is AI? The science of making machines that: Think like people Think rationally Top left: Think like people --- cognitive science, neuroscience Bottom left: act like people --- actually very early definition, dating back to Alan Turing --- Turing test; problem to do really well you start focusing on things like don’t answer too quickly what the square root of 1412 is, don’t spell too well, and make sure you have a favorite movie etc. So it wasn’t really leading us to build intelligence Think rationally – long tradition dating back to Aristotle --- but not a winner, because difficult to encode how to think, and in the end it’s not about how you think, it’s about how you end up acting Act like people Act rationally

Computational Rationality Rational Decisions We’ll use the term rational in a very specific, technical way: Rational: maximally achieving pre-defined goals Rationality only concerns what decisions are made (not the thought process behind them) Goals are expressed in terms of the utility of outcomes Being rational means maximizing your expected utility Example of utilities. 10 for A, 1 for each Friday with friends A better title for this course would be: Computational Rationality

A (Short) History of AI 1940-1950: Early days 1943: McCulloch & Pitts: Boolean circuit model of brain 1950: Turing's “Computing Machinery and Intelligence” 1950—70: Excitement: Look, Ma, no hands! 1950s: Early AI programs, including Samuel's checkers program, Newell & Simon's Logic Theorist, Gelernter's Geometry Engine 1956: Dartmouth meeting: “Artificial Intelligence” adopted 1965: Robinson's complete algorithm for logical reasoning 1970—90: Knowledge-based approaches 1969—79: Early development of knowledge-based systems 1980—88: Expert systems industry booms 1988—93: Expert systems industry busts: “AI Winter” 1990—: Statistical approaches Resurgence of probability, focus on uncertainty General increase in technical depth Agents and learning systems… “AI Spring”? 2000—: Where are we now? Million dollar computer with less computation than your phone MT was

What Can AI Do? Quiz: Which of the following can be done at present? Play a decent game of table tennis? Play a decent game of Jeopardy? Drive safely along a curving mountain road? Drive safely along High Street at rush hour? Buy a week's worth of groceries on the web? Discover and prove a new mathematical theorem? Converse successfully with another person for an hour? Perform a surgical operation? Put away the dishes and fold the laundry? Translate spoken Mandarin into spoken English in real time? Write an intentionally funny story?

Natural Language Speech technologies (e.g. Siri) Automatic speech recognition (ASR) Text-to-speech synthesis (TTS) Dialog systems Language processing technologies Question answering Machine translation Web search Text classification, spam filtering, etc…

Vision (Perception) Object and face recognition Scene segmentation Image classification Demo1: VISION – lec_1_t2_video.flv Images from Erik Sudderth (left), wikipedia (right) Demo2: VISION – lec_1_obj_rec_0.mpg

Robotics Robotics Technologies In this class: Part mech. eng. Part AI Reality much harder than simulations! Technologies Vehicles Rescue Soccer! Lots of automation… In this class: We ignore mechanical aspects Methods for planning Methods for control Images from UC Berkeley, Boston Dynamics, RoboCup, Google

Logic Logical systems Methods: Theorem provers NASA fault diagnosis Question answering Methods: Deduction systems Constraint satisfaction Satisfiability solvers (huge advances!) Image from Bart Selman

Game Playing Classic Moment: May, '97: Deep Blue vs. Kasparov First match won against world champion “Intelligent creative” play 200 million board positions per second Humans understood 99.9 of Deep Blue's moves Can do about the same now with a PC cluster Open question: How does human cognition deal with the search space explosion of chess? Or: how can humans compete with computers at all?? 1996: Kasparov Beats Deep Blue “I could feel --- I could smell --- a new kind of intelligence across the table.” 1997: Deep Blue Beats Kasparov “Deep Blue hasn't proven anything.” 2017: AlphaGo beats…well, everyone Yeah, Kasparov comment probably says more about humans than about computers Text from Bart Selman, image from IBM’s Deep Blue pages

Decision Making Applied AI involves many kinds of automation Scheduling, e.g. airline routing, military Route planning, e.g. Google maps Medical diagnosis Web search engines Spam classifiers Automated help desks Fraud detection Product recommendations … Lots more! All applications can be thought of as decision making or useful sub-components of decision making

This Course Search: How do I (efficiently) find a solution? Logic and Knowledge: How do I determine what is/isn’t known? Decision Policies: How do I choose the best next action? Probability: How do I handle dependency and non-determinism? Machine Learning: How do I learn from past experience? Philosophy and Ethics: How do I determine what is intelligent? And how do I know that what I’m doing is good?

Next Time Homework 0 is out now – Due 8/30 Defining rational agents What are search problems?