SlideShare una empresa de Scribd logo
1 de 53
Artificial Intelligence Introduction Chapter 1, AIMA
What you’ll learn from this course ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],An overview course
Course structure ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Course web page ,[object Object],[object Object],[object Object]
 
What is done in AI? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The ”pong” video arcade game 0 0 First public in 1972. The computer  moves by calculating where the ball will cross the goal line and  move the paddle there. Depending on difficulty, it sometimes does not move fast enough or moves  to the wrong spot with some probability.
 
 
Games: Chess & IBM deep blue ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Deep Blue is “brute force”. Humans (probably) play chess differently... http://www.research.ibm.com/deepblue/meet/html/d.3.html
Games: Chess & IBM deep blue ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Deep Blue is “brute force”. Humans (probably) play chess differently... http://www.research.ibm.com/deepblue/meet/html/d.3.html Note: in 1957, AI researchers thought that computers would beat the world chess champion within 10 years.
Do humans play chess differently? ,[object Object],[object Object],[object Object],Check out ”How HAL plays chess:  http://mitpress.mit.edu/e-books/Hal/chap5/five1.html
An early chess machine ,[object Object],[object Object],[object Object],[object Object],See  http://web.onetel.net.uk/~johnrampling/turk.html
An early chess machine ,[object Object],[object Object],[object Object],[object Object],E. A. Poe: ”  The Automaton does not invariably win the  game. Were the machine a pure machine this would not  be the case – it would always win”  (This is speculation)
TD-Gammon ,[object Object],[object Object],[object Object],TD-Gammon is an example of  machine learning . It plays itself and adapts its “rules” after each game depending on wins/losses. http://satirist.org/learn-game/systems/gammon/
Black & White
Black & White AI in creatures Symbolic attribute-value pairs Decision trees Neural Networks
Handwriting recognition: Apple Newton ,[object Object],[object Object],[object Object],[object Object],[object Object]
Handwriting rec.: MS TabletPC ,[object Object]
HCI: COG & Kismet COG Kismet What is Kismet (soft) ? What is Kismet (hard) ? Kismet & Rich
Navigating: Mars Autonomy Project http://www.frc.ri.cmu.edu/projects/mars/dstar.html Project at Carnegie Mellon, Pittsburgh Project at JPL, Pasadena
Navigating: Under water McGill Aqua project
Autonomous driving on earth Stanley: The first car to finish ”the grand challenge”. Autonomous driving 350 km in the desert. It took 6 hrs and 54 min, with an average speed of about 50 km/h Stanford-group, lead by Prof. Sebastian Thrun.
Next: Urban Challenge ,[object Object],[object Object],[object Object],[object Object]
Navigating: Vacuum cleaners How do you guarantee that the vacuum cleaner doesn’t get stuck and that it  cleans the entire floor? Small programs ~ 256 B
Navigating: helping elderly
Navigating: Waiters??
Navigating: Web search ,[object Object],[object Object]
DARPA Military planning http://www.rl.af.mil/div/IFT/IFTB/arpi/arpi.html “ DARPA reported that an AI-based logistics planning tool, DART, pressed into service for operations  Desert Shield and Desert Storm, completely repaid its three decades of investment in AI research.“ D.L. Waltz, NEC Institute
Scientific American January 2007
Robots at home World Robotics Report 2004 & 2006 Robots in the homes Lawn mowers & vacuum cl. Toys
Computers...
...become cheaper and cheaper Computer memory becomes cheaper at a similar rate; half as expensive in two years. A ”MIPS” becomes  1,000,000 cheaper in 40 years. About half the price in one year. (1 MIPS = 1 million ”instructions” per second) Image from Moravec
What is AI? ,[object Object],[object Object],[object Object],[object Object],[object Object]
What is AI? “ The branch of computer science that is concerned with the automation of intelligent behavior.” Luger, 2002   “ The art of creating machines that perform functions that require intelligence when performed by people.” Kurzweil, 1990 “ The study of mental faculties through the use of computational models” Charniak & McDermott, 1985 “ [The automation of] activities that we associate with human thinking…” Bellman, 1978
What is AI? “ The branch of computer science that is concerned with the automation of intelligent behavior.” Luger, 2002   “ The art of creating machines that perform functions that require intelligence when performed by people.” Kurzweil, 1990 “ The study of mental faculties through the use of computational models” Charniak & McDermott, 1985 “ [The automation of] activities that we associate with human thinking…” Bellman, 1978 Thinking like a human
What is AI? “ The branch of computer science that is concerned with the automation of intelligent behavior.” Luger, 2002   “ The art of creating machines that perform functions that require intelligence when performed by people.” Kurzweil, 1990 “ The study of mental faculties through the use of computational models” Charniak & McDermott, 1985 Thinking rationally “ [The automation of] activities that we associate with human thinking…” Bellman, 1978 Thinking like a human
What is AI? “ The branch of computer science that is concerned with the automation of intelligent behavior.” Luger, 2002   “ The art of creating machines that perform functions that require intelligence when performed by people.” Kurzweil, 1990 Acting like a human “ The study of mental faculties through the use of computational models” Charniak & McDermott, 1985 Thinking rationally “ [The automation of] activities that we associate with human thinking…” Bellman, 1978 Thinking like a human
What is AI? “ The branch of computer science that is concerned with the automation of intelligent behavior.” Luger, 2002   Acting rationally “ The art of creating machines that perform functions that require intelligence when performed by people.” Kurzweil, 1990 Acting like a human “ The study of mental faculties through the use of computational models” Charniak & McDermott, 1985 Thinking rationally “ [The automation of] activities that we associate with human thinking…” Bellman, 1978 Thinking like a human
What is AI? “ The branch of computer science that is concerned with the automation of intelligent behavior.” Luger, 2002   Acting rationally “ The art of creating machines that perform functions that require intelligence when performed by people.” Kurzweil, 1990 Acting like a human “ The study of mental faculties through the use of computational models” Charniak & McDermott, 1985 Thinking rationally “ [The automation of] activities that we associate with human thinking…” Bellman, 1978 Thinking like a human
The Turing test – acting like a human ,[object Object],[object Object],©  B.J. Copeland 2000
The Turing test provides... ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Problems with Turing test ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Chat bots... Clip from New Scientist, March 11, 2006
Applied AI – the 20 questions game ,[object Object]
AI as ”rational agent” ,[object Object],[object Object],[object Object]
Fundamental issues in AI ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Some discussion ,[object Object],[object Object],[object Object],[object Object]
Some discussion ,[object Object],[object Object],[object Object],[object Object]
Some discussion ,[object Object],[object Object],[object Object],[object Object]
Some discussion ,[object Object],[object Object],[object Object],[object Object]
More discussion ,[object Object],[object Object]
More discussion ,[object Object],[object Object],[object Object]

Más contenido relacionado

La actualidad más candente

Artificial intelegence semifinal round (3rd rank)
Artificial intelegence semifinal round (3rd rank)Artificial intelegence semifinal round (3rd rank)
Artificial intelegence semifinal round (3rd rank)Hîmãlåy Làdhä
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence PresentationAdarsh Pathak
 
Artificial intelligence and Creativity
Artificial intelligence and CreativityArtificial intelligence and Creativity
Artificial intelligence and CreativityLuís Gustavo Martins
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceGirish Naik
 
Creative AI & multimodality: looking ahead
Creative AI & multimodality: looking aheadCreative AI & multimodality: looking ahead
Creative AI & multimodality: looking aheadRoelof Pieters
 
Artificial intelligence ppt
Artificial intelligence pptArtificial intelligence ppt
Artificial intelligence pptDikshaSharma391
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceNimesh_parmar
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceDhrumil Shah
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence pramiidhaaavula
 
Artificial Intelligence & Robotics
Artificial Intelligence & RoboticsArtificial Intelligence & Robotics
Artificial Intelligence & RoboticsBiswajit Pratihari
 
Artificial intelligence- The science of intelligent programs
Artificial intelligence- The science of intelligent programsArtificial intelligence- The science of intelligent programs
Artificial intelligence- The science of intelligent programsDerak Davis
 
A Seminar Report on Artificial Intelligence
A Seminar Report on Artificial IntelligenceA Seminar Report on Artificial Intelligence
A Seminar Report on Artificial IntelligenceAvinash Kumar
 
HISTORY OF ARTIFICIAL INTELLIGENCE
HISTORY OF ARTIFICIAL INTELLIGENCEHISTORY OF ARTIFICIAL INTELLIGENCE
HISTORY OF ARTIFICIAL INTELLIGENCESohiniGuha7
 
Introduction To Artificial Intelligence PowerPoint Presentation Slides
Introduction To Artificial Intelligence PowerPoint Presentation SlidesIntroduction To Artificial Intelligence PowerPoint Presentation Slides
Introduction To Artificial Intelligence PowerPoint Presentation SlidesSlideTeam
 

La actualidad más candente (20)

Artificial intelegence semifinal round (3rd rank)
Artificial intelegence semifinal round (3rd rank)Artificial intelegence semifinal round (3rd rank)
Artificial intelegence semifinal round (3rd rank)
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentation
 
Artificial intelligence and Creativity
Artificial intelligence and CreativityArtificial intelligence and Creativity
Artificial intelligence and Creativity
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Creative AI & multimodality: looking ahead
Creative AI & multimodality: looking aheadCreative AI & multimodality: looking ahead
Creative AI & multimodality: looking ahead
 
Artificial intelligence ppt
Artificial intelligence pptArtificial intelligence ppt
Artificial intelligence ppt
 
Artificial Intellegence
Artificial IntellegenceArtificial Intellegence
Artificial Intellegence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence
 
Artificial inteligence
Artificial inteligenceArtificial inteligence
Artificial inteligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial Intelligence & Robotics
Artificial Intelligence & RoboticsArtificial Intelligence & Robotics
Artificial Intelligence & Robotics
 
Introduction to Artificial Intelligence and few examples
Introduction to Artificial Intelligence and few examplesIntroduction to Artificial Intelligence and few examples
Introduction to Artificial Intelligence and few examples
 
Artificial intelligence- The science of intelligent programs
Artificial intelligence- The science of intelligent programsArtificial intelligence- The science of intelligent programs
Artificial intelligence- The science of intelligent programs
 
A Seminar Report on Artificial Intelligence
A Seminar Report on Artificial IntelligenceA Seminar Report on Artificial Intelligence
A Seminar Report on Artificial Intelligence
 
HISTORY OF ARTIFICIAL INTELLIGENCE
HISTORY OF ARTIFICIAL INTELLIGENCEHISTORY OF ARTIFICIAL INTELLIGENCE
HISTORY OF ARTIFICIAL INTELLIGENCE
 
Introduction To Artificial Intelligence PowerPoint Presentation Slides
Introduction To Artificial Intelligence PowerPoint Presentation SlidesIntroduction To Artificial Intelligence PowerPoint Presentation Slides
Introduction To Artificial Intelligence PowerPoint Presentation Slides
 

Destacado

Lecture1 AI1 Introduction to artificial intelligence
Lecture1 AI1 Introduction to artificial intelligenceLecture1 AI1 Introduction to artificial intelligence
Lecture1 AI1 Introduction to artificial intelligenceAlbert Orriols-Puig
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial IntelligenceMis Tribus
 
AI: Introduction to artificial intelligence
AI: Introduction to artificial intelligenceAI: Introduction to artificial intelligence
AI: Introduction to artificial intelligenceDataminingTools Inc
 
Introduction to .net framework
Introduction to .net frameworkIntroduction to .net framework
Introduction to .net frameworkArun Prasad
 
Introduction To Software Quality Assurance
Introduction To Software Quality AssuranceIntroduction To Software Quality Assurance
Introduction To Software Quality Assuranceruth_reategui
 

Destacado (7)

Lecture1 AI1 Introduction to artificial intelligence
Lecture1 AI1 Introduction to artificial intelligenceLecture1 AI1 Introduction to artificial intelligence
Lecture1 AI1 Introduction to artificial intelligence
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial Intelligence
 
01 introduction
01 introduction01 introduction
01 introduction
 
AI: Introduction to artificial intelligence
AI: Introduction to artificial intelligenceAI: Introduction to artificial intelligence
AI: Introduction to artificial intelligence
 
Introduction to .net framework
Introduction to .net frameworkIntroduction to .net framework
Introduction to .net framework
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Introduction To Software Quality Assurance
Introduction To Software Quality AssuranceIntroduction To Software Quality Assurance
Introduction To Software Quality Assurance
 

Similar a Artificial Intelligence Introduction Chapter 1, AIMA

Sp14 cs188 lecture 1 - introduction
Sp14 cs188 lecture 1  - introductionSp14 cs188 lecture 1  - introduction
Sp14 cs188 lecture 1 - introductionAmer Noureddin
 
Intro to artificial intelligence
Intro to artificial intelligence Intro to artificial intelligence
Intro to artificial intelligence ankit yadav
 
An Incomplete Introduction to Artificial Intelligence
An Incomplete Introduction to Artificial IntelligenceAn Incomplete Introduction to Artificial Intelligence
An Incomplete Introduction to Artificial IntelligenceSteven Beeckman
 
Empowering makers in the cognitive era 20161202 v4
Empowering makers in the cognitive era 20161202 v4Empowering makers in the cognitive era 20161202 v4
Empowering makers in the cognitive era 20161202 v4ISSIP
 
Empowering makers in the cognitive era 20161203 v5
Empowering makers in the cognitive era 20161203 v5Empowering makers in the cognitive era 20161203 v5
Empowering makers in the cognitive era 20161203 v5ISSIP
 
Empowering makers in the cognitive era
Empowering makers in the cognitive eraEmpowering makers in the cognitive era
Empowering makers in the cognitive eraChristian Eggenberger
 
Empowering makers in the cognitive era 20161201 v3
Empowering makers in the cognitive era 20161201 v3Empowering makers in the cognitive era 20161201 v3
Empowering makers in the cognitive era 20161201 v3ISSIP
 
object oriented-programming
object oriented-programmingobject oriented-programming
object oriented-programmingRajendran
 
"Methods for Understanding How Deep Neural Networks Work," a Presentation fro...
"Methods for Understanding How Deep Neural Networks Work," a Presentation fro..."Methods for Understanding How Deep Neural Networks Work," a Presentation fro...
"Methods for Understanding How Deep Neural Networks Work," a Presentation fro...Edge AI and Vision Alliance
 
Artificial Intelligence and its application
Artificial Intelligence and its applicationArtificial Intelligence and its application
Artificial Intelligence and its applicationFELICIALILIANJ
 
AI_Sher Singh Shekhawat.pdf
AI_Sher Singh Shekhawat.pdfAI_Sher Singh Shekhawat.pdf
AI_Sher Singh Shekhawat.pdfAjayrewaria1
 
Artificial Intelligence (AI)
Artificial Intelligence (AI)Artificial Intelligence (AI)
Artificial Intelligence (AI)Nafis Zaman
 
Rise of the Hacking Machines
Rise of the Hacking MachinesRise of the Hacking Machines
Rise of the Hacking MachinesPriyanka Aash
 
Y conf talk - Andrej Karpathy
Y conf talk - Andrej KarpathyY conf talk - Andrej Karpathy
Y conf talk - Andrej KarpathySze Siong Teo
 
MEIS 2015 : A Multilayered Model for Artificial Intelligence of Game Characte...
MEIS 2015 : A Multilayered Model for Artificial Intelligence of Game Characte...MEIS 2015 : A Multilayered Model for Artificial Intelligence of Game Characte...
MEIS 2015 : A Multilayered Model for Artificial Intelligence of Game Characte...Youichiro Miyake
 
Elements of AI Luxembourg - session 2
Elements of AI Luxembourg - session 2Elements of AI Luxembourg - session 2
Elements of AI Luxembourg - session 2Jeremie Dauphin
 

Similar a Artificial Intelligence Introduction Chapter 1, AIMA (20)

Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Sp14 cs188 lecture 1 - introduction
Sp14 cs188 lecture 1  - introductionSp14 cs188 lecture 1  - introduction
Sp14 cs188 lecture 1 - introduction
 
Intro to artificial intelligence
Intro to artificial intelligence Intro to artificial intelligence
Intro to artificial intelligence
 
An Incomplete Introduction to Artificial Intelligence
An Incomplete Introduction to Artificial IntelligenceAn Incomplete Introduction to Artificial Intelligence
An Incomplete Introduction to Artificial Intelligence
 
Empowering makers in the cognitive era
Empowering makers in the cognitive eraEmpowering makers in the cognitive era
Empowering makers in the cognitive era
 
Empowering makers in the cognitive era 20161202 v4
Empowering makers in the cognitive era 20161202 v4Empowering makers in the cognitive era 20161202 v4
Empowering makers in the cognitive era 20161202 v4
 
Empowering makers in the cognitive era 20161203 v5
Empowering makers in the cognitive era 20161203 v5Empowering makers in the cognitive era 20161203 v5
Empowering makers in the cognitive era 20161203 v5
 
Empowering makers in the cognitive era
Empowering makers in the cognitive eraEmpowering makers in the cognitive era
Empowering makers in the cognitive era
 
Empowering makers in the cognitive era 20161201 v3
Empowering makers in the cognitive era 20161201 v3Empowering makers in the cognitive era 20161201 v3
Empowering makers in the cognitive era 20161201 v3
 
object oriented-programming
object oriented-programmingobject oriented-programming
object oriented-programming
 
"Methods for Understanding How Deep Neural Networks Work," a Presentation fro...
"Methods for Understanding How Deep Neural Networks Work," a Presentation fro..."Methods for Understanding How Deep Neural Networks Work," a Presentation fro...
"Methods for Understanding How Deep Neural Networks Work," a Presentation fro...
 
Artificial Intelligence and its application
Artificial Intelligence and its applicationArtificial Intelligence and its application
Artificial Intelligence and its application
 
AI_Sher Singh Shekhawat.pdf
AI_Sher Singh Shekhawat.pdfAI_Sher Singh Shekhawat.pdf
AI_Sher Singh Shekhawat.pdf
 
Artificial Intelligence (AI)
Artificial Intelligence (AI)Artificial Intelligence (AI)
Artificial Intelligence (AI)
 
Rise of the Hacking Machines
Rise of the Hacking MachinesRise of the Hacking Machines
Rise of the Hacking Machines
 
Binder4
Binder4Binder4
Binder4
 
Y conf talk - Andrej Karpathy
Y conf talk - Andrej KarpathyY conf talk - Andrej Karpathy
Y conf talk - Andrej Karpathy
 
MEIS 2015 : A Multilayered Model for Artificial Intelligence of Game Characte...
MEIS 2015 : A Multilayered Model for Artificial Intelligence of Game Characte...MEIS 2015 : A Multilayered Model for Artificial Intelligence of Game Characte...
MEIS 2015 : A Multilayered Model for Artificial Intelligence of Game Characte...
 
Elements of AI Luxembourg - session 2
Elements of AI Luxembourg - session 2Elements of AI Luxembourg - session 2
Elements of AI Luxembourg - session 2
 
Arimaa
ArimaaArimaa
Arimaa
 

Más de butest

EL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBEEL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBEbutest
 
1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同butest
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALbutest
 
Timeline: The Life of Michael Jackson
Timeline: The Life of Michael JacksonTimeline: The Life of Michael Jackson
Timeline: The Life of Michael Jacksonbutest
 
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...butest
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALbutest
 
Com 380, Summer II
Com 380, Summer IICom 380, Summer II
Com 380, Summer IIbutest
 
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet JazzThe MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazzbutest
 
MICHAEL JACKSON.doc
MICHAEL JACKSON.docMICHAEL JACKSON.doc
MICHAEL JACKSON.docbutest
 
Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1butest
 
Facebook
Facebook Facebook
Facebook butest
 
Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...butest
 
Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...butest
 
NEWS ANNOUNCEMENT
NEWS ANNOUNCEMENTNEWS ANNOUNCEMENT
NEWS ANNOUNCEMENTbutest
 
C-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.docC-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.docbutest
 
MAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.docMAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.docbutest
 
Mac OS X Guide.doc
Mac OS X Guide.docMac OS X Guide.doc
Mac OS X Guide.docbutest
 
WEB DESIGN!
WEB DESIGN!WEB DESIGN!
WEB DESIGN!butest
 

Más de butest (20)

EL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBEEL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBE
 
1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIAL
 
Timeline: The Life of Michael Jackson
Timeline: The Life of Michael JacksonTimeline: The Life of Michael Jackson
Timeline: The Life of Michael Jackson
 
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIAL
 
Com 380, Summer II
Com 380, Summer IICom 380, Summer II
Com 380, Summer II
 
PPT
PPTPPT
PPT
 
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet JazzThe MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
 
MICHAEL JACKSON.doc
MICHAEL JACKSON.docMICHAEL JACKSON.doc
MICHAEL JACKSON.doc
 
Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1
 
Facebook
Facebook Facebook
Facebook
 
Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...
 
Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...
 
NEWS ANNOUNCEMENT
NEWS ANNOUNCEMENTNEWS ANNOUNCEMENT
NEWS ANNOUNCEMENT
 
C-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.docC-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.doc
 
MAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.docMAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.doc
 
Mac OS X Guide.doc
Mac OS X Guide.docMac OS X Guide.doc
Mac OS X Guide.doc
 
hier
hierhier
hier
 
WEB DESIGN!
WEB DESIGN!WEB DESIGN!
WEB DESIGN!
 

Artificial Intelligence Introduction Chapter 1, AIMA

  • 2.
  • 3.
  • 4.
  • 5.  
  • 6.
  • 7. The ”pong” video arcade game 0 0 First public in 1972. The computer moves by calculating where the ball will cross the goal line and move the paddle there. Depending on difficulty, it sometimes does not move fast enough or moves to the wrong spot with some probability.
  • 8.  
  • 9.  
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 17. Black & White AI in creatures Symbolic attribute-value pairs Decision trees Neural Networks
  • 18.
  • 19.
  • 20. HCI: COG & Kismet COG Kismet What is Kismet (soft) ? What is Kismet (hard) ? Kismet & Rich
  • 21. Navigating: Mars Autonomy Project http://www.frc.ri.cmu.edu/projects/mars/dstar.html Project at Carnegie Mellon, Pittsburgh Project at JPL, Pasadena
  • 22. Navigating: Under water McGill Aqua project
  • 23. Autonomous driving on earth Stanley: The first car to finish ”the grand challenge”. Autonomous driving 350 km in the desert. It took 6 hrs and 54 min, with an average speed of about 50 km/h Stanford-group, lead by Prof. Sebastian Thrun.
  • 24.
  • 25. Navigating: Vacuum cleaners How do you guarantee that the vacuum cleaner doesn’t get stuck and that it cleans the entire floor? Small programs ~ 256 B
  • 28.
  • 29. DARPA Military planning http://www.rl.af.mil/div/IFT/IFTB/arpi/arpi.html “ DARPA reported that an AI-based logistics planning tool, DART, pressed into service for operations Desert Shield and Desert Storm, completely repaid its three decades of investment in AI research.“ D.L. Waltz, NEC Institute
  • 31. Robots at home World Robotics Report 2004 & 2006 Robots in the homes Lawn mowers & vacuum cl. Toys
  • 33. ...become cheaper and cheaper Computer memory becomes cheaper at a similar rate; half as expensive in two years. A ”MIPS” becomes 1,000,000 cheaper in 40 years. About half the price in one year. (1 MIPS = 1 million ”instructions” per second) Image from Moravec
  • 34.
  • 35. What is AI? “ The branch of computer science that is concerned with the automation of intelligent behavior.” Luger, 2002 “ The art of creating machines that perform functions that require intelligence when performed by people.” Kurzweil, 1990 “ The study of mental faculties through the use of computational models” Charniak & McDermott, 1985 “ [The automation of] activities that we associate with human thinking…” Bellman, 1978
  • 36. What is AI? “ The branch of computer science that is concerned with the automation of intelligent behavior.” Luger, 2002 “ The art of creating machines that perform functions that require intelligence when performed by people.” Kurzweil, 1990 “ The study of mental faculties through the use of computational models” Charniak & McDermott, 1985 “ [The automation of] activities that we associate with human thinking…” Bellman, 1978 Thinking like a human
  • 37. What is AI? “ The branch of computer science that is concerned with the automation of intelligent behavior.” Luger, 2002 “ The art of creating machines that perform functions that require intelligence when performed by people.” Kurzweil, 1990 “ The study of mental faculties through the use of computational models” Charniak & McDermott, 1985 Thinking rationally “ [The automation of] activities that we associate with human thinking…” Bellman, 1978 Thinking like a human
  • 38. What is AI? “ The branch of computer science that is concerned with the automation of intelligent behavior.” Luger, 2002 “ The art of creating machines that perform functions that require intelligence when performed by people.” Kurzweil, 1990 Acting like a human “ The study of mental faculties through the use of computational models” Charniak & McDermott, 1985 Thinking rationally “ [The automation of] activities that we associate with human thinking…” Bellman, 1978 Thinking like a human
  • 39. What is AI? “ The branch of computer science that is concerned with the automation of intelligent behavior.” Luger, 2002 Acting rationally “ The art of creating machines that perform functions that require intelligence when performed by people.” Kurzweil, 1990 Acting like a human “ The study of mental faculties through the use of computational models” Charniak & McDermott, 1985 Thinking rationally “ [The automation of] activities that we associate with human thinking…” Bellman, 1978 Thinking like a human
  • 40. What is AI? “ The branch of computer science that is concerned with the automation of intelligent behavior.” Luger, 2002 Acting rationally “ The art of creating machines that perform functions that require intelligence when performed by people.” Kurzweil, 1990 Acting like a human “ The study of mental faculties through the use of computational models” Charniak & McDermott, 1985 Thinking rationally “ [The automation of] activities that we associate with human thinking…” Bellman, 1978 Thinking like a human
  • 41.
  • 42.
  • 43.
  • 44. Chat bots... Clip from New Scientist, March 11, 2006
  • 45.
  • 46.
  • 47.
  • 48.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53.