CS 380: ARTIFICIAL INTELLIGENCE INTRODUCTION. Santiago Ontañón

Similar documents
CS 380: ARTIFICIAL INTELLIGENCE

CMSC 421, Artificial Intelligence

Artificial Intelligence: An overview

Outline. What is AI? A brief history of AI State of the art

CMSC 372 Artificial Intelligence. Fall Administrivia

Artificial Intelligence

Artificial Intelligence

Artificial Intelligence

Artificial Intelligence

Introduction to Artificial Intelligence: cs580

Artificial Intelligence

Course Info. CS 486/686 Artificial Intelligence. Outline. Artificial Intelligence (AI)

CSE 473 Artificial Intelligence (AI)

CS 486/686 Artificial Intelligence

Welcome to CompSci 171 Fall 2010 Introduction to AI.

INTRODUCTION TO GAME AI

What is AI? Artificial Intelligence. Acting humanly: The Turing test. Outline

CSE 473 Artificial Intelligence (AI) Outline

Intelligent Systems. Lecture 1 - Introduction

Ar#ficial)Intelligence!!

INTRODUCTION TO GAME AI

Artificial Intelligence. Berlin Chen 2004

COS402 Artificial Intelligence Fall, Lecture I: Introduction

CS 343H: Artificial Intelligence. Week 1a: Introduction

Artificial Intelligence. What is AI?

Introduction to Artificial Intelligence

Artificial Intelligence

Artificial Intelligence. Shobhanjana Kalita Dept. of Computer Science & Engineering Tezpur University

Artificial Intelligence. AI Slides (4e) c Lin

Artificial Intelligence

CSIS 4463: Artificial Intelligence. Introduction: Chapter 1

Overview. Introduction to Artificial Intelligence. What is Intelligence? What is Artificial Intelligence? Influential areas for AI

Artificial Intelligence: An Introduction

22c:145 Artificial Intelligence

CSC384 Intro to Artificial Intelligence* *The following slides are based on Fahiem Bacchus course lecture notes.

Artificial Intelligence for Engineers. EE 562 Winter 2015

Intro to Artificial Intelligence Lecture 1. Ahmed Sallam { }

Artificial Intelligence

CS 1571 Introduction to AI Lecture 1. Course overview. CS 1571 Intro to AI. Course administrivia

What is Artificial Intelligence? Alternate Definitions (Russell + Norvig) Human intelligence

Introduction. Artificial Intelligence. Topic 1. What is AI? Contributions to AI History of AI Modern AI. Reading: Russel and Norvig, Chapter 1

Artificial Intelligence

Random Administrivia. In CMC 306 on Monday for LISP lab

CS:4420 Artificial Intelligence

CS 188: Artificial Intelligence

KI-Programmierung. Introduction

Artificial Intelligence CS365. Amitabha Mukerjee

Introduction to AI. Chapter 1. TB Artificial Intelligence 1/ 23

Course Information. CS 188: Artificial Intelligence. Course Staff. Course Information. Today. Waiting List. Lecture 1: Introduction.

CS 188: Artificial Intelligence. Course Information

22c:145 Artificial Intelligence. Texbook. Bartlett Publishers, Check the class web sites daily!

CSCE 315: Programming Studio

CMSC 372 Artificial Intelligence What is AI? Thinking Like Acting Like Humans Humans Thought Processes Behaviors

Introduction and History of AI

History and Philosophical Underpinnings

Artificial Intelligence. An Introductory Course

CS 188: Artificial Intelligence Fall Course Information

Lecture 1 Introduction to AI

Lecture 1 What is AI?

CSC 550: Introduction to Artificial Intelligence. Fall 2004

Course Information. CS 188: Artificial Intelligence Fall Course Staff. Course Information. Today. Sci-Fi AI? Lecture 1: Introduction 8/25/2011

Cybernetics, AI, Cognitive Science and Computational Neuroscience: Historical Aspects

Welcome to CSC384: Intro to Artificial Intelligence

What's involved in Intelligence?

COMPUTATONAL INTELLIGENCE

Introduction to Artificial Intelligence

CS 480: GAME AI INTRODUCTION TO GAME AI. 4/3/2012 Santiago Ontañón

Plan for the 2nd hour. What is AI. Acting humanly: The Turing test. EDAF70: Applied Artificial Intelligence Agents (Chapter 2 of AIMA)

CSE5001(CS417)/ 高级人工智能 Advanced Artificial Intelligence

Goals of this Course. CSE 473 Artificial Intelligence. AI as Science. AI as Engineering. Dieter Fox Colin Zheng

Artificial Intelligence

What's involved in Intelligence?

Welcome to CSC384: Intro to Artificial MAN.

Elements of Artificial Intelligence and Expert Systems

Artificial Intelligence

CSCI 446: Ar*ficial Intelligence. CSCI 446: Ar*ficial Intelligence Keith Vertanen

ENTRY ARTIFICIAL INTELLIGENCE

AI in Business Enterprises

Computer Science 1400: Part #8: Where We Are: Artificial Intelligence WHAT IS ARTIFICIAL INTELLIGENCE (AI)? AI IN SOCIETY RELATING WITH AI

Overview. Pre AI developments. Birth of AI, early successes. Overwhelming optimism underwhelming results

LECTURE 1: OVERVIEW. CS 4100: Foundations of AI. Instructor: Robert Platt. (some slides from Chris Amato, Magy Seif El-Nasr, and Stacy Marsella)

Appendices master s degree programme Artificial Intelligence

CMSC 471 Spring Introduction. Tim Finin,

Foundations of Artificial Intelligence

Master Artificial Intelligence

1.1 What is AI? 1.1 What is AI? Foundations of Artificial Intelligence. 1.2 Acting Humanly. 1.3 Thinking Humanly. 1.4 Thinking Rationally

CS 188: Artificial Intelligence Fall Administrivia

COS 402 Machine Learning and Artificial Intelligence Fall Lecture 1: Intro

CS343 Introduction to Artificial Intelligence Spring 2012

Introduction to AI. What is Artificial Intelligence?

EARIN Jarosław Arabas Room #223, Electronics Bldg.

Lecture 1 What is AI? EECS 348 Intro to Artificial Intelligence Doug Downey

1/29/18. Chapter Outline. Artificial Intelligence. So you wanna do AI? What is Artificial Intelligence? Chapter 1. Motivations to study AI

Artificial Intelligence 人工智慧. Lecture 1 February 22, 2012 洪國寶

CS 680: GAME AI INTRODUCTION TO GAME AI. 1/9/2012 Santiago Ontañón

ARTIFICIAL INTELLIGENCE

Course Webpage. People. Course Timing/Location. Course Details. Related Course. Introduction to Artificial Intelligence

Lars Schmidt-Thieme, Information Systems and Machine Learning Lab (ISMLL), University of Hildesheim, Germany, Course on Artificial Intelligence,

ARTIFICIAL INTELLIGENCE

Artificial Intelligence. Lecture 1: Introduction. Fall 2010

Transcription:

CS 380: ARTIFICIAL INTELLIGENCE INTRODUCTION Santiago Ontañón so367@drexel.edu

CS 380 Focus: Introduction to AI: basic concepts and algorithms. Topics: What is AI? Problem Solving and Heuristic Search Adversarial Search/Game Playing Knowledge Representation and Logic Natural Language Processing Introduction to Machine Learning

Outline Course Structure Schedule Assignments Introduction to AI

Course Structure: Evaluation Class Attendance and participation: 10% Homework and programming assignments: 50% To be done individually Midterm: 20% Final exam: 20%

Text Book Russell & Norvig 3 rd edition Most likely will be your text book in upcoming AI classes. We ll cover chapters 1 9 and 13,14 (but schedule might change during the quarter)

Outline Course Structure Schedule Assignments Introduction to AI

Class Schedule https://www.cs.drexel.edu/~santi/teaching/2017/cs380/schedule.html Week W1 W2 W3 W4 W5 W6 W7 W8 W9 W10 W11 Topic Introduction Uninformed Search (Problem Solving) Heuristic Search (Problem Solving) Local Search (Problem Solving) Adversarial Search (Game Playing) Knowledge Representation (Logic) Knowledge Representation (Logic) Machine Learning Natural Language Processing Uncertainty Other AI topics Midterm (W6) Final exam (W11)

Outline Course Structure Schedule Assignments Introduction to AI

Homework and Programming Assignments 6 assignments: Friday of week 3 (midnight) Friday of week 5 (midnight) Friday of week 7 (midnight) Friday of week 8 (midnight) Friday of week 10 (midnight) For each assignment, you have to turn in: A PDF document with your answers to any written part (do NOT send us MS Word files!) A ZIP file with the source code of the programming assignment (not RAR, nor any other random compression format) Failure to follow any of these is a ZERO. Late submissions lose 10% per day late.

Homework and Programming Assignments Acceptable languages: C++, Java, Lisp. Assignments MUST run on Tux. Comment your code! We need to understand what you wrote and why, to properly give you credit for what you did

Outline Course Structure Schedule Assignments Introduction to AI

What is Artificial Intelligence?

What is Artificial Intelligence? Origins (John McCarthy 1956): We propose that a 2 month, 10 man study of artificial intelligence be carried out during the summer of 1956 at Dartmouth College in Hanover, New Hampshire. The study is to proceed on the basis of the conjecture that every aspect of learning or any other feature of intelligence can in principle be so precisely described that a machine can be made to simulate it. An attempt will be made to find how to make machines use language, form abstractions and concepts, solve kinds of problems now reserved for humans, and improve themselves. We think that a significant advance can be made in one or more of these problems if a carefully selected group of scientists work on it together for a summer.

What is Artificial Intelligence? Basically: Replicating (human) intelligence in a machine.

What is Artificial Intelligence? Basically: Replicating (human) intelligence in a machine. So, what is intelligence?

What is Artificial Intelligence? Basically: Replicating (human) intelligence in a machine. So, what is intelligence? Hard to define concept. Any definition would be arbitrary: We could list features of intelligence, such as: learning, language, knowledge, reasoning, understanding, etc. But any such list leaves things out. Many have been proposed: If you are curious Google definition intelligence Intelligence is simply a term that we use to describe certain behaviors that we observe in humans and not in other entities.

What is Artificial Intelligence? So, if we cannot define intelligence, then what is AI? How would we recognize it when we achieve it?

What is Artificial Intelligence? So, if we cannot define intelligence, then what is AI? How would we recognize it when we achieve it? Turing Test: An AI system passes the Turing test if it can convince a human that the system is a human. They can only interact via written messages. If you are curious, check: Loebner Prize

What is Artificial Intelligence? In reality, AI is a research field that encompasses research concerning computational techniques to replicate any aspect of intelligence: Automated reasoning Knowledge representation Learning Natural language generation/understanding Problem solving Planning Vision/Perception Action AI draws on the fields of computer science, mathematics, philosophy, economics, psychology, neuroscience, linguistics, or control theory among others.

Brief History of AI 1943 McCulloch & Pitts: Boolean circuit model of the brain 1950s-60s Tremendous progress (early excitement) 1950 Turing s Computing Machinery and Intelligence 1950s Early AI programs (before term existed): Samuel s checkers, Logic Theorist, etc. 1956 Dartmouth meeting: AI is born 1970s The Problems (AI winter): 1980s 1990s 2000s Computational Complexity Common Sense The Frame Problem Expert Systems Boom Soon after, Expert Systems burst (second AI winter) Probability, Agents (neural networks are back) Human-level AI back in the agenda

What can AI do nowadays? (from Russell & Norvig) Play Ping Pong?

What can AI do nowadays? (from Russell & Norvig) Play Ping Pong? Autonomously drive a car?

What can AI do nowadays? (from Russell & Norvig) Play Ping Pong? Autonomously drive a car? Play Soccer?

What can AI do nowadays? (from Russell & Norvig) Play Ping Pong? Autonomously drive a car? Play Soccer? Play Chess/Go? ALMOST

What can AI do nowadays? (from Russell & Norvig) Play Ping Pong? Autonomously drive a car? Play Soccer? Play Chess/Go? Accurately translate a text? ALMOST

What can AI do nowadays? (from Russell & Norvig) Play Ping Pong? Autonomously drive a car? Play Soccer? Play Chess/Go? Accurately translate a text? Design and carry out biology research? ALMOST ALMOST

What can AI do nowadays? (from Russell & Norvig) Play Ping Pong? Autonomously drive a car? Play Soccer? Play Chess/Go? Accurately translate a text? Design and carry out biology research? Have a conversation? ALMOST ALMOST

What can AI do nowadays? (from Russell & Norvig) Play Ping Pong? Autonomously drive a car? Play Soccer? Play Chess/Go? Accurately translate a text? Design and carry out biology research? Have a conversation? Understand an image? ALMOST ALMOST NO

What can AI do nowadays? (from Russell & Norvig) Play Ping Pong? Autonomously drive a car? Play Soccer? Play Chess/Go? Accurately translate a text? Design and carry out biology research? Have a conversation? Understand an image? Play Jeopardy better than humans? ALMOST ALMOST NO KIND OF

What can AI do nowadays? (from Russell & Norvig) Play Ping Pong? Autonomously drive a car? Play Soccer? Play Chess/Go? Accurately translate a text? Design and carry out biology research? Have a conversation? Understand an image? Play Jeopardy better than humans? ALMOST ALMOST NO KIND OF

Next Class Intelligent Agents