Artificial Intelligence

Similar documents
Artificial Intelligence

CSE 473 Artificial Intelligence (AI) Outline

ENTRY ARTIFICIAL INTELLIGENCE

CSCE 315: Programming Studio

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

CSE 473 Artificial Intelligence (AI)

Lecture 1 What is AI?

Application Areas of AI Artificial intelligence is divided into different branches which are mentioned below:

Artificial Intelligence

The Intelligent Computer. Winston, Chapter 1

Dr Rong Qu History of AI

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

How to AI COGS 105. Traditional Rule Concept. if (wus=="hi") { was = "hi back to ya"; }

CS360: AI & Robotics. TTh 9:25 am - 10:40 am. Shereen Khoja 8/29/03 CS360 AI & Robotics 1

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

2018 Avanade Inc. All Rights Reserved.

COMP219: Artificial Intelligence. Lecture 2: AI Problems and Applications

Artificial Intelligence

Introduction & Statement of the Problem

Unit 7: Early AI hits a brick wall

Artificial Intelligence. What is AI?

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

CSC 242 Artificial Intelligence. Henry Kautz Spring 2014

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

CS344: Introduction to Artificial Intelligence (associated lab: CS386)

CMSC 372 Artificial Intelligence. Fall Administrivia

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

CS6700: The Emergence of Intelligent Machines. Prof. Carla Gomes Prof. Bart Selman Cornell University

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

AI MAGAZINE AMER ASSOC ARTIFICIAL INTELL UNITED STATES English ANNALS OF MATHEMATICS AND ARTIFICIAL

Artificial Intelligence

Artificial Intelligence

Random Administrivia. In CMC 306 on Monday for LISP lab

Artificial Intelligence

Lecture 1 What is AI?

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

KI-Programmierung. Introduction

Big Intelligence : Towards Intelligent Computing System in the 21 st Century

COMPUTATONAL INTELLIGENCE

Introduction to Artificial Intelligence

Philosophy. AI Slides (5e) c Lin

The Impact of Artificial Intelligence. By: Steven Williamson

Appendices master s degree programme Artificial Intelligence

Introduction to Artificial Intelligence: cs580

Master Artificial Intelligence

This tutorial is prepared for the students at beginner level who aspire to learn Artificial Intelligence.

ARTIFICIAL INTELLIGENCE

Introduction to Artificial Intelligence. Department of Electronic Engineering 2k10 Session - Artificial Intelligence

HUMAN-LEVEL ARTIFICIAL INTELIGENCE & COGNITIVE SCIENCE

CPS 270: Artificial Intelligence Introduction

The attribution problem in Cognitive Science. Thinking Meat?! Formal Systems. Formal Systems have a history

ARTIFICIAL INTELLIGENCE

Artificial Intelligence for Engineers. EE 562 Winter 2015

AI and Cognitive Science Trajectories: Parallel but diverging paths? Ken Forbus Northwestern University

Introduction to Artificial Intelligence

CSC 550: Introduction to Artificial Intelligence. Fall 2004

Outline. Introduction to AI. Artificial Intelligence. What is an AI? What is an AI? Agents Environments

Artificial Intelligence. Vertiefungsmodul Astrobiology: Panspermie und Terraforming von (Exo-)Planeten WS 13/14 Mag. Christian Grundner

This list supersedes the one published in the November 2002 issue of CR.

Logic Programming. Dr. : Mohamed Mostafa

Digital image processing vs. computer vision Higher-level anchoring

Philosophical Foundations. Artificial Intelligence Santa Clara University 2016

Philosophical Foundations

mywbut.com Introduction to AI

CE213 Artificial Intelligence Lecture 1

Our 2-course meal for this evening

What's involved in Intelligence?

Transforming while performing Deep Dive: Artificial Intelligence. Hype or not?

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

Artificial Intelligence: An overview

What is AI? AI is the reproduction of human reasoning and intelligent behavior by computational methods. an attempt of. Intelligent behavior Computer

Intro to Artificial Intelligence Lecture 1. Ahmed Sallam { }

Artificial Intelligence

CS5331: Concepts in Artificial Intelligence & Machine Learning systems. Rattikorn Hewett

Artificial Intelligence

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

Artificial Intelligence. An Introductory Course

AI in Business Enterprises

Artificial Intelligence

Proposers Day Workshop

CSIS 4463: Artificial Intelligence. Introduction: Chapter 1

Artificial Intelligence

Introduction To Computer Science

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

AI in QA in AI. AI in QA in AI. AI in QA in AI. Sami Kaltala Head of Quality Assurance Symbio Europe

Introduction to AI. What is Artificial Intelligence?

What's involved in Intelligence?

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

Artificial Intelligence

Synergies Between Symbolic and Sub-symbolic Artificial Intelligence

CS 380: ARTIFICIAL INTELLIGENCE

- Basics of informatics - Computer network - Software engineering - Intelligent media processing - Human interface. Professor. Professor.

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

Service Robots in an Intelligent House

Artificial Intelligence. Berlin Chen 2004

CS 486/686 Artificial Intelligence

Classroom Konnect. Artificial Intelligence and Machine Learning

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

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

Artificial Intelligence (AI) Artificial Intelligent definition, vision, reality and consequences. 1. What is AI, definition and use today?

Transcription:

Introduction to Artificial Intelligence Christian Jacob Department of Computer Science University of Calgary

What is AI? How does the human brain work? What is intelligence? How do we emulate the human brain? How do we create intelligence? Who cares? Let s do some cool and useful stuff!

How do we classify research as AI? Does it investigate the brain? Does it investigate intelligence? Does it emulate the brain? Is it intelligent? If we don t know how it works, then it s AI. When we find out how it works, it s not AI anymore

Intelligence The ability to learn and to cope. The ability to contemplate, think, and reason. Synonyms: Brain, brainpower, mentality, mother wit, sense, wit Related: Acumen, discernment, insight, judgment, perspicacity, sagacity, wisdom

Intelligence Turing Test: : A human communicates with a computer via a teletype. If the human can t tell he is talking to a computer or another human, it passes. Natural language processing knowledge representation automated reasoning machine learning Add vision and robotics to get the total Turing test.

Weak and Strong AI Claims Weak AI: Machines can be made to act as if they were intelligent. Strong AI: Machines that act intelligently have real, conscious minds.

Approaches to AI Searching Learning From Natural to Artificial Systems Knowledge Representation and Reasoning Expert Systems and Planning Communication, Perception, Action

Search All AI is search Game theory Problem spaces Every problem is a feature space of all possible (successful or unsuccessful) solutions. The trick is to find an efficient search strategy.

Search: Game Theory 9!+1 = 362,880

Approaches to AI Searching Learning From Natural to Artificial Systems Knowledge Representation and Reasoning Expert Systems and Planning Communication, Perception, Action

Learning Explanation Discovery Data Mining No Explanation Neural Nets Case Based Reasoning

Learning: Explanation Cases to rules

Learning: No Explanation Neural nets

Approaches to AI Searching Learning From Natural to Artificial Systems Knowledge Representation and Reasoning Expert Systems and Planning Communication, Perception, Action

Approaches to AI Searching Learning From Natural to Artificial Systems Knowledge Representation and Reasoning Expert Systems and Planning Communication, Perception, Action

Rule-Based Systems Logic Languages Prolog, Lisp Knowledge bases Inference engines

Rule-Based Languages: Prolog Father(abraham, isaac). Father(haran, lot). Father(haran, milcah). Father(haran, yiscah). Male(isaac). Male(lot). Female(milcah). Female(yiscah). Son(X,Y) Father(Y,X), Male(X). Daughter(X,Y) Father(Y,X), Female(X). Son(lot, haran)?

Rule Based Systems KRS

Approaches to AI Searching Learning From Natural to Artificial Systems Knowledge Representation and Reasoning Expert Systems and Planning Communication, Perception, Action

Approaches to AI Searching Learning From Natural to Artificial Systems Knowledge Representation and Reasoning Expert Systems and Planning Communication, Perception, Action

Ability-Based Areas Computer vision Natural language recognition Natural language generation Speech recognition Speech generation Robotics

Natural Language: Translation The flesh is weak, but the spirit is strong Translate to Russian Translate back to English The food was lousy, but the vodka was great!

Natural Language Recognition OBJ GOLD: X Semantics PERSON: Joe REPT TRANSACTION AGNT PERSON: Fred Context sentence w VP NP VP Syntax VP NP NP pronoun n verb pronoun d article noun Words You give me the gold Audio

What is Intelligence? Replacing the brain?

How far have we got? Our best systems have the intelligence of a frog

What is Artificial Intelligence? We will find out