What is AI…? Dr. Simon Colton Computational Bioinformatics Laboratory Department of Computing Imperial College, London.

Slides:



Advertisements
Similar presentations
Approaches, Tools, and Applications Islam A. El-Shaarawy Shoubra Faculty of Eng.
Advertisements

Artificial Intelligence 1. Characterisations of AI Course V231 Department of Computing Imperial College, London © Simon Colton.
Artificial Intelligence 0. Course Overview Course V231 Department of Computing Imperial College, London © Simon Colton.
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
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.
1 Project Ideas in Computer Science Keld Helsgaun.
ICS 101 Fall 2011 Introduction to Artificial Intelligence Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa.
Theories of Mind: An Introduction to Cognitive Science Jay Friedenberg Gordon Silverman.
Overview and History of Cognitive Science. How do minds work? What would an answer to this question look like? What is a mind? What is intelligence? How.
COMP 3009 Introduction to AI Dr Eleni Mangina
CSE 471/598,CBS598 Introduction to Artificial Intelligence Fall 2004
Artificial Intelligence 1. Characterisations of AI Course Lecturer : Sukchatri PRASOMSUK University of Phayao, ICT Slide by © Simon Colton Department.
Artificial Intelligence
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 Artificial intelligence (AI) is the intelligence exhibited by machines or software. It is an academic field of study which studies.
Artificial Intelligence
THEORIES OF MIND: AN INTRODUCTION TO COGNITIVE SCIENCE Jay Friedenberg and Gordon Silverman.
Introduction to AI, H. Feili 1 Introduction to Artificial Intelligence LECTURE 1: Introduction What is AI? Foundations of AI The.
C463 / B551 Artificial Intelligence Dana Vrajitoru Introduction.
ARTIFICIAL INTELLIGENCE Introduction: Chapter 1. Outline Course overview What is AI? A brief history The state of the art.
Ch1 AI: History and Applications Dr. Bernard Chen Ph.D. University of Central Arkansas Spring 2011.
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.
THE NEW ERA OF LIFE. Introduction: Artificial Intelligence (AI) is the area of computer science focusing on creating machines that can engage on behaviors.
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
Introduction (Chapter 1) CPSC 386 Artificial Intelligence Ellen Walker Hiram College.
Introduction: Chapter 1
Lecture 1 Note: Some slides and/or pictures are adapted from Lecture slides / Books of Dr Zafar Alvi. Text Book - Aritificial Intelligence Illuminated.
Artificial Intelligence at Imperial Dr. Simon Colton Computational Bioinformatics Laboratory Department of Computing.
Artificial Intelligence 19. Exam Questions Course V231 Department of Computing Imperial College © Simon Colton.
Artificial Intelligence: An Introduction Definition of AI Foundations of AI History of AI Advanced Techniques.
10/3/2015 ARTIFICIAL INTELLIGENCE Russell and Norvig ARTIFICIAL INTELLIGENCE: A Modern Approach.
CSC4444: Artificial Intelligence Fall 2011 Dr. Jianhua Chen Slides adapted from those on the textbook website.
What is AI:-  Ai is the science of making machine do things that would requires intelligence.  Computers with the ability to mimic or duplicate the.
If the human brain were so simple that we could understand it, we would be so simple that we couldn't. —Emerson M. Pugh.
Psy Introduction1 Introduction Psychology 612.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
CNS 4470 Artificial Intelligence. What is AI? No really what is it? No really what is it?
1 Artificial Intelligence Introduction. 2 What is AI? Various definitions: Building intelligent entities. Getting computers to do tasks which require.
Artificial Intelligence Course Overview Course By Sukchatri PRASOMSUK University of Phayao, ICT.
The Mind of the Machine: Artificial Intelligence? Paul Curzon Queen Mary, University of London Created by Peter McOwan and Paul Curzon of Queen Mary,
Artificial Intelligence: The Cyber Art of Being Alive Jerry B. Weinberg Associate Professor Department of Computer Science.
I Robot.
1 Introduction to Artificial Intelligence (Lecture 1)
Due Monday Read chapter 2 Homework: –Chapter 1, exercises –Answer each in 100 words or less. Send to from your preferred.
Lecture 1: Introduction Heshaam Faili University of Tehran What is AI? Foundations of AI The History of AI State of the Art.
The Dream of an Intelligent Machine Hans W. Guesgen Computer Science Department.
Introduction to Artificial Intelligence CS 438 Spring 2008.
Cognitive Psychology. Overview What is Cognitive Psychology? Study of HOW the mind works, not WHY we do what we do Focuses on the day-to-day functions.
What is Artificial Intelligence?
FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
Artificial Intelligence: Research and Collaborative Possibilities a presentation by: Dr. Ernest L. McDuffie, Assistant Professor Department of Computer.
Presented by:- Reema Tariq Artificial Intelligence.
Introduction to Artificial Intelligence
Artificial Intelligence: The CyberArt of Being Human Jerry B. Weinberg Assistant Professor Department of Computer Science And Occasional Futurist.
What is cognitive psychology?
CSC 290 Introduction to Artificial Intelligence
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Chapter 11: Artificial Intelligence
Artificial Intelligence 1. Characterisations of AI
Artificial Intelligence introduction(2)
Artificial Intelligence Lecture 2: Foundation of Artificial Intelligence By: Nur Uddin, Ph.D.
Artificial Intelligence 0. Course Overview
Dr. Unnikrishnan P.C. Professor, EEE
What is AI?.
AI and Agents CS 171/271 (Chapters 1 and 2)
Future of Artificial Intelligence
CS 404 Artificial Intelligence
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Presentation transcript:

What is AI…? Dr. Simon Colton Computational Bioinformatics Laboratory Department of Computing Imperial College, London

What isn’t Artificial Intelligence AI in PopSci books and the Media Kevin “March of the Machines” Warwick –Robots will take over the Earth Roger “Emperors New Mind” Penrose –Computers will never be intelligent

What isn’t AI Mark “The Human Computer” Jeffery –Computers will evolve to be human Ray “ The Age of Spiritual Machines ” Kurzweil –Humans will evolve to be computers ?

Two Restricted Views of AI As a tool to study (human) intelligence –Just the latest part of the philosophers toolbox –Mostly scientific As a set of methods for solving problems –Which take intelligence to solve in humans –Mostly technological In reality, AI encompasses both of these –Part science, part technology

Two Characterisations of AI “What problem do I have?” “How on earth can I get my machine to do clever things?”

Characterisation by Problem If you know the type of problem –There are established techniques to use Some problems you may want solving: –Translating, proving, learning, optimising, … –Seeing, hearing, speaking, moving, … This is how AI is usually taught –And how subjects are arranged in textbooks

Considerations for Problem Solving How to specify the problem –So the computer knows when it’s done How to represent solutions –Representation, representation, representation –Symbolic and non-symbolic How to search for solutions –Calculation, simple search, rules of thumb

An Example: Computer Maths Would you do this by hand if you had a calculator: * 98765? –If we can get a computer to do it, Then it’s extremely reliable Computers do more complicated maths: e.g., 17 < x < 19, 15 < x+y < 20, 13 < y-x < 17 And can beat humans sometimes: –I wanted to prove, that, in ring theory: (all x, (x+x = x*x))  (all w x (((w*w)*x)*(w*w)) = id) –I couldn’t prove this, but Otter could!

A Nicer Characterisation As answers to: –“How can I get my machine to be clever” Seven answers over the years: –Use logic –Use introspection –Use brains –Use evolution –Use the physical world –Use society –Use ridiculously fast computers

Elementary, my dear Watson Logical approach –Idea: represent and reason “It’s how we wish we solved problems… –Just like Sherlock” Very well respected –Established 3000 years of development –Techniques for reasoning Deduction & induction –Programming languages

Introspection Logic has limits –Combinatorial explosion “Maybe we’re not logical –But we are intelligent” Use introspection –Can be highly effective –Can be problematic Heuristic search –Using rules of thumb to guide the solving process

BrainWare “Maybe we don’t know our psychology –But it’s our brains which do the intelligent stuff” And we do know –Some neuroscience Idea is to build: –Artificial Neural Networks –Simulate neurons firing Networks configuring themselves Mostly used for prediction –E.g., stock markets (badly)

Evolve or Perish “Our brains give us our smarts, –But what gave us our brains?” Idea: evolve programs –Simulate reproduction and survival of fittest Problem Solving: –Genetic algorithms (parameters) –Genetic programming (program) Artificial Life –Can we evolve “living” things

The More the Merrier “We live and work in societies –Each of us has a job to do” Idea to simulate society –Autonomous agents Each has a subtask –Together solve the problem Agencies have structure Agents can –compete, co-operate, haggle, argue, …

The Harsh Realities of Life “But we evolved intelligence for a reason” Idea: get robots to do simple things in the physical world –Dynamic & dangerous From survival abilities –Intelligence will evolve Standing up is much more intelligent than –Translating French to German –In Evolutionary terms

Brute Force “Let’s stop being so clever and use computers to their full” –Processor/memory gains have been enormous Can solve problems in “stupid” ways –Relying on brute force The Deep Blue way –Little harsh on IBM

An Example: RHINO Robotic museum tour guide –Robot + computers –And worried researchers Who didn’t intervene Highly successful –18.6 kilometres, 47 hours –50% attendance rise –1 tiny mistake No breakage/injury Great science –Using many approaches –Won best paper award

Where is AI? In industry – see Rob’s talk In education – see Andrew’s talk In research –Computing, psychology, philosophy, –Cognitive science, linguistics, biology, –Mathematics, physics, … Artificial Intelligence does not class itself as simply a subset of computing

Some Aspirations “Big” AI –Building of human-level intelligence into robots like Lieutenant Commander Data “Small” AI –Get computers to undertake some intelligent tasks –Mostly problem solving –But sometime more creative “artefact generation” Painting pictures, composing melodies, writing poems, … –This is what most of us do

Computers can Create Produced by the NeVar system © Machedo Uses Genetic Programming Evolve the program to draw these Evolutionary Art is very big

Resources… This is meant to stimulate questions