Introduction to Artificial Intelligence. Intelligent Agents
|
|
|
- Alfred Short
- 9 years ago
- Views:
Transcription
1 Introduction to Artificial Intelligence Intelligent Agents Bernhard Beckert UNIVERSITÄT KOBLENZ-LANDAU Winter Term 2004/2005 B. Beckert: KI für IM p.1
2 Outline Agents and environments PEAS (Performance, Environment, Actuators, Sensors) Environment types Agent types Example: Vacuum world B. Beckert: KI für IM p.2
3 Agents and environments sensors environment percepts actions? agent actuators Agents include humans robots software robots (softbots) thermostats etc. B. Beckert: KI für IM p.3
4 Agent functions and programs Agent function An agent is completely specified by the agent function f : P A mapping percept sequences to actions B. Beckert: KI für IM p.4
5 Agent functions and programs Agent program runs on the physical architecture to produce f takes a single percept as input keeps internal state function SKELETON-AGENT(percept) returns action static: memory /* the agent s memory of the world */ memory UPDATE-MEMORY(memory, percept) action CHOOSE-BEST-ACTION(memory) memory UPDATE-MEMORY(memory,action) return action B. Beckert: KI für IM p.5
6 Rationality Goal Specified by performance measure, defining a numerical value for any environment history Rational action Whichever action maximizes the expected value of the performance measure given the percept sequence to date B. Beckert: KI für IM p.6
7 Rationality Goal Specified by performance measure, defining a numerical value for any environment history Rational action Whichever action maximizes the expected value of the performance measure given the percept sequence to date Note rational omniscient rational clairvoyant rational successful B. Beckert: KI für IM p.6
8 Rationality Goal Specified by performance measure, defining a numerical value for any environment history Rational action Whichever action maximizes the expected value of the performance measure given the percept sequence to date Note rational omniscient rational clairvoyant rational successful Agents need to: gather information, explore, learn,... B. Beckert: KI für IM p.6
9 PEAS: The setting for intelligent agent design Example: Designing an automated taxi Performance Environment Actuators Sensors B. Beckert: KI für IM p.7
10 PEAS: The setting for intelligent agent design Example: Designing an automated taxi Performance safety, reach destination, maximize profits, obey laws, passenger comfort,... Environment Actuators Sensors B. Beckert: KI für IM p.7
11 PEAS: The setting for intelligent agent design Example: Designing an automated taxi Performance safety, reach destination, maximize profits, obey laws, passenger comfort,... Environment streets, traffic, pedestrians, weather, customers,... Actuators Sensors B. Beckert: KI für IM p.7
12 PEAS: The setting for intelligent agent design Example: Designing an automated taxi Performance safety, reach destination, maximize profits, obey laws, passenger comfort,... Environment streets, traffic, pedestrians, weather, customers,... Actuators steer, accelerate, brake, horn, speak/display,... Sensors B. Beckert: KI für IM p.7
13 PEAS: The setting for intelligent agent design Example: Designing an automated taxi Performance safety, reach destination, maximize profits, obey laws, passenger comfort,... Environment streets, traffic, pedestrians, weather, customers,... Actuators steer, accelerate, brake, horn, speak/display,... Sensors video, accelerometers, gauges, engine sensors, keyboard, GPS,... B. Beckert: KI für IM p.7
14 PEAS: The setting for intelligent agent design Example: Medical diagnosis system Performance Environment Actuators Sensors B. Beckert: KI für IM p.8
15 PEAS: The setting for intelligent agent design Example: Medical diagnosis system Performance Healthy patient, minimize costs, avoid lawsuits,... Environment Actuators Sensors B. Beckert: KI für IM p.8
16 PEAS: The setting for intelligent agent design Example: Medical diagnosis system Performance Healthy patient, minimize costs, avoid lawsuits,... Environment patient, hospital, staff,... Actuators Sensors B. Beckert: KI für IM p.8
17 PEAS: The setting for intelligent agent design Example: Medical diagnosis system Performance Healthy patient, minimize costs, avoid lawsuits,... Environment patient, hospital, staff,... Actuators questions, tests, diagnoses, treatments, referrals,... Sensors B. Beckert: KI für IM p.8
18 PEAS: The setting for intelligent agent design Example: Medical diagnosis system Performance Healthy patient, minimize costs, avoid lawsuits,... Environment patient, hospital, staff,... Actuators questions, tests, diagnoses, treatments, referrals,... Sensors keyboard (symptoms, test results, answers),... B. Beckert: KI für IM p.8
19 Environment types Fully observable (otherwise: partially observable) Agent s sensors give it access to the complete state of the environment at each point in time B. Beckert: KI für IM p.9
20 Environment types Fully observable (otherwise: partially observable) Agent s sensors give it access to the complete state of the environment at each point in time Deterministic (otherwise: stochastic) The next state of the environment is completely determined by the current state and the action executed by the agent (strategic: deterministic except for behavior of other agents) B. Beckert: KI für IM p.9
21 Environment types Fully observable (otherwise: partially observable) Agent s sensors give it access to the complete state of the environment at each point in time Deterministic (otherwise: stochastic) The next state of the environment is completely determined by the current state and the action executed by the agent (strategic: deterministic except for behavior of other agents) Episodic (otherwise: sequential) The agent s experience is divided atomic, independent episodes (in each episode the agent perceives and then performs a single action) B. Beckert: KI für IM p.9
22 Environment types Static (otherwise: dynamic) Environment can change while the agent is deliberating (semidynamic: not the state but the performance measure can change) B. Beckert: KI für IM p.10
23 Environment types Static (otherwise: dynamic) Environment can change while the agent is deliberating (semidynamic: not the state but the performance measure can change) Discrete (otherwise: continuous) The environment s state, time, and the agent s percepts and actions have discrete values B. Beckert: KI für IM p.10
24 Environment types Static (otherwise: dynamic) Environment can change while the agent is deliberating (semidynamic: not the state but the performance measure can change) Discrete (otherwise: continuous) The environment s state, time, and the agent s percepts and actions have discrete values Single agent (otherwise: multi-agent) Only one agent acts in the environment B. Beckert: KI für IM p.10
25 Environment types Crossword puzzle Chess Backgammon Internet shopping Taxi Part-picking robot Fully observable Deterministic Episodic Static Discrete Single agent B. Beckert: KI für IM p.11
26 Environment types Crossword puzzle Chess Backgammon Internet shopping Taxi Part-picking robot Fully observable yes Deterministic yes Episodic no Static yes Discrete yes Single agent yes B. Beckert: KI für IM p.11
27 Environment types Crossword puzzle Chess Backgammon Internet shopping Taxi Part-picking robot Fully observable yes yes Deterministic yes strat. Episodic no no Static yes semi Discrete yes yes Single agent yes no B. Beckert: KI für IM p.11
28 Environment types Crossword puzzle Chess Backgammon Internet shopping Taxi Part-picking robot Fully observable yes yes yes Deterministic yes strat. no Episodic no no no Static yes semi yes Discrete yes yes yes Single agent yes no no B. Beckert: KI für IM p.11
29 Environment types Crossword puzzle Chess Backgammon Internet shopping Taxi Part-picking robot Fully observable yes yes yes no Deterministic yes strat. no (yes) Episodic no no no no Static yes semi yes semi Discrete yes yes yes yes Single agent yes no no no B. Beckert: KI für IM p.11
30 Environment types Crossword puzzle Chess Backgammon Internet shopping Taxi Part-picking robot Fully observable yes yes yes no no Deterministic yes strat. no (yes) no Episodic no no no no no Static yes semi yes semi no Discrete yes yes yes yes no Single agent yes no no no no B. Beckert: KI für IM p.11
31 Environment types Crossword puzzle Chess Backgammon Internet shopping Taxi Part-picking robot Fully observable yes yes yes no no no Deterministic yes strat. no (yes) no no Episodic no no no no no yes Static yes semi yes semi no no Discrete yes yes yes yes no no Single agent yes no no no no yes B. Beckert: KI für IM p.11
32 Environment types The real world is partially observable stochastic sequential dynamic continuous multi-agent B. Beckert: KI für IM p.12
33 Agent types Four basic types (in order of increasing generality) simple reflex agents reflex agents with state goal-based agents utility-based agents All these can be turned into learning agents B. Beckert: KI für IM p.13
34 Simple reflex agents Agent Sensors Condition/action rules What the world is like now What action I should do now Environment Actuators B. Beckert: KI für IM p.14
35 Model-based reflex agents State How the world evolves What my actions do Condition/action rules Sensors What the world is like now What action I should do now Environment Agent Actuators B. Beckert: KI für IM p.15
36 Goal-based agents State How the world evolves What my actions do Goals Sensors What the world is like now What it will be like if I do action A What action I should do now Environment Agent Actuators B. Beckert: KI für IM p.16
37 Utility-based agents State How the world evolves What my actions do Utility Sensors What the world is like now What it will be like if I do action A How happy I will be in such a state What action I should do now Environment Agent Actuators B. Beckert: KI für IM p.17
38 The vacuum-cleaner world B. Beckert: KI für IM p.18
39 The vacuum-cleaner world Percepts location dirty / not dirty B. Beckert: KI für IM p.18
40 The vacuum-cleaner world Percepts location dirty / not dirty Actions left right suck noop B. Beckert: KI für IM p.18
41 The vacuum-cleaner world Performance measure +100 for each piece of dirt cleaned up Environment grid dirt distribution and creation for each action for shutting off away from home B. Beckert: KI für IM p.19
42 The vacuum-cleaner world Observable? Deterministic? Episodic? Static? Discrete? B. Beckert: KI für IM p.20
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
Artificial Intelligence
Artificial Intelligence ICS461 Fall 2010 Nancy E. Reed [email protected] 1 Lecture #2- Intelligent Agents What is an intelligent? Agents and s Rationality PEAS (Performance measure, Environment, Actuators,
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
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
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
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
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
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,
A Review of Intelligent Agents
A Review of Intelligent Agents K.Suganya 1 1 Associate Professor, Department of Software Engineering & IT(PG), A.V.C College of Engineering, Mayiladuthurai Email- [email protected] ABSTRACT An intelligent
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
AI: A Modern Approach, Chpts. 3-4 Russell and Norvig
AI: A Modern Approach, Chpts. 3-4 Russell and Norvig Sequential Decision Making in Robotics CS 599 Geoffrey Hollinger and Gaurav Sukhatme (Some slide content from Stuart Russell and HweeTou Ng) Spring,
SYSTEMS, CONTROL AND MECHATRONICS
2015 Master s programme SYSTEMS, CONTROL AND MECHATRONICS INTRODUCTION Technical, be they small consumer or medical devices or large production processes, increasingly employ electronics and computers
time and thought that the buses had a higher on-time arrival rate than the actual on-time arrival rate. 2
TriMet Transit Tracker Implementation Summary Transit Tracker is a real-time bus arrival prediction system that provides information to riders at bus stops and light rail stations with a count down in
NO 1 IN SMART HOUSE AND HIGH TECH BUILDING TECHNOLOGIES
AKAM ARCHITECTS NO 1 IN SMART HOUSE AND HIGH TECH BUILDING TECHNOLOGIES SERIES OF CONFORT, SELF ESTEEM, HIGH CLASS, LUX What is a Smart House? The term smart house is used to describe a home that uses
Contents Intelligent Agents
Contents 1 Intelligent Agents 3 1.1 Introduction................................. 3 1.2 What are agents?.............................. 4 1.2.1 Examples of Agents........................ 7 1.2.2 Intelligent
AIBO as an Intelligent Robot Watchdog
Master Thesis report AIBO as an Intelligent Robot Watchdog Unknown human INTRUDER DETECTED!! ALARM! Human... Bou Tsing Hau Delft, December 2006 Man-Machine Interaction Group Faculty of Electrical Engineering,
Intelligent Agents. Based on An Introduction to MultiAgent Systems and slides by Michael Wooldridge
Intelligent Agents Based on An Introduction to MultiAgent Systems and slides by Michael Wooldridge Denition of an Agent An agent is a computer system capable of autonomous action in some environment, in
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:
DABO ADDS INTELLIGENCE AND MEMORY TO A BUILDING S OPERATING SYSTEM
DABO ADDS INTELLIGENCE AND MEMORY TO A BUILDING S OPERATING SYSTEM We were already very efficient in the technical management of our building... DABO helped us go that much further! Mario Poirier Director
UNDERGRADUATE DEGREE PROGRAMME IN COMPUTER SCIENCE ENGINEERING SCHOOL OF COMPUTER SCIENCE ENGINEERING, ALBACETE
UNDERGRADUATE DEGREE PROGRAMME IN COMPUTER SCIENCE ENGINEERING SCHOOL OF COMPUTER SCIENCE ENGINEERING, ALBACETE SCHOOL OF COMPUTER SCIENCE, CIUDAD REAL Core Subjects (CS) Compulsory Subjects (CPS) Optional
Teaching Introductory Artificial Intelligence with Pac-Man
Teaching Introductory Artificial Intelligence with Pac-Man John DeNero and Dan Klein Computer Science Division University of California, Berkeley {denero, klein}@cs.berkeley.edu Abstract The projects that
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.
Mobius TM Command & Control Software
Mobius TM Command & Control Software Mobius TM is a user-friendly software solution used to command, control, and monitor multiple unmanned systems. In addition to its powerful confi gurable GUI, Mobius
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
Poznan University of Technology Faculty of Electrical Engineering
Poznan University of Technology Faculty of Electrical Engineering Contact Person: Pawel Kolwicz Vice-Dean Faculty of Electrical Engineering [email protected] List of Modules Academic Year: 2015/16
CATALYST Frequently Asked Questions
CATALYST Frequently Asked Questions Q: What is the CATALYST Efficiency Enhancing Controller (EEC)? A: The CATALYST is a retrofit technology for single-zone, constant-volume, roof top packaged HVAC systems.
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
AN AIRCRAFT TAXI SIMULATION MODEL FOR THE UNITED PARCEL SERVICE LOUISVILLE AIR PARK. W. Swain Ottman Angela C. Ford Gregory R.
Proceedings of the 1999 Winter Simulation Conference P. A. Farrington, H. B. Nembhard, D. T. Sturrock, and G. W. Evans, eds. AN AIRCRAFT TAXI SIMULATION MODEL FOR THE UNITED PARCEL SERVICE LOUISVILLE AIR
Aria Etemad Arne Bartels Volkswagen Group Research. A Stepwise Market Introduction of Automated Driving. Detroit 10 September 2014
Aria Etemad Arne Bartels Volkswagen Group Research A Stepwise Market Introduction of Automated Driving Detroit 10 September 2014 //Facts Budget: European Commission: EUR 25 Million EUR 14,3 Million Duration:
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
Operations & Maintenance 101 Maintenance Strategies and Work Practices to Reduce Costs
2003 Emerson Process Management. All rights reserved. View this and other courses online at www.plantwebuniversity.com. Operations & Maintenance 101 Maintenance Strategies and Work Practices to Reduce
IEEE 2nd Colombian Conference on Automatic Control - CCAC 2015
9 Sistema de Riego por Goteo Basado en Control Distribuido Parte 1: Diseño y Modelo 10 Sistema de Riego por Goteo Basado en Control Distribuido Parte 2: Implementación 1 Distributed Control 33 Distributed
MS INFORMATION SHEET DRIVING WITH MS. How can MS affect my ability to drive? Simultaneous coordination of arms and legs necessary when changing gears.
MS INFORMATION SHEET DRIVING WITH MS How can MS affect my ability to drive? Driving a motor vehicle is a complex task, requiring perception, good judgement, responsiveness and reasonable physical capability.
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
TLIB3078A Inspect, prepare and start an electric tram
TLIB3078A Inspect, prepare and start an electric tram Release: 1 TLIB3078A Inspect, prepare and start an electric tram Modification History Not Applicable Unit Descriptor Unit Descriptor This unit involves
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
Enhancing Productivity through Safety
Enhancing Productivity through Safety Reduce costs and boost employee performance with a comprehensive lift truck safety program Yale Materials Handling Corporation Enhancing Productivity through Safety
1 Different types of systems... 2. 2 Sub-systems... 4 3 Different types of control systems... 5. 4 Simple systems analysis... 10
1 Different types of systems... 2 (a) Mechanical system... 2 (b) Electronic system... 2 (c) Computer control system... 3 (d) Pneumatic system... 3 (e) Other systems... 4 2 Sub-systems... 4 3 Different
Motivation. Motivation. Can a software agent learn to play Backgammon by itself? Machine Learning. Reinforcement Learning
Motivation Machine Learning Can a software agent learn to play Backgammon by itself? Reinforcement Learning Prof. Dr. Martin Riedmiller AG Maschinelles Lernen und Natürlichsprachliche Systeme Institut
Is a Data Scientist the New Quant? Stuart Kozola MathWorks
Is a Data Scientist the New Quant? Stuart Kozola MathWorks 2015 The MathWorks, Inc. 1 Facts or information used usually to calculate, analyze, or plan something Information that is produced or stored by
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);
Self Help and Functional Skills Checklist
Self Help and Functional Skills Checklist Please check the box that most appropriately describes your child s ability to perform the following Functional skills. When selecting skills to teach, start with
FutureWorks Nokia technology vision 2020: personalize the network experience. Executive Summary. Nokia Networks
Nokia Networks FutureWorks Nokia technology vision 2020: personalize the network experience Executive Summary White paper - Nokia Technology Vision 2020: Personalize the Network Experience CONTENTS Aligning
Business Process Services. White Paper. Leveraging the Internet of Things and Analytics for Smart Energy Management
Business Process Services White Paper Leveraging the Internet of Things and Analytics for Smart Energy Management About the Author Akhil Bhardwaj Akhil Bhardwaj is a Senior Manager in the Analytics and
Vehicle Standards Instruction (General 18.0) Projecting Loads Released January 2014
Vehicle Standards Instruction (General 18.0) Projecting Loads Released January 2014 This Vehicle Standards Instruction (VSI) has been produced to explain the requirements for transporting projecting loads
BBC LEARNING ENGLISH 6 Minute English Brain training
BBC LEARNING ENGLISH 6 Minute English Brain training NB: This is not a word-for-word transcript Hello and welcome to 6 Minute English. I'm Watashi-wa Ni-ru. What did you say? Watashi-wa Ni-ru. 'I'm.' It's
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
An Agent-Based Concept for Problem Management Systems to Enhance Reliability
An Agent-Based Concept for Problem Management Systems to Enhance Reliability H. Wang, N. Jazdi, P. Goehner A defective component in an industrial automation system affects only a limited number of sub
Scientific Issues in Motor Vehicle Cases
Organized by Larry Coben and Jim Ronca, lawyers at Anapol Schwartz. 2011 All Rights Reserved. Scientific Issues in Motor Vehicle Cases Reconstruction and Crashworthiness The attorneys who call on accident
Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students
Eastern Washington University Department of Computer Science Questionnaire for Prospective Masters in Computer Science Students I. Personal Information Name: Last First M.I. Mailing Address: Permanent
Making model-based development a reality: The development of NEC Electronics' automotive system development environment in conjunction with MATLAB
The V850 Integrated Development Environment in Conjunction with MAT...iles and More / Web Magazine -Innovation Channel- / NEC Electronics Volume 53 (Feb 22, 2006) The V850 Integrated Development Environment
Liteon True Speed White Paper SPEED UP NETWORK STORAGE PERFORMANCE WITH LITEON TRUE SPEED TECHNOLOGY
SPEED UP NETWORK STORAGE PERFORMANCE WITH LITEON TRUE SPEED TECHNOLOGY 1 Contents Introduction... Migrating from Hard Disk Drive to Solid State Disk... It s all in the IOPS... Liteon True Speed... Reliable
UNIT 1 INTRODUCTION TO NC MACHINE TOOLS
UNIT 1 INTRODUCTION TO NC MACHINE TOOLS Structure 1.1 Introduction Objectives 1.2 NC Machines 1.2.1 Types of NC Machine 1.2.2 Controlled Axes 1.2.3 Basic Components of NC Machines 1.2.4 Problems with Conventional
Appendices master s degree programme Artificial Intelligence 2014-2015
Appendices master s degree programme Artificial Intelligence 2014-2015 Appendix I Teaching outcomes of the degree programme (art. 1.3) 1. The master demonstrates knowledge, understanding and the ability
From Control Loops to Software
CNRS-VERIMAG Grenoble, France October 2006 Executive Summary Embedded systems realization of control systems by computers Computers are the major medium for realizing controllers There is a gap between
Lecture 1: Introduction to Reinforcement Learning
Lecture 1: Introduction to Reinforcement Learning David Silver Outline 1 Admin 2 About Reinforcement Learning 3 The Reinforcement Learning Problem 4 Inside An RL Agent 5 Problems within Reinforcement Learning
DTC P0401, DTC P1491,
Service Bulletin 05-026 Applies To: 1999 02 Odyssey ALL 2003 Odyssey From VIN 2HKRL18..3H500001 thru 2HKRL18..3H504511 and from VIN 5FNRL18..3B000001 thru 5FNRL18..3B067057 2003 Pilot From VIN 2HKYF18..3H500001
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, [email protected] URL:
Our future depends on intelligent infrastructures. siemens.com/intelligent-infrastructures. Answers for infrastructure and cities.
Our future depends on intelligent infrastructures siemens.com/intelligent-infrastructures Answers for infrastructure and cities. 2 By combining engineering and data expertise, we enable our customers to
Chapter 1 Basic Introduction to Computers. Discovering Computers 2012. Your Interactive Guide to the Digital World
Chapter 1 Basic Introduction to Computers Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Explain why computer literacy is vital to success in today s world Define
Tracking and integrated navigation Konrad Schindler
Tracking and integrated navigation Konrad Schindler Institute of Geodesy and Photogrammetry Tracking Navigation needs predictions for dynamic objects estimate trajectories in 3D world coordinates and extrapolate
Note-Taking Tips. 1. REVIEW your notes within 24 hours of taking them. This will help you retain up to 80% of information for a test.
NOTE-TAKING SKILLS & STRATEGIES Note-Taking Tips 1. REVIEW your notes within 24 hours of taking them. This will help you retain up to 80% of information for a test. 2. Leave spaces in your notes to fill
How To Get A Computer Engineering Degree
COMPUTER ENGINEERING GRADUTE PROGRAM FOR MASTER S DEGREE (With Thesis) PREPARATORY PROGRAM* COME 27 Advanced Object Oriented Programming 5 COME 21 Data Structures and Algorithms COME 22 COME 1 COME 1 COME
Swivel seats. Boot hoists. Steering aids. Hand controls. car adaptations. for all car Manufacturers SIRUSAUTOMOTIVE.CO.UK
Boot hoists Swivel seats Steering aids Hand controls car adaptations for all car Manufacturers SIRUSAUTOMOTIVE.CO.UK 2 Many people will experience difficulty whilst driving or using a car at some point
Connolly Hospital Blanchardstown makes rapid recovery on energy technology investment
Connolly Hospital Blanchardstown makes rapid recovery on energy technology investment Connolly Hospital, Blanchardstown (CHB) is a major teaching hospital and provides medical, surgical and support services
Secure Interaction with an Email Client
Secure Interaction with an Email Client Bernhard Beckert Gerd Beuster Universität Koblenz-Landau June 15th, 2006 Verisoft Consortium Beckert Beuster (UKL) Secure Email Client June 15th, 2006 2 / 32 Verisoft
HAVEit. Reiner HOEGER Director Systems and Technology CONTINENTAL AUTOMOTIVE
HAVEit Reiner HOEGER Director Systems and Technology CONTINENTAL AUTOMOTIVE HAVEit General Information Project full title: Project coordinator: Highly Automated Vehicles for Intelligent Transport Dr. Reiner
Schneider Electric and Energy Efficiency
1 Energy Efficiency in Residential How to save Energy in Home Control applications? Jean-Jacques Poubeau Schneider Electric and Energy Efficiency Energy Efficiency (E²) is an important concern for our
Robison On Rovers Carbon Fouling A New Kind of Valve Job
Robison On Rovers #2, February 20, 2000 By John Robison 1,750 words Robison On Rovers Carbon Fouling A New Kind of Valve Job Many of you have heard about the carbon fouling problem affecting newer Discoveries
Energy Saving Tips. Adjust set point temperature up a few degrees... Window contact. Occupancy sensor. A Programmable Thermostat
Energy Saving Tips Nowadays when Energy costs are skyrocketing and the awareness to environmental issues is increasing, we all want to reduce energy consumption and have a greener lifestyle. Heating &
Building Analytics Improve the efficiency, occupant comfort, and financial well-being of your building.
Building Analytics Improve the efficiency, occupant comfort, and financial well-being of your building. Make the most of your energy SM Building confidence knowing the why behind your facility s operations
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 -
SOA management challenges. After completing this topic, you should be able to: Explain the challenges of managing an SOA environment
Managing SOA Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 4.0.3 4.0.3 Unit objectives After completing this unit, you should be able to: Explain
Problem solving and search
Problem solving and search hapter 3 hapter 3 1 eminders ssignment 0 due 5pm today ssignment 1 posted, due 2/9 ection 105 will move to 9-10am starting next week hapter 3 2 Outline Problem-solving agents
USING SOCIAL MEDIA EFFECTIVELY TO MAKE
[Type text] 3/23/2012 HMI USING SOCIAL MEDIA EFFECTIVELY TO MAKE THE MOST OF YOUR FARM BUSINESS Contents What Is Inbound Marketing?... 2 Part I: Introduction to Inbound Marketing... 3 Part II: Get Found
Impact of Connected Automated Vehicles on Traffic Management Centers (TMCs)
Impact of Connected Automated Vehicles on Traffic Management Centers (TMCs) Automated Vehicles Symposium 2015 Breakout Session Impact of Connected and Automated Vehicles on Traffic Management Systems and
Introduction CHAPTER 1
CHAPTER 1 Introduction Ever since the development of the first integrated circuits in the late 1950s the complexity of such devices doubled every 20 months. A development which has been anticipated by
Demystifying Big Data Government Agencies & The Big Data Phenomenon
Demystifying Big Data Government Agencies & The Big Data Phenomenon Today s Discussion If you only remember four things 1 Intensifying business challenges coupled with an explosion in data have pushed
The ecar in it s infrastructure smart grid -mobilityof thefuture?
The ecar in it s infrastructure smart grid -mobilityof thefuture? Internationale Kick-off Konferenz CO2NeuTrAlp Kempten 29. September 2009 Corporate Technology Prof. Dr.-Ing. Gernot Spiegelberg CT T P
Monitoring can be as simple as waiting
Proactive monitoring for dynamic virtualized environments By David Weber and Veronique Delarue Virtualization can significantly increase monitoring complexity. By using BMC ProactiveNet Performance Management,
Semantically Steered Clinical Decision Support Systems
Semantically Steered Clinical Decision Support Systems By Eider Sanchez Herrero Department of Computer Science and Artificial Intelligence University of the Basque Country Advisors Prof. Manuel Graña Romay
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
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)
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
Adaptive cruise control (ACC)
Adaptive cruise control (ACC) PRINCIPLE OF OPERATION The Adaptive Cruise Control (ACC) system is designed to assist the driver in maintaining a gap from the vehicle ahead, or maintaining a set road speed,
