Artificial Intelligence

Size: px
Start display at page:

Download "Artificial Intelligence"

Transcription

1 Artificial Intelligence Exercises & Solutions Chapters 1-2: Introduction and Intelligent Agents 1. Turing test What is a Turing test? What kind of capabilities the computer needs to possess in order to pass the test? What problems does it have? 2. Definitions of AI Organize the definitions of artificial intelligence to suitable categories. Categories: a) Systems that think like humans b) Systems that think rationally c) Systems that act like humans d) Systems that act rationally Definitions: 1) "Computational Intelligence is the study of the design of intelligent agents." (Poole et al., 1998) 2) "The study of how to make computers do things at which, at the moment, people are better." (Rich and Knight, 1991) 3) "The exciting new effort to make computers think... machines with minds, in the full and literal sense." (Haugeland, 1985) 4) "The study of computations that make it possible to perceive, reason, and act." (Winston, 1992) 5) "The art of creating machines that perform functions that require intelligence when performed by people." (Kurzweil, 1990) 6) "[The automation of] activities that we associate with human thinking, activities such as decision-making, problem solving, learning " (Bellman, 1978) 7) "AI is the concerned with intelligent behavior of artifacts." (Nilsson, 1998) 8) "The study of mental faculties through the use of computational models." (Charniak and McDermont, 1985)

2 3. What can AI do today? What is the current state of the art in artificial intelligence? Are the given statements true or false. Explain your answer. The example answers may be outdated. a) Defeat a human champion in the board game Go. b) Drive a car in urban environment. c) Pass the Turing test. d) Clear all spam. e) Translate a book. f) Clean your house. g) Plan the logistics of moving entities at a time. h) Fly a plane from take off to landing without any human intervention. i) Do a surgery. j) Understand human speech. 4. Nature of environments Characterize the given task environments with following possible characteristics: Observable: fully/partial Deterministic: deterministic/strategic/stochastic Episodic: episodic/sequential Static: static/semidynamic/dynamic : discrete/continuous Agents: single/multi Task environment Observable Deterministic Episodic Static Agents Crossword puzzle Chess with a clock Poker

3 Backgammon Taxi driving Medical diagnosis Image analysis Part-picking robot Refinery controller Interactive English tutor 5. PEAS What is a PEAS description? Give a PEAS description for an automated taxi.

4 1. Turing test - solution The Turing test is a test for evaluating the level of intelligence of computer AIs. A human interrogator poses some written questions to the computer, which passes the test if the interrogator cannot tell whether the answers come from a person or not. The computer needs the following capabilities: - natural language processing for communication in the language of the test - knowledge representation to store what it knows or hears - automated reasoning to use stored information to answer questions and to draw new conclusions - machine learning to adapt to new circumstances and to detect and extrapolate patterns The Turing test is not an objective and reproducible test. It is not amenable to mathematical analysis. 2. Definitions of AI solution a) 3, 6 b) 8, 4 c) 5, 2 d) 1, 7 3. What can AI do today? - solution a) Defeat a human champion in the board game Go. No, although the computer programs are already challenging the highest ranking (9 dan) professional players. b) Drive a car in urban environment. Yes, for example Google Self-Driving Cars have been in real world testing for several years. c) Pass the Turing test. Yes, although the test is very subjective and depends on the judges. d) Clear all spam.

5 No. Best learning algorithms are able to cope with most spam but a 100% accuracy is very hard to accomplish and maintain. It is also very subjective what is considered as spam mail. e) Make a high quality translation of a book. No, computer programs are able to translate many languages to some extent but high quality translation of a book or other major piece of writing is still outside their capacity. f) Clean your house. Yes, millions of vacuum cleaner robots have been sold world wide, although most of them are limited to floor level. g) Plan the logistics of moving entities at a time. Yes, for instance USA military used such planning and logistics software during the Desert Storm military operation in h) Fly a plane from take off to landing without any human intervention. Yes, several unmanned aerial vehicles (UAVs) like Global Hawk are able to operate without human intervention. i) Do a complete surgery. No, software controlled robots are used to assist human surgeons but are not yet able to carry out the complex operation fully by themselves. j) Understand human speech. No, the full comprehension of human speech requires human level AI. We are no there yet. 4. Nature of environments solution Task environment Observable Deterministic Episodic Static Agents Crossword puzzle Fully Deterministic Static Single Chess with a clock Fully Strategic Semi Poker Strategic Static Backgammon Fully Static Taxi driving Continuous Medical diagnosis Continuous Single Image analysis Fully Deterministic Episodic Semi Continuous Single

6 Part-picking robot Episodic Continuous Single Refinery controller Continuous Single Interactive English tutor 5. PEAS - solution PEAS (Performance, Environment, Actuators, Sensors) is a description of task environment. While designing an agent, the first step is to specify the task environment as fully as possible. A PEAS description for an automated taxi: Agent Type Performance Measure Environment Actuators Sensors Taxi driver Safe, fast, legal, comfortable trip, maximize profits Roads,other traffic, pedestrians, customers Steering, accelerator, brake, signal, horn, display Cameras, sonar, speedometer, GPS, odometer, accelerometer, engine sensors, keyboard

Introduction to Artificial Intelligence. Intelligent Agents

Introduction to Artificial Intelligence. Intelligent Agents Introduction to Artificial Intelligence Intelligent Agents Bernhard Beckert UNIVERSITÄT KOBLENZ-LANDAU Winter Term 2004/2005 B. Beckert: KI für IM p.1 Outline Agents and environments PEAS (Performance,

More information

Chapter 2: Intelligent Agents

Chapter 2: Intelligent Agents Chapter 2: Intelligent Agents Outline Last class, introduced AI and rational agent Today s class, focus on intelligent agents Agent and environments Nature of environments influences agent design Basic

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence ICS461 Fall 2010 Nancy E. Reed nreed@hawaii.edu 1 Lecture #2- Intelligent Agents What is an intelligent? Agents and s Rationality PEAS (Performance measure, Environment, Actuators,

More information

Chapter 2 Intelligent Agents

Chapter 2 Intelligent Agents 1 Chapter 2 Intelligent Agents CS 461 Artificial Intelligence Pinar Duygulu Bilkent University, Spring 2008 Slides are mostly adapted from AIMA Outline 2 Agents and environments Rationality PEAS (Performance

More information

Intelligent Agents. Chapter 2. Chapter 2 1

Intelligent Agents. Chapter 2. Chapter 2 1 Intelligent Agents Chapter 2 Chapter 2 1 Reminders Assignment 0 (lisp refresher) due 1/28 Lisp/emacs/AIMA tutorial: 11-1 today and Monday, 271 Soda Chapter 2 2 Outline Agents and environments Rationality

More information

Introduction to Artificial Intelligence

Introduction to Artificial Intelligence Introduction to Artificial Intelligence Kalev Kask ICS 271 Fall 2014 http://www.ics.uci.edu/~kkask/fall-2014 CS271/ Course requirements Assignments: There will be weekly homework assignments, a project,

More information

What is Artificial Intelligence?

What is Artificial Intelligence? CSE 3401: Intro to Artificial Intelligence & Logic Programming Introduction Required Readings: Russell & Norvig Chapters 1 & 2. Lecture slides adapted from those of Fahiem Bacchus. 1 What is AI? What is

More information

CSC384 Intro to Artificial Intelligence

CSC384 Intro to Artificial Intelligence CSC384 Intro to Artificial Intelligence What is Artificial Intelligence? What is Intelligence? Are these Intelligent? CSC384, University of Toronto 3 What is Intelligence? Webster says: The capacity to

More information

COMP 590: Artificial Intelligence

COMP 590: Artificial Intelligence COMP 590: Artificial Intelligence Today Course overview What is AI? Examples of AI today Who is this course for? An introductory survey of AI techniques for students who have not previously had an exposure

More information

Regulating AI and Robotics

Regulating AI and Robotics Regulating AI and Robotics Steve Omohundro, Ph.D. PossibilityResearch.com SteveOmohundro.com SelfAwareSystems.com http://i791.photobucket.com/albums/yy193/rokib50/sculpture/lady-justice-frankfurt_zps970c5d8f.jpg

More information

INTELLIGENT AGENTS 2.1 INTRODUCTION 2.2 HOW AGENTS SHOULD ACT

INTELLIGENT AGENTS 2.1 INTRODUCTION 2.2 HOW AGENTS SHOULD ACT 2 INTELLIGENT AGENTS In which we discuss what an intelligent agent does,how it is related to its environment, how it is evaluated, and how we might go about building one. 2.1 INTRODUCTION An agent is anything

More information

Understanding Proactive vs. Reactive Methods for Fighting Spam. June 2003

Understanding Proactive vs. Reactive Methods for Fighting Spam. June 2003 Understanding Proactive vs. Reactive Methods for Fighting Spam June 2003 Introduction Intent-Based Filtering represents a true technological breakthrough in the proper identification of unwanted junk email,

More information

Artificial Intelligence and Robotics @ Politecnico di Milano. Presented by Matteo Matteucci

Artificial Intelligence and Robotics @ Politecnico di Milano. Presented by Matteo Matteucci 1 Artificial Intelligence and Robotics @ Politecnico di Milano Presented by Matteo Matteucci What is Artificial Intelligence «The field of theory & development of computer systems able to perform tasks

More information

TomTom HAD story How TomTom enables Highly Automated Driving

TomTom HAD story How TomTom enables Highly Automated Driving TomTom HAD story How TomTom enables Highly Automated Driving Automotive World Webinar 12 March 2015 Jan-Maarten de Vries VP Product Marketing TomTom Automotive Automated driving is real and it is big Image:

More information

CS440/ECE448: Artificial Intelligence. Course website: http://slazebni.cs.illinois.edu/fall15/

CS440/ECE448: Artificial Intelligence. Course website: http://slazebni.cs.illinois.edu/fall15/ CS440/ECE448: Artificial Intelligence Course website: http://slazebni.cs.illinois.edu/fall15/ Last time: What is AI? Definitions from Chapter 1 of the textbook: 1. Thinking humanly 2. Acting humanly 3.

More information

Applications of Artificial Intelligence. Omark Phatak

Applications of Artificial Intelligence. Omark Phatak Applications of Artificial Intelligence Omark Phatak Applications of artificial intelligence (AI) are a convergence of cutting edge research in computer science and robotics. The goal is to create smart

More information

The Future of Mobile Robots In 2020, 26 Million Mobile Robots Will Enable Autonomy in Smart Factories, Unmanned Transportation, and Connected Homes

The Future of Mobile Robots In 2020, 26 Million Mobile Robots Will Enable Autonomy in Smart Factories, Unmanned Transportation, and Connected Homes The Future of Mobile Robots In 2020, 26 Million Mobile Robots Will Enable Autonomy in Smart Factories, Unmanned Transportation, and Connected Homes NE5C-MT January 2015 NE5C-MT 1 Contents Section Slide

More information

Intent Based Filtering: A Proactive Approach Towards Fighting Spam

Intent Based Filtering: A Proactive Approach Towards Fighting Spam Intent Based Filtering: A Proactive Approach Towards Fighting Spam By Priyanka Agrawal Abstract-The cyber security landscape has changed considerably over the past few years. Since 2003, while traditional

More information

Simulation-based traffic management for autonomous and connected vehicles

Simulation-based traffic management for autonomous and connected vehicles Simulation-based traffic management for autonomous and connected vehicles Paweł Gora Faculty of Mathematics, Informatics and Mechanics University of Warsaw ITS Kraków, 3-4.12.2015 Axioms Vehicles may communicate

More information

Aguantebocawertyuiopasdfghvdslpmj klzxcvbquieromuchoanachaguilleanic oyafernmqwertyuiopasdfghjklzxcvbn mqwertyuiopasdfghjklzxcvbnmqwerty

Aguantebocawertyuiopasdfghvdslpmj klzxcvbquieromuchoanachaguilleanic oyafernmqwertyuiopasdfghjklzxcvbn mqwertyuiopasdfghjklzxcvbnmqwerty Aguantebocawertyuiopasdfghvdslpmj klzxcvbquieromuchoanachaguilleanic oyafernmqwertyuiopasdfghjklzxcvbn mqwertyuiopasdfghjklzxcvbnmqwerty GOOGLE CAR uiopasdfghjklzxcvbnmqwertyuiopasdf Gonzalo Ghigliazza

More information

Bowdoin Computer Science

Bowdoin Computer Science Bowdoin Science What is computer science, what are its applications in other disciplines, and its impact in society? 101: Introduction to CS Pre-requisites: none Assumes no prior knowledge of programming

More information

Learning is a very general term denoting the way in which agents:

Learning is a very general term denoting the way in which agents: What is learning? Learning is a very general term denoting the way in which agents: Acquire and organize knowledge (by building, modifying and organizing internal representations of some external reality);

More information

cs171 HW 1 - Solutions

cs171 HW 1 - Solutions 1. (Exercise 2.3 from RN) For each of the following assertions, say whether it is true or false and support your answer with examples or counterexamples where appropriate. (a) An agent that senses only

More information

3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving

3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving 3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving AIT Austrian Institute of Technology Safety & Security Department Christian Zinner Safe and Autonomous Systems

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence Chapter 1 Chapter 1 1 Outline What is AI? A brief history The state of the art Chapter 1 2 What is AI? Systems that think like humans Systems that think rationally Systems that

More information

Introduction to Robotics. Vikram Kapila, Associate Professor, Mechanical Engineering

Introduction to Robotics. Vikram Kapila, Associate Professor, Mechanical Engineering Introduction to Robotics Vikram Kapila, Associate Professor, Mechanical Engineering Definition Types Uses History Key components Applications Future Robotics @ MPCRL Outline Robot Defined Word robot was

More information

Sense Making in an IOT World: Sensor Data Analysis with Deep Learning

Sense Making in an IOT World: Sensor Data Analysis with Deep Learning Sense Making in an IOT World: Sensor Data Analysis with Deep Learning Natalia Vassilieva, PhD Senior Research Manager GTC 2016 Deep learning proof points as of today Vision Speech Text Other Search & information

More information

Measuring the Performance of an Agent

Measuring the Performance of an Agent 25 Measuring the Performance of an Agent The rational agent that we are aiming at should be successful in the task it is performing To assess the success we need to have a performance measure What is rational

More information

Proceedings of the 9th WSEAS International Conference on APPLIED COMPUTER SCIENCE

Proceedings of the 9th WSEAS International Conference on APPLIED COMPUTER SCIENCE Automated Futures Trading Environment Effect on the Decision Making PETR TUCNIK Department of Information Technologies University of Hradec Kralove Rokitanskeho 62, 500 02 Hradec Kralove CZECH REPUBLIC

More information

What Is an Electric Motor? How Does a Rotation Sensor Work?

What Is an Electric Motor? How Does a Rotation Sensor Work? What Is an Electric Motor? How Does a Rotation Sensor Work? Electric Motors Pre-Quiz 1. What is an electric motor? 2. Name two applications (things) you use every day that use electric motors. 3. How does

More information

Hybrid System for Driver Assistance

Hybrid System for Driver Assistance International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 15 (2014), pp. 1583-1587 International Research Publications House http://www. irphouse.com Hybrid System

More information

Course Outline Department of Computing Science Faculty of Science. COMP 3710-3 Applied Artificial Intelligence (3,1,0) Fall 2015

Course Outline Department of Computing Science Faculty of Science. COMP 3710-3 Applied Artificial Intelligence (3,1,0) Fall 2015 Course Outline Department of Computing Science Faculty of Science COMP 710 - Applied Artificial Intelligence (,1,0) Fall 2015 Instructor: Office: Phone/Voice Mail: E-Mail: Course Description : Students

More information

15-381: Artificial Intelligence. Probabilistic Reasoning and Inference

15-381: Artificial Intelligence. Probabilistic Reasoning and Inference 5-38: Artificial Intelligence robabilistic Reasoning and Inference Advantages of probabilistic reasoning Appropriate for complex, uncertain, environments - Will it rain tomorrow? Applies naturally to many

More information

The Role of Big Data and Analytics in the Move Toward Scientific Transportation Engineering

The Role of Big Data and Analytics in the Move Toward Scientific Transportation Engineering The Role of Big Data and Analytics in the Move Toward Scientific Transportation Engineering Bob McQueen CEO The 0cash Company Orlando, Florida bobmcqueen@0cash.com Topics Introduction Smart cities What

More information

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

Acting humanly: The Turing test. Artificial Intelligence. Thinking humanly: Cognitive Science. Outline. What is AI? Acting humanly: The Turing test Artificial Intelligence Turing (1950) Computing machinery and intelligence : Can machines think? Can machines behave intelligently? Operational test for intelligent behavior:

More information

Design Specifications of an UAV for Environmental Monitoring, Safety, Video Surveillance, and Urban Security

Design Specifications of an UAV for Environmental Monitoring, Safety, Video Surveillance, and Urban Security Design Specifications of an UAV for Environmental Monitoring, Safety, Video Surveillance, and Urban Security A. Alessandri, P. Bagnerini, M. Gaggero, M. Ghio, R. Martinelli University of Genoa - Faculty

More information

GOAL: Get a Drivers License

GOAL: Get a Drivers License GOAL: Get a Drivers License Contributed by Tammera Gist, National City Public Library Overview Having a drivers license allows you to legally drive in the United States. A drivers license means you can

More information

CHAPTER 15: IS ARTIFICIAL INTELLIGENCE REAL?

CHAPTER 15: IS ARTIFICIAL INTELLIGENCE REAL? CHAPTER 15: IS ARTIFICIAL INTELLIGENCE REAL? Multiple Choice: 1. During Word World II, used Colossus, an electronic digital computer to crack German military codes. A. Alan Kay B. Grace Murray Hopper C.

More information

Fall 2012 Q530. Programming for Cognitive Science

Fall 2012 Q530. Programming for Cognitive Science Fall 2012 Q530 Programming for Cognitive Science Aimed at little or no programming experience. Improve your confidence and skills at: Writing code. Reading code. Understand the abilities and limitations

More information

Applying Deep Learning to Car Data Logging (CDL) and Driver Assessor (DA) October 22-Oct-15

Applying Deep Learning to Car Data Logging (CDL) and Driver Assessor (DA) October 22-Oct-15 Applying Deep Learning to Car Data Logging (CDL) and Driver Assessor (DA) October 22-Oct-15 GENIVI is a registered trademark of the GENIVI Alliance in the USA and other countries Copyright GENIVI Alliance

More information

Definitions. A [non-living] physical agent that performs tasks by manipulating the physical world. Categories of robots

Definitions. A [non-living] physical agent that performs tasks by manipulating the physical world. Categories of robots Definitions A robot is A programmable, multifunction manipulator designed to move material, parts, tools, or specific devices through variable programmed motions for the performance of a variety of tasks.

More information

Unmanned Aerial Systems (UAS): Lessons learned relevant for the oil and gas industry

Unmanned Aerial Systems (UAS): Lessons learned relevant for the oil and gas industry Unmanned Aerial Systems (UAS): Lessons learned relevant for the oil and gas industry AUTONOMY IN IO 9-10 March 2011 Radisson BLU Atlantic Hotel, Stavanger Dr Andrew Lucas AOS Group Agent Oriented Software

More information

COMP-424: Artificial intelligence. Lecture 1: Introduction to AI!

COMP-424: Artificial intelligence. Lecture 1: Introduction to AI! COMP 424 - Artificial Intelligence Lecture 1: Introduction to AI! Instructor: Joelle Pineau (jpineau@cs.mcgill.ca) Class web page: www.cs.mcgill.ca/~jpineau/comp424 Unless otherwise noted, all material

More information

PROGRAM DIRECTOR: Arthur O Connor Email Contact: URL : THE PROGRAM Careers in Data Analytics Admissions Criteria CURRICULUM Program Requirements

PROGRAM DIRECTOR: Arthur O Connor Email Contact: URL : THE PROGRAM Careers in Data Analytics Admissions Criteria CURRICULUM Program Requirements Data Analytics (MS) PROGRAM DIRECTOR: Arthur O Connor CUNY School of Professional Studies 101 West 31 st Street, 7 th Floor New York, NY 10001 Email Contact: Arthur O Connor, arthur.oconnor@cuny.edu URL:

More information

The Turing Test! and What Computer Science Offers to Cognitive Science "

The Turing Test! and What Computer Science Offers to Cognitive Science The Turing Test and What Computer Science Offers to Cognitive Science " Profs. Rob Rupert and Mike Eisenberg T/R 11-12:15 Muenzinger D430 http://l3d.cs.colorado.edu/~ctg/classes/cogsci12/ The Imitation

More information

Game playing. Chapter 6. Chapter 6 1

Game playing. Chapter 6. Chapter 6 1 Game playing Chapter 6 Chapter 6 1 Outline Games Perfect play minimax decisions α β pruning Resource limits and approximate evaluation Games of chance Games of imperfect information Chapter 6 2 Games vs.

More information

siemens.com/mobility Traffic data analysis in Sitraffic Scala/Concert The expert system for visualization, quality management and statistics

siemens.com/mobility Traffic data analysis in Sitraffic Scala/Concert The expert system for visualization, quality management and statistics siemens.com/mobility Traffic data analysis in Sitraffic Scala/Concert The expert system for visualization, quality management and statistics 2 Traffic data analysis produces transparent intersections The

More information

Streaming Analytics and the Internet of Things: Transportation and Logistics

Streaming Analytics and the Internet of Things: Transportation and Logistics Streaming Analytics and the Internet of Things: Transportation and Logistics FOOD WASTE AND THE IoT According to the Food and Agriculture Organization of the United Nations, every year about a third of

More information

DRONE DETECTION RADAR

DRONE DETECTION RADAR DRONE DETECTION RADAR MEETING TODAY S CHALLENGES Drones are increasingly becoming wide spread. They ve become affordable, easy to obtain and simple to fly. This creates new opportunities, but also poses

More information

The Internet of Everything: The Next Industrial Revolution

The Internet of Everything: The Next Industrial Revolution The Internet of Everything: The Next Industrial Revolution Rodrigo Dienstmann Presidente da Cisco do Brasil International Seminar BNDES 2014 May 14, 2014 The World is CHANGING Cisco Confidential 2 And

More information

Big Data Analytics: 14 November 2013

Big Data Analytics: 14 November 2013 www.pwc.com CSM-ACE 2013 Big Data Analytics: Take it to the next level in building innovation, differentiation and growth 14 About me Data analytics in the UK Forensic technology and data analytics in

More information

Agents: Rationality (2)

Agents: Rationality (2) Agents: Intro Agent is entity that perceives and acts Perception occurs via sensors Percept is one unit of sensory input Percept sequence is complete history of agent s percepts In general, agent s actions

More information

Cisco Context-Aware Mobility Solution: Put Your Assets in Motion

Cisco Context-Aware Mobility Solution: Put Your Assets in Motion Cisco Context-Aware Mobility Solution: Put Your Assets in Motion How Contextual Information Can Drastically Change Your Business Mobility and Allow You to Achieve Unprecedented Efficiency What You Will

More information

PUBLIC OPINION ABOUT SELF-DRIVING VEHICLES IN CHINA, INDIA, JAPAN,

PUBLIC OPINION ABOUT SELF-DRIVING VEHICLES IN CHINA, INDIA, JAPAN, UMTRI-2014-30 OCTOBER 2014 PUBLIC OPINION ABOUT SELF-DRIVING VEHICLES IN CHINA, INDIA, JAPAN, THE U.S., THE U.K., AND AUSTRALIA BRANDON SCHOETTLE MICHAEL SIVAK PUBLIC OPINION ABOUT SELF-DRIVING VEHICLES

More information

What is our purpose?

What is our purpose? Who we are? Since 1995 we have become one of the largest suppliers of electronic automotive accessories and telemetry devices in the Baltic States. Baltic Car Equipment is investing extensively into R&D

More information

Human-centered challenges and contribution for the implementation of automated driving

Human-centered challenges and contribution for the implementation of automated driving Human-centered challenges and contribution for the implementation of automated driving A.P. van den Beukel, M.C. van der Voort, University of Twente Abstract Automated driving is expected to increase safety

More information

Evolution, revolution and value: 5 technologies shaping the transport industry

Evolution, revolution and value: 5 technologies shaping the transport industry Evolution, revolution and value: 5 technologies shaping the transport industry The impact of current and emerging technologies on the value of courier, mailing and logistics services A Crossflight White

More information

ARTIFICIAL INTELLIGENCE: DEFINITION, TRENDS, TECHNIQUES, AND CASES

ARTIFICIAL INTELLIGENCE: DEFINITION, TRENDS, TECHNIQUES, AND CASES ARTIFICIAL INTELLIGENCE: DEFINITION, TRENDS, TECHNIQUES, AND CASES Joost N. Kok, Egbert J. W. Boers, Walter A. Kosters, and Peter van der Putten Leiden Institute of Advanced Computer Science, Leiden University,

More information

Business Information Systems. IT Enabled Services And Emerging Technologies. Chapter 4: Facilitated e-learning Part 1 of 2 CA M S Mehta, FCA

Business Information Systems. IT Enabled Services And Emerging Technologies. Chapter 4: Facilitated e-learning Part 1 of 2 CA M S Mehta, FCA Business Information Systems IT Enabled Services And Emerging Technologies Chapter 4: Facilitated e-learning Part 1 of 2 CA M S Mehta, FCA 1 Business Information Systems Task Statements 1.6 Consider the

More information

Levels of Analysis and ACT-R

Levels of Analysis and ACT-R 1 Levels of Analysis and ACT-R LaLoCo, Fall 2013 Adrian Brasoveanu, Karl DeVries [based on slides by Sharon Goldwater & Frank Keller] 2 David Marr: levels of analysis Background Levels of Analysis John

More information

Safety Car Drive by Using Ultrasonic And Radar Sensors

Safety Car Drive by Using Ultrasonic And Radar Sensors Safety Car Drive by Using Ultrasonic And Radar Sensors 1 Ms C.Suganya, 2 Ms A.Sivasankari 1,2 Department of Computer Science, D.K.M College for Women(Autonomous), Vellore, Tamil Nadu, India. Abstract -

More information

Tutorial 1. Introduction to robot

Tutorial 1. Introduction to robot Tutorial 1. Introduction to moway robot www.moway-robot.com 1 Index INTRODUCTION... 2 MOWAY ROBOT... 2 MOWAY PERSON COMPARISON... 6 HEARING SENSE EXAMPLE... 11 VISION EXAMPLE... 12 TOUCH SENSE EXAMPLE...

More information

Introduction to Artificial Intelligence

Introduction to Artificial Intelligence Introduction to Artificial Intelligence 1st year undergraduate degrees with AI and/or CS http://www.cs.bham.ac.uk/~jxb/iai.html Lecturer: Dr. John A. Bullinaria http://www.cs.bham.ac.uk/~jxb John A. Bullinaria,

More information

TomTom Real-time Maps. Allan Rasmussen, Director Supplier Quality

TomTom Real-time Maps. Allan Rasmussen, Director Supplier Quality TomTom Real-time Maps Allan Rasmussen, Director Supplier Quality About TomTom Consumer GPS navigation: Car (80 million PNDs sold) Smartphone (embedded in 500 million) Caravan/camper 10 years Anniversary

More information

Introduction to Machine Learning Lecture 1. Mehryar Mohri Courant Institute and Google Research mohri@cims.nyu.edu

Introduction to Machine Learning Lecture 1. Mehryar Mohri Courant Institute and Google Research mohri@cims.nyu.edu Introduction to Machine Learning Lecture 1 Mehryar Mohri Courant Institute and Google Research mohri@cims.nyu.edu Introduction Logistics Prerequisites: basics concepts needed in probability and statistics

More information

Game Design From Concepts To Implementation

Game Design From Concepts To Implementation Game Design From Concepts To Implementation Overview of a Game Engine What is a Game Engine? (Really) Technical description of game: A Soft real-time interactive agent-based computer simulation A game

More information

Analog Integrated Circuit Design: Why?

Analog Integrated Circuit Design: Why? Abstract: What is analog? Everything we see, hear, and perceive in life is analog, from voice, music, and seismic activity to visual perception, voice recognition, and energy delivery. Consequently, all

More information

ASNE Intelligent Ships Symposium X. Navy Research @Villanova. Dr. Gary A. Gabriele Drosdick Endowed Dean of Engineering

ASNE Intelligent Ships Symposium X. Navy Research @Villanova. Dr. Gary A. Gabriele Drosdick Endowed Dean of Engineering ASNE Intelligent Ships Symposium X Navy Research @Villanova Dr. Gary A. Gabriele Drosdick Endowed Dean of Engineering Some numbers and highlights 930 Undergraduate Students 400 Graduate Students 61 Tenured

More information

About the Author. The Role of Artificial Intelligence in Software Engineering. Brief History of AI. Introduction 2/27/2013

About the Author. The Role of Artificial Intelligence in Software Engineering. Brief History of AI. Introduction 2/27/2013 About the Author The Role of Artificial Intelligence in Software Engineering By: Mark Harman Presented by: Jacob Lear Mark Harman is a Professor of Software Engineering at University College London Director

More information

Improving Driving Safety Through Automation

Improving Driving Safety Through Automation Improving Driving Safety Through Automation Congressional Robotics Caucus John Maddox National Highway Traffic Safety Administration July 25, 2012 NHTSA s Missions Safety Save lives, prevent injuries and

More information

Brochure More information from http://www.researchandmarkets.com/reports/3181314/

Brochure More information from http://www.researchandmarkets.com/reports/3181314/ Brochure More information from http://www.researchandmarkets.com/reports/3181314/ Artificial Intelligence for Enterprise Applications - Deep Learning, Predictive Computing, Image Recognition, Speech Recognition,

More information

Analog Integrated Circuit Design Why?

Analog Integrated Circuit Design Why? Analog Integrated Circuit Design Why? Abstract: What is analog? Everything we see, hear, and perceive in life is analog, from voice, music, and seismic activity to visual perception, voice recognition,

More information

The M.S. Degree in Robotics Engineering

The M.S. Degree in Robotics Engineering The M.S. Degree in Robotics Engineering A multidisciplinary degree spanning Computer Science, Electrical and Computer Engineering, and Mechanical Engineering Robotics B.S. in Robotics Engineering Approved

More information

A Client-Server Interactive Tool for Integrated Artificial Intelligence Curriculum

A Client-Server Interactive Tool for Integrated Artificial Intelligence Curriculum A Client-Server Interactive Tool for Integrated Artificial Intelligence Curriculum Diane J. Cook and Lawrence B. Holder Department of Computer Science and Engineering Box 19015 University of Texas at Arlington

More information

Digital Innovation - A Quick Overview

Digital Innovation - A Quick Overview Digital Innovation Talks Asociación de Aseguradores de Chile, AG Abril de 2016 Emerging Tech Speeds Up the Creation of New Business Models Accommodation The world's largest hotel chain, without owning

More information

USING THE MOBILE PHONE WHILE DRIVING. Using a mobile phone while driving can significantly impair a driver s:

USING THE MOBILE PHONE WHILE DRIVING. Using a mobile phone while driving can significantly impair a driver s: USING THE MOBILE PHONE WHILE DRIVING Is it dangerous to use the phone while driving? Driving is a complex task, requiring drivers to use and coordinate a number of skills. Any lapse in concentration increases

More information

Japan s views on Automated Driving

Japan s views on Automated Driving Document No. ITS-22-03 (22nd ITS, 14 March 2014, agenda item 3) Japan s views on Automated Driving Takashi NAONO Director for the Coordination of Motor Vehicle Safety Measures Road Transport Bureau Ministry

More information

CAD Training Center Sooxma Technologies Ameerpet, Hyderabad. Ph: 9490219339, 040-23731030

CAD Training Center Sooxma Technologies Ameerpet, Hyderabad. Ph: 9490219339, 040-23731030 CAD Training Center Sooxma Technologies Ameerpet, Hyderabad. Ph: 9490219339, 040- MECHANICAL FINAL YEAR PROJECTS LIST PRODUCTION BASED CTC-1. Empirical modeling of tool wear and material removal rate using

More information

THE UNECE Road Map for sustainable mobility. Giornata APRE _ Trasporti_ 25_06_2012_ IORIO_MIT

THE UNECE Road Map for sustainable mobility. Giornata APRE _ Trasporti_ 25_06_2012_ IORIO_MIT THE UNECE Road Map for sustainable mobility The societal changes have built a new world : comunication is the key stone of our livesnowadays This means -for the road transport and all the logistically

More information

Course 395: Machine Learning

Course 395: Machine Learning Course 395: Machine Learning Lecturers: Maja Pantic (maja@doc.ic.ac.uk) Stavros Petridis (sp104@doc.ic.ac.uk) Goal (Lectures): To present basic theoretical concepts and key algorithms that form the core

More information

GLOVE-BASED GESTURE RECOGNITION SYSTEM

GLOVE-BASED GESTURE RECOGNITION SYSTEM CLAWAR 2012 Proceedings of the Fifteenth International Conference on Climbing and Walking Robots and the Support Technologies for Mobile Machines, Baltimore, MD, USA, 23 26 July 2012 747 GLOVE-BASED GESTURE

More information

Supported by. Powered by

Supported by. Powered by Supported by Powered by VMS Solution For? Most Problem is... How many truck How many driver How many route How many time Real time position Real time checkpoint Real time counseling Idle time Monitoring

More information

How cloud-based systems and machine-driven big data can contribute to the development of autonomous vehicles

How cloud-based systems and machine-driven big data can contribute to the development of autonomous vehicles How cloud-based systems and machine-driven big data can contribute to the development of autonomous vehicles David Fidalgo- Altran Senior Business Manager CONTENTS I. Altran Group/ Intelligence Systems

More information

Impact of Car Sharing, Automated Driver Assistance, Autonomous Cars on Insurance

Impact of Car Sharing, Automated Driver Assistance, Autonomous Cars on Insurance Impact of Car Sharing, Automated Driver Assistance, Autonomous Cars on Insurance Dr. Anand S. Rao Innovation Lead PwC Analytics Mehrad Ahari Insurance Consulting PwC Table of Contents 1. Disruptors to

More information

The work reported in this technical note has a number of objectives.

The work reported in this technical note has a number of objectives. Investigation of the accuracy of hand held GPS for desert locust control operations Introduction The use of hand held GPS has become increasingly common in desert locust control and survey organisations

More information

Big Data Use Cases Update

Big Data Use Cases Update Big Data Use Cases Update Sanat Joshi Industry Solutions Manufacturing Industries Business Unit 1 Data Explosion Web & social networks experienced it first Infographic by Go-gulf.com 2 Number Of Connected

More information

15-466 Computer Game Programming Intelligence I: Basic Decision-Making Mechanisms

15-466 Computer Game Programming Intelligence I: Basic Decision-Making Mechanisms 15-466 Computer Game Programming Intelligence I: Basic Decision-Making Mechanisms Maxim Likhachev Robotics Institute Carnegie Mellon University AI Architecture from Artificial Intelligence for Games by

More information

21 st Century Knowledge Worker: the Centaur

21 st Century Knowledge Worker: the Centaur 21 st Century Knowledge Worker: the Centaur Daniel Kiss Introduction The centaur is a well-known mythological creature, half-human half-horse. The most famous of centaurs was Chiron, the teacher of Asclepius,

More information

How To Find Out How Fast A Car Is Going

How To Find Out How Fast A Car Is Going JOURNAL OF VERBAL LEARNING AND VERBAL BEHAVIOR 13, 585-589 (1974) Reconstruction of Automobile Destruction: An Example of the Interaction Between Language and Memory ~ ELIZABETH F. LOFTUS AND JOHN C. PALMER

More information

MECE 102 Mechatronics Engineering Orientation

MECE 102 Mechatronics Engineering Orientation MECE 102 Mechatronics Engineering Orientation Mechatronic System Components Associate Prof. Dr. of Mechatronics Engineering Çankaya University Compulsory Course in Mechatronics Engineering Credits (2/0/2)

More information

Technical Trends of Driver Assistance/ Automated Driving

Technical Trends of Driver Assistance/ Automated Driving Technical Trends of Driver Assistance/ Automated Driving Presented by Tjark Kreuzinger Senior Manager, Safety research and Technical Affairs Toyota Motor Europe NV/SV TOYOTA MOTOR CORPORATION Topics 1.

More information

(Not So) Smart Cities? The societal drivers and impact of smart environments

(Not So) Smart Cities? The societal drivers and impact of smart environments (Not So) Smart Cities? The societal drivers and impact of smart environments Gemma Galdon Clavell Departament de Sociologia i Analisi de les Organitzacions Universitat de Barcelona Av. Diagonal, 690 08028

More information

Driving Insurance World through Science - 1 - Murli D. Buluswar Chief Science Officer

Driving Insurance World through Science - 1 - Murli D. Buluswar Chief Science Officer Driving Insurance World through Science - 1 - Murli D. Buluswar Chief Science Officer What is The Science Team s Mission? 2 What Gap Do We Aspire to Address? ü The insurance industry is data rich but ü

More information

BACHELOR OF SCIENCE IN ELECTRICAL AND ELECTRONIC ENGINEERING DEGREE PROGRAMME

BACHELOR OF SCIENCE IN ELECTRICAL AND ELECTRONIC ENGINEERING DEGREE PROGRAMME SEMESTER 1 BACHELOR OF SCIENCE IN ELECTRIL AND ELECTRONIC ENGINEERING DEGREE PROGRAMME CE 101 Structural Mechanics I C 3 3/4 CE 10 Fluid Mechanics I C 3/4 EE 101 Electrical Engineering C 3/4 EE 10 Electronics

More information

Outline PRODUCTION/OPERATIONS MANAGEMENT P/OM. Production and Operations. Production Manager s Job. Objective of P/OM

Outline PRODUCTION/OPERATIONS MANAGEMENT P/OM. Production and Operations. Production Manager s Job. Objective of P/OM PRODUCTION/OPERATIONS MANAGEMENT Richard S. Barr Outline Production and Operations Systems Approach to P/OM Modeling Production Systems Course Topics 1 2 P/OM Production and Operations Production management

More information

Fleet Optimization with IBM Maximo for Transportation

Fleet Optimization with IBM Maximo for Transportation Efficiencies, savings and new opportunities for fleet Fleet Optimization with IBM Maximo for Transportation Highlights Integrates IBM Maximo for Transportation with IBM Fleet Optimization solutions Offers

More information

EXECUTIVE SUPPORT SYSTEMS (ESS) STRATEGIC INFORMATION SYSTEM DESIGNED FOR UNSTRUCTURED DECISION MAKING THROUGH ADVANCED GRAPHICS AND COMMUNICATIONS *

EXECUTIVE SUPPORT SYSTEMS (ESS) STRATEGIC INFORMATION SYSTEM DESIGNED FOR UNSTRUCTURED DECISION MAKING THROUGH ADVANCED GRAPHICS AND COMMUNICATIONS * EXECUTIVE SUPPORT SYSTEMS (ESS) STRATEGIC INFORMATION SYSTEM DESIGNED FOR UNSTRUCTURED DECISION MAKING THROUGH ADVANCED GRAPHICS AND COMMUNICATIONS * EXECUTIVE SUPPORT SYSTEMS DRILL DOWN: ability to move

More information

What to do Post Google Panda

What to do Post Google Panda What to do Post Google Panda 1 Google Panda Update Panda, also known as Farmer, was an algorithm update from Google that first appeared in February 2011. This update restructured many search results and

More information

Master of Science in Artificial Intelligence

Master of Science in Artificial Intelligence Master of Science in Artificial Intelligence Options: Engineering and Computer Science (ECS) Speech and Language Technology (SLT) Big Data Analytics (BDA) Faculty of Engineering Science Faculty of Science

More information