CHALLENGES IN DESIGNING ROBOTIC BRAINS

Size: px
Start display at page:

Download "CHALLENGES IN DESIGNING ROBOTIC BRAINS"

Transcription

1 CHALLENGES IN DESIGNING ROBOTIC BRAINS Dr. Jeff Buechner Department of Philosophy Rutgers University-Newark Director Rutgers-Merck Summer Bioethics Institute 2012

2 Robotics is Interdisciplinary Designing robots requires knowledge from physics, chemistry, biology, psychology especially cognitive science, computer science, neurosciences, engineering, mathematics, logic, philosophy, anthropology, sociology, politics, education, and, not least, common sense. Common sense is perhaps the hardest part of designing robots.

3 Robotics is interdisciplinary Why do you need to know something about philosophy, anthropology, political science, sociology, education, and common-sense to design robotic brains? Philosophy: (i) Ethics do you want a robot to have the ability to engage in ethical reasoning? (ii) Is consciousness a physical phenomenon? If it is not, then there are no physical parts that you could use to design a robotic brain which is conscious.

4 Biology and physics: bio-inspired robotics All insects secrete a sticky fluid from their feet as they walk, which creates a liquid bridge between their feet and the walking surface, forming a glue-like strong bond through surface and molecular tension. Insect-like robots (insect-bots) are climbing robots. Grooves on their feet enhance their sticking power, by creating more fluid bridges between their feet and the walking surface.

5 Biology and physics: bio-inspired robotics Geckos (a lizard that sells auto insurance) do not use fluids on their feet to climb, but rather millions of hairs on their footpads to stick to surfaces. Hairs bend on contact with the surface, and intermolecular van der Waals forces cause the two to stick together. Gecko-bots use carbon nanotubes in place of hairs. However, gecko-bots have a hard time climbing rough, wet, or salty surfaces, since water and salt interfere with van der Waals forces.

6 Human intelligence comes from human brains A human brain has neurons (That s 100, 000,000,000 neurons) In a human brain there are synapses (neuron-neuron connections) (That s 100,000,000,000,000 connections!) FACT: In 2007 all the general computers in the world could together perform 6.4 x instructions per second. That roughly equals the number of nerve impulses produced by one human brain each second.

7 WATSON beats humans on Jeopardy! A few weeks ago a robotic brain WATSON beat two human contestants on the quiz show Jeopardy! WATSON does not forget, and it has a much larger working memory space than humans. Evolution created human working memory and the rate of retention and the rate of forgetting is probably optimal for us. We can design robotic brains with different retention and forgetting rates. But we do not understand how these rates in human brains affect human intelligence. WATSON also lacks the kind of common-sense that is part of human intelligence. It is sometimes baffled by simple questions and it thinks fictional characters are real.

8 Bio-inspired robotic brains neural networks Robotic brains which are modelled on human brains are called neural networks. Neuroscientists still do not know what are the basic neural circuits of the human brain, and how they relate to one another. Work in the neurosciences goes hand-in-hand with work on neural networks. A huge project is now underway: mapping the human brain the connectome project.

9 Project: Design a robotic hand You need to think about what animal hands (such as human hands) do and how they do it that is, what functions do human hands perform and how are those functions achieved? Your answer is not independent of the environment in which a hand performs its actions

10 Hands in action How would you tell the hand how much pressure to put into gripping a (i) human being, (ii) another robot, (iii) a piece of concrete that weighs 1,000 pounds, (iv) a piece of concrete that weighs 1/1000 th of an ounce? How would you tell the hand how to move in 3-dimensional space to get to its intended target? (This involves physics and mathematics. Higher-dimensional shapes are useful for motion planning in robots. The path of a hand that moves in 3-D can be represented as a higher-dimensional shape. These are smooth shapes written as differential equations which allows us to describe them in terms of their flow. ) Does the shape of your grip change as circumstances change? Is your grip the same shape when you use a fork (to eat with) and when you hold a baseball (to throw)?

11 ROBOT BRAINS To design a robot brain you need to know what environment (what world) the brain will inhabit. Why? Because brains control how someone (something) responds to their environment. But you need more you also need to know what body the brain will inhabit. Why? Because a brain controls its body as it navigates/negotiates its environment.

12 How complex is an environment? The world in which we live is huge and complex. If a robot lives in the same world, how will its brain represent that complexity? How do human brains represent a complex and changing world?

13 A simple world BLOCKSWORLD In the early days of artificial intelligence, robotic brain designers kept the world in which the robot lived VERY simple. Suppose you are a robotic brain and your body is an arm, which can grasp blocks in one and only one way. Your environment consists of a set of three square blocks, a, b, and c, and the surface of a table on which they sit. Suppose that the movements of the arm through 3- dimensional space are controlled by the brain, and that the problem of how to get this to happen has been solved. Suppose that the actions your can perform with your arm are very limited and that your descriptions of the environment are very simple and limited.

14 BLOCKSWORLD Describing the environment: EMPTY (Arm), FULL (Arm, x), ON(x, y) and 4 objects: Blocks a, b, c, and table. If the three blocks are all on the table, and no block sits on another, then the complete description of the world is: ON(a, table) AND ON(b, table) AND ON(c, table) AND EMPTY(arm) Actions your arm can perform: (you can hold only 1 block at a time in your hand) (i) If block x has nothing on it and is not already on the table, pick it up and put it on the table (ii) If block x and block y have nothing on them, then put block x on block y. (iii) If block x is on top of block y, then take block x off of block y and put block x on the table. (iv) If block x has nothing on it, then put block x on block y.

15 BLOCKSWORLD Problem for you to solve: Block c is on top of block a, which is on the table, and block b is on the table. Arrange the blocks so that a is on top of b and b is on top of c. Before solving the problem, the complete description of the world is: 1. ON(c,a) AND ON(a, table) AND ON(b, table) AND EMPTY(arm). How do you tell your arm that you want the world to become: 2. ON(a, b) AND ON (b,c) and ON(c, table) AND EMPTY(ARM)? That is, what is your PLAN for getting the world to look like 2, starting from a world that looks like 1?

16 BLOCKSWORLD Be careful! If in your PLAN the last thing to do is to put b on c, you won t succeed, for you CANNOT do that, since a is already on b, and your arm can hold only 1 block. This means that in planning what to do, you must plan to put b on c BEFORE you put a on b. If you start planning by taking c off a, and putting a on b, you cannot succeed. To succeed you have to represent all of the possible actions you can perform, and determine which ones will not result in achieving the goal and which ones will result in achieving the goal. Even in a simple world like BLOCKSWORLD, to solve the problem, there are more than 15 possible actions to consider, some of which will depend upon what actions preceded them.

17 BLOCKSWORLD When you plan to achieve some goal, you usually break up your plan into smaller ones with smaller goals. You work on each smaller goal, and the end result is your end goal happens. Not always! Sometimes you have you know about the relations BETWEEN the work on the smaller goals. You have the smaller goal of getting block a on block b. You also have the smaller goal of getting block b on block c. But you cannot get your final goal UNLESS you WAIT to put a on b AFTER you have put b on c. You cannot work on the two smaller goals without knowing about what to look for in each. HOW DO YOU GET THIS KNOWLEDGE? HOW DO YOU KNOW THAT YOU CANNOT ACHIEVE YOUR GOAL IF YOU PUT a ON b BEFORE YOU PUT b ON c?

18 Planning your future Humans are always making plans, and our plans are certainly more complex than in BLOCKSWORLD, as is our world. How do we do it? That is, how do we figure out how to break up a goal into smaller goals, and figure out how the goals interact? The interactions can be amazingly complex. Think about cooking a meal, and all the small goals that interact with one another!

19 Sounds and Meanings A speech signal you hear has been broken into the following sounds: k a t s k a r s How do you divide those sounds into words? (i) Kat = cat skars = scares (ii) kats = cats kars = cares Which is correct? It depends on the sentence in which they occur. (i) The cat scares all the birds away. (ii) A cat s cares are few. If you did not have the additional knowledge about the structures of the whole sentences, you would not be able to group the sounds into words correctly. How do you know how much of a sentence (or paragraph, or text) to look at BEFORE you divide sounds into words?

20 Our world is complex and changing Not only is the world very complex, but it also changes. What is true at one time may become false at another time. In reasoning and planning, we have to reason about changes and be able to anticipate changes. How would you tell a robotic brain how to do this?

21 The frame problem Suppose that when you perform some action, you have a complete list of the consequences of performing that action. Is that list enough in reasoning about and planning with respect to the consequences of your actions? NO! Why not? You may know what changes, but what do you know about what does not change?

22 The frame problem You throw a ball in your living room, and it hits a lamp. The lamp falls onto the floor, and a light-bulb shatters. Pieces of glass scatter across the floor. A lot of things happened. You know what happened, because you have a list of what happened. Question: What did not happen? Did the ceiling change color? Did the refrigerator stay on? Did your foot remain attached to your body? If you are not told what does not happen (by being given a list of what does not happen), how will you ever know what does not happen when you perform an action?

23 A bad way to solve the frame problem Solution: Not only do you list the consequences of each action you perform, you also list what does not change when you perform those actions. This is bad, because a great many things do not change when you perform some action. Most of the time, more things stay the same than change. Imagine doing this while standing in the middle of a busy street, deciding whether to cross or to go back! If you had to list everything that does not change, your list would be colossal. And where do you stop? If you live in Newark, must you list every thing in Newark that does not change when you buy a soda at your local store? What about the things that change, even though you don t cause them to change? If your list says that the traffic on the street does not change when you buy a soda, is it safe to cross the street without looking? NO other changes are happening independently of the changes that occur as a result of your actions.

24 An obvious solution to the frame problem? Solution: If it is not on the list of changes, it does not change. Problems: (i) The list of changes is itself a bad way to reason about changes. It will have to be too long think of all possible changes!! Think of the things changing at this very moment! (ii) It will have to say If it is not on the list of changes, POSSIBLY it does not change. But how do you a robot brain what POSSIBLY means?

25 Jobs for good robotic brains Prediction: Given a description of the world over some period of time and a set of rules governing change (such as physics), predict the way the world will be in some future time. Explanation: Given a description of the world over some period of time, and the physics, produce a description of the world at some earlier time that, with the physics, accounts for the world being the way it is at the later time, such as now. (There is (now) a loud noise outside the building. Infer that a car crash produced it.)

26 Jobs for good robotic brains Planning: Given a description of some desired state of the world over some period of time, and of the set of rules governing change, produce a sequence of actions that would result in a world fitting that description. We need to know what must be true for the world to be a certain way, and that it is in my power to make those things true. Learning: Given a description of the world at different times, infer the set of rules governing change (the physics) which accounts for the regularities.

27 More problems! How do we reason efficiently about what is true over extended periods of time? Our physics must support inferences of the form If this is true at time t 1, then that is true at time t 2. The problem is that the if-part might get too large to be of any use to us. Suppose you have a simple physics problem: a ball rolling in a certain direction (at t 1 ) will continue rolling in that direction (at t 2 ). To infer that will happen at t 2, you need to know not just the physics, but also that there are no strong winds, that someone is not about to pick up the ball, that there are no condensed explosives attached to the ball that will explode before t 2, and so on. We could easily continue this list and make it arbitrarily large. Question: How do we reason efficiently AND reliably without having to make sure (i.e., to VERIFY) that thousands and thousands of conditions do not occur? How do we make reliable predictions about the future without taking into account EVERYTHING about the past?

28 Common sense as a solution COMMON SENSE: You do not worry that an elephant will fall on your head when you cross the street, nor that the street will open up and reveal a fiery pit below your feet. How do you tell a robotic mind what is a matter of common sense?

29 Another problem about predicting Even if we solved the previous problem, we might have to make predictions about the future very often, since the world is constantly changing, and what is true at one moment may not be true at the next moment. The shorter the time interval, the more reliable the prediction. If we predict the ball will continue rolling for an instantaneous time interval, we will have to make the prediction infinitely often between t 1 and t 2. This policy will not work we have to be less conservative about the size of the time interval. How do you tell a robotic mind how to be less conservative about the size of the time interval, so that predicting the future is more efficient and yet it is also reliable?

30 Bio-inspired intelligence Evolution gave us incredible minds to solve these problems. So why not borrow the design from nature, and use it in designing robotic minds? We can t at least we can t do it now, since we do not know how WE (human beings) do it. We do not know how we reason common-sensically. We do not know how we solve these difficult problems about reasoning, predicting,explaining, planning, and learning in a world in which changes come and go, a world that waxes and wanes over time.

31 Philosophy again! Why it might be a good idea to give a robot brain the capacity for ethical reasoning. Programming languages for robotic brains use logic for reasoning. One pitfall of logic is that anything can be inferred from a contradiction. This is easy to see. A contradiction has the form p AND not-p. (I am standing here at this location and I it is not true that I am standing here at this location. That is a contradiction.) Given p AND not-p, infer p. Then infer p OR q (by addition). Then infer not-p. Then infer q (by disjunctive syllogism).

32 A family dispute leads to tragedy! Imagine 15 years from now: you are married, have a great spouse, great job, great place to live, and a great do-it-all robot. One morning after you have been out with your friends, indulging in too many beers, you sit at the breakfast table, where there is a TV playing a crime movie. Your spouse says: You got drunk last night! You respond: I did not get drunk last night! The robot is listening to each of you. It hears a contradiction: p AND not-p. At that very moment, a gangster (in the crime movie) yells: Shoot the both of them! The robot infers that this is a valid order, and does it. If the robot had the capacity for ethical reasoning, it might not have done its dirty deed.

33 Consciousness? If a robot is conscious, we will treat it differently than if it is not conscious. (Why? Because it is more similar to a human being if conscious than if it is not conscious.) NO ONE knows whether consciousness is a physical phenomenon like water waves or sound waves or light waves or whether it is non-physical. NO SCIENTIST COULD EVER PROVE CONSCIOUSNESS IS NON-PHYSICAL, BECAUSE ALL SCIENTIFIC THEORIES ARE STATED IN TERMS OF PHYSICAL THINGS (PHYSICAL OBJECTS AND PHYSICAL PROPERTIES). If consciousness is non-physical, only a philosopher could prove that. That is the power of philosophy. But there is no philosophical proof that consciousness is non-physical, nor is there a scientific proof that it is physical. That, then, is the greatest challenge facing designers of robotic brains: to design a conscious brain.

34 More about robots! Where can you learn more about robots? The 2012 Rutgers-Merck Summer Bioethics Institute, July 8 th -July 14 th, all expenses paid. YOU ARE HERE NOW! Our focus is on ethical issues in robotics. How would you tell a robot the difference between being here now, and not being here now?

"BIG AL" SCHREITER'S MAGICAL SEQUENCE OF WORDS

BIG AL SCHREITER'S MAGICAL SEQUENCE OF WORDS "BIG AL" SCHREITER'S MAGICAL SEQUENCE OF WORDS MINI-REPORT #1 Successful network marketing it is not what you say; it is in the magical sequence of words that you use. Knowing the correct sequence of words

More information

Robot: icub This humanoid helps us study the brain

Robot: icub This humanoid helps us study the brain ProfileArticle Robot: icub This humanoid helps us study the brain For the complete profile with media resources, visit: http://education.nationalgeographic.org/news/robot-icub/ Program By Robohub Tuesday,

More information

FIRST GRADE FIRST GRADE HIGH FREQUENCY WORDS FIRST 100 HIGH FREQUENCY WORDS FIRST 100

FIRST GRADE FIRST GRADE HIGH FREQUENCY WORDS FIRST 100 HIGH FREQUENCY WORDS FIRST 100 HIGH FREQUENCY WORDS FIRST 100 about Preprimer, Primer or 1 st Grade lists 1 st 100 of again 100 HF words for Grade 1 all am an are as away be been before big black blue boy brown but by came cat come

More information

Temptation. Temptation. Temptation. Temptation. Temptation START. Lose A Turn. Go Back 1. Move Ahead 1. Roll Again. Move Ahead 1.

Temptation. Temptation. Temptation. Temptation. Temptation START. Lose A Turn. Go Back 1. Move Ahead 1. Roll Again. Move Ahead 1. START Go Back 2 FINISH Ahead 2 Resist The START Go Back 2 FINISH Resist The Directions: The objective of the game is to resist the temptation just like Jesus did. Place your markers on the START square.

More information

Handling the Pressure l Session 6

Handling the Pressure l Session 6 Handling the Pressure l Session 6 Under Pressure Role Plays Put Yourself into the Story Instructions: Photocopy this page and cut out the cards. Read one scenario at a time and choose a child to answer

More information

Talking to Kids about Jimi & Isaac Books

Talking to Kids about Jimi & Isaac Books Talking to Kids about Jimi & Isaac Books By Phil Rink, PE Originally Published on LinkedIn 8 February, 2016 Revised February 2018 Howdy. My name is Phil Rink and I write Jimi & Isaac books. Please take

More information

Lesson 2: Energy. Fascinating Education Script Introduction to Science Lessons. Slide 1: Introduction. Slide 2: How do you know to eat?

Lesson 2: Energy. Fascinating Education Script Introduction to Science Lessons. Slide 1: Introduction. Slide 2: How do you know to eat? Fascinating Education Script Introduction to Science Lessons Lesson 2: Energy Slide 1: Introduction Slide 2: How do you know to eat? Why did you eat breakfast this morning? I suppose you re going to say

More information

Uploading and Consciousness by David Chalmers Excerpted from The Singularity: A Philosophical Analysis (2010)

Uploading and Consciousness by David Chalmers Excerpted from The Singularity: A Philosophical Analysis (2010) Uploading and Consciousness by David Chalmers Excerpted from The Singularity: A Philosophical Analysis (2010) Ordinary human beings are conscious. That is, there is something it is like to be us. We have

More information

A collection of old broken down cars litter the front lawn.

A collection of old broken down cars litter the front lawn. EXT. S HOUSE - DAY A collection of old broken down cars litter the front lawn., 29, tall and handsome in overalls stands over a car looking down at its engine, cleaning a spanner with an oily rag. David

More information

My CDM Visit: A Social Story. We Find the Museum We might drive to the event. We might park the car and walk over to the Museum.

My CDM Visit: A Social Story. We Find the Museum We might drive to the event. We might park the car and walk over to the Museum. My CDM Visit: A Social Story Children s Discovery Museum is a fun place where I can look at, touch, play, and explore things. I might go there soon. I can learn about the Museum before I go. There are

More information

today it is my left leg. With each step I reach back and pull my leg forward to make another

today it is my left leg. With each step I reach back and pull my leg forward to make another The Inflating Uterus I walk on the sidewalk, my left leg dragging behind me. Every day it seems to be something, today it is my left leg. With each step I reach back and pull my leg forward to make another

More information

Buy The Complete Version of This Book at Booklocker.com:

Buy The Complete Version of This Book at Booklocker.com: This unique and distinctive book literally entrances the reader from start to finish. Hypnotherapist Elizabeth Riches delivers potent, persuasive and convenient suggestions to help melt away those excess

More information

Black Ops Hypnosis Exposed

Black Ops Hypnosis Exposed Black Ops Hypnosis Exposed Hey this is Cameron Crawford with Black Ops Hypnosis. First of all I want to thank you and say congratulations. You are about to become a master of social manipulation because

More information

Your Lungs. Oxygen from the air you breathe passes through your lungs into your blood.

Your Lungs. Oxygen from the air you breathe passes through your lungs into your blood. Your Lungs Your lungs work hard breathing every minute of every day. Lungs are some of the largest organs in your body. Your lungs fill up almost your whole chest. Everyone has two lungs. The lung on the

More information

Philosophical Foundations

Philosophical Foundations Philosophical Foundations Weak AI claim: computers can be programmed to act as if they were intelligent (as if they were thinking) Strong AI claim: computers can be programmed to think (i.e., they really

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence Chapter 1 Chapter 1 1 Outline Course overview What is AI? A brief history The state of the art Chapter 1 2 Administrivia Class home page: http://inst.eecs.berkeley.edu/~cs188 for

More information

Raising the Bar Sydney 2018 Zdenka Kuncic Build a brain

Raising the Bar Sydney 2018 Zdenka Kuncic Build a brain Raising the Bar Sydney 2018 Zdenka Kuncic Build a brain Welcome to the podcast series; Raising the Bar, Sydney. Raising the bar in 2018 saw 20 University of Sydney academics take their research out of

More information

News English.com Ready-to-use ESL / EFL Lessons Grand Theft Auto IV to smash sales records

News English.com Ready-to-use ESL / EFL Lessons Grand Theft Auto IV to smash sales records www.breaking News English.com Ready-to-use ESL / EFL Lessons 1,000 IDEAS & ACTIVITIES FOR LANGUAGE TEACHERS The Breaking News English.com Resource Book http://www.breakingnewsenglish.com/book.html Grand

More information

WELCOME TO SCENES FOR CLASSROOM STUDY!

WELCOME TO SCENES FOR CLASSROOM STUDY! WELCOME TO SCENES FOR CLASSROOM STUDY! Use this scene in your classroom for character study, scene work, substitute teachers, performance, Individual Event competitions, and however else you can imagine.

More information

SDS PODCAST EPISODE 148 FIVE MINUTE FRIDAY: THE TROLLEY PROBLEM

SDS PODCAST EPISODE 148 FIVE MINUTE FRIDAY: THE TROLLEY PROBLEM SDS PODCAST EPISODE 148 FIVE MINUTE FRIDAY: THE TROLLEY PROBLEM Show Notes: http://www.superdatascience.com/148 1 This is Five Minute Friday episode number 144, two things to remember and two things to

More information

Cultural Environmental Bilingual Educational

Cultural Environmental Bilingual Educational Cultural Environmental Bilingual Educational 25 Teachings Inspired Agnes Baker Pilgrim found in Upriver to Morning Collected and Summarized by Tish McFadden Book One: 1. YOUR GIFTS: Everybody, from the

More information

22: Negotiation & Refusal Skills

22: Negotiation & Refusal Skills 22: Negotiation & Refusal Skills Words of Wisdom Assertive, Aggressive & Passive Communication Styles Three Refusal Techniques Pressure Lines Pressure Lines with Assertive Responses Condom Negotiation

More information

Wipe Out Lesson 3 January 19/20 1

Wipe Out Lesson 3 January 19/20 1 1 Large Group! Series at a Glance for Elevate About this Series: Jump! Duck! Dodge! Does life ever feel like an obstacle course? Push your way through this math quiz! Pick the right friends as your teammates,

More information

The world s most commonly believed tall tale

The world s most commonly believed tall tale The world s most commonly believed tall tale These are the two most common machine tools: LATHE MILL Together they can make a part like this, a piston. These machines that make parts are themselves made

More information

Thinking and Autonomy

Thinking and Autonomy Thinking and Autonomy Prasad Tadepalli School of Electrical Engineering and Computer Science Oregon State University Turing Test (1950) The interrogator C needs to decide if he is talking to a computer

More information

SPARK OF LIFE. How does your body react to electricity?

SPARK OF LIFE. How does your body react to electricity? SPARK OF LIFE How does your body react to electricity? WHO WAS FRANKENSTEIN? What do you know about Victor Frankenstein and his creature? Victor Frankenstein and the monster he created were invented 200

More information

There is limited competition for a good Press Release. There are many Free Press Release services and even the paid services are quite cheap.

There is limited competition for a good Press Release. There are many Free Press Release services and even the paid services are quite cheap. There is limited competition for a good Press Release. There are many Free Press Release services and even the paid services are quite cheap. And best of all: Google Loves Press Releases and ranks them

More information

Trainyard: A level design post-mortem

Trainyard: A level design post-mortem Trainyard: A level design post-mortem Matt Rix Magicule Inc. - I m Matt Rix, the creator of Trainyard - This talking is going to be partly a post-mortem - And partly just me talking about my philosophy

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence Chapter 1 Chapter 1 1 Outline Course overview What is AI? A brief history The state of the art Chapter 1 2 Administrivia Class home page: http://inst.eecs.berkeley.edu/~cs188 for

More information

BATTERY STACK. Can an invention be both negative and positive?

BATTERY STACK. Can an invention be both negative and positive? BATTERY STACK Can an invention be both negative and positive? WHO WAS FRANKENSTEIN? What do you know about Victor Frankenstein and his creature? Victor Frankenstein and the monster he created first appeared

More information

ISAT: BELIEVE, ACHIEVE, SUCCEED

ISAT: BELIEVE, ACHIEVE, SUCCEED RELAXATION STRATEGIES Deep Breath 1. Take a deep breath. 2. Hold it for about 3 seconds. 3. Then, let it out all at once. As you let it out, let your jaw relax, your shoulders relax and think calm. 4.

More information

Open Source Voices Interview Series Podcast, Episode 03: How Is Open Source Important to the Future of Robotics? English Transcript

Open Source Voices Interview Series Podcast, Episode 03: How Is Open Source Important to the Future of Robotics? English Transcript [Black text: Host, Nicole Huesman] Welcome to Open Source Voices. My name is Nicole Huesman. The robotics industry is predicted to drive incredible growth due, in part, to open source development and the

More information

Phrases for 2 nd -3 rd Grade Sight Words (9) for for him for my mom it is for it was for. (10) on on it on my way On the day I was on

Phrases for 2 nd -3 rd Grade Sight Words (9) for for him for my mom it is for it was for. (10) on on it on my way On the day I was on (1) the on the bus In the school by the dog It was the cat. Phrases for 2 nd -3 rd Grade Sight Words (9) for for him for my mom it is for it was for (17) we If we go we can sit we go out Can we go? (2)

More information

No Cost Online Marketing

No Cost Online Marketing No Cost Online Marketing No matter what type of Internet business you have, you need to be promoting it at all times. If you don t make the effort to tell the right people about it (i.e. those people who

More information

MONSTER MASK Who s the monster here?

MONSTER MASK Who s the monster here? MONSTER MASK Who s the monster here? WHO WAS FRANKENSTEIN? What do you know about Victor Frankenstein and his creature? Victor Frankenstein and the monster he created first appeared 200 years ago in Mary

More information

Why do people set goals?

Why do people set goals? Note: to save space this file has been saved without the picture borders. Name: 1-2 Why do people set goals? Materials needed: piece of blank paper or cardboard for each group of 4 students Activity 1

More information

Grade 3, Module 5: Fractions as Number on the Number Line Mission: Fractions as Numbers

Grade 3, Module 5: Fractions as Number on the Number Line Mission: Fractions as Numbers Grade 3, Module 5: Fractions as Number on the Number Line Mission: Fractions as Numbers Lessons Table of Contents Lessons... 2-41 Topic A: Partitioning a Whole into Equal Parts... 2 Topic B: Unit Fractions

More information

Welcome to CompSci 171 Fall 2010 Introduction to AI.

Welcome to CompSci 171 Fall 2010 Introduction to AI. Welcome to CompSci 171 Fall 2010 Introduction to AI. http://www.ics.uci.edu/~welling/teaching/ics171spring07/ics171fall09.html Instructor: Max Welling, welling@ics.uci.edu Office hours: Wed. 4-5pm in BH

More information

They Grow up so Fast: A project on budgeting

They Grow up so Fast: A project on budgeting They Grow up so Fast: A project on budgeting The objective of this project is for you to set up a budget that would allow you to live the type of life you would like, as well as to understand what skills

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence Lecture 01 - Introduction Edirlei Soares de Lima What is Artificial Intelligence? Artificial intelligence is about making computers able to perform the

More information

Module 2: The Free Session That Sell Experience Part 1

Module 2: The Free Session That Sell Experience Part 1 Module 2: The Free Session That Sell Experience Part 1 I m a business coach, and I m going take you through Free Sessions That Sell as though you re a business owner/potential client. You have a business,

More information

Improving a Paragraph. Day 1 - If you could be any super hero, who would you be? Day 2 - Which chore do you dislike doing the most?

Improving a Paragraph. Day 1 - If you could be any super hero, who would you be? Day 2 - Which chore do you dislike doing the most? Day 1 - If you could be any super hero, who would you be? I would be superman! Superman is able to fly and he has super strength and he has freeze breathe and he has heat vision! With all of those powers

More information

VISITOR SOCIAL STORY

VISITOR SOCIAL STORY VISITOR SOCIAL STORY Front Desk W hen I walk into the museum, I will see a long desk on my left. This desk is where we have to pay or show our membership card to get admission to the museum or a movie

More information

Training and Resources by Awnya B. Paparazzi Accessories Consultant #

Training and Resources by Awnya B. Paparazzi Accessories Consultant # Papa Rock Stars Podcast Training and Resources by Awnya B. Paparazzi Accessories Consultant #17961 awnya@paparockstars.com http://www.paparockstars.com Paparazzi Accessories Elite Leader: Natalie Hadley

More information

Worth It Lesson 1 October 20/21 1

Worth It Lesson 1 October 20/21 1 1 Large Group Series at a Glance for Kid-O-Deo About this Series: If you had ten dollars, what would you do with it? Spend it? Save it? Give it away? It might be wisest to do all three! Whether you are

More information

If you don t design your own life plan, chances are you ll fall into someone else s plan. And guess what they have planned for you? Not much.

If you don t design your own life plan, chances are you ll fall into someone else s plan. And guess what they have planned for you? Not much. If you don t design your own life plan, chances are you ll fall into someone else s plan. And guess what they have planned for you? Not much. Jim Rohn Hello my name is Tony Berry and I am creator of The

More information

We're excited to announce that the next JAFX Trading Competition will soon be live!

We're excited to announce that the next JAFX Trading Competition will soon be live! COMPETITION Competition Swipe - Version #1 Title: Know Your Way Around a Forex Platform? Here s Your Chance to Prove It! We're excited to announce that the next JAFX Trading Competition will soon be live!

More information

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

Artificial Intelligence (AI) Artificial Intelligent definition, vision, reality and consequences. 1. What is AI, definition and use today? Artificial Intelligent definition, vision, reality and consequences Peter Funk Department of computer Science Mälardalen University peter.funk@mdh.se Artificial Intelligence (AI) 1. What is AI, definition

More information

Cracks in the Old Clay Pot Review 1 Drawing Conclusions Author s Style

Cracks in the Old Clay Pot Review 1 Drawing Conclusions Author s Style Cracks in the Old Clay Review 10 Pot Drawing Conclusions Author s Style Cracks in an Old Clay Pot 1 Warm, spicy smells filled Abuelita s house. Serafina took a long, deep breath. How happy she was to be

More information

Increasing Achievement for Schools, Teachers, & Students. United Learning Center. All rights reserved.

Increasing Achievement for Schools, Teachers, & Students. United Learning Center. All rights reserved. Increasing Achievement for Schools, Teachers, & Students United Learning Center. All rights reserved. 1,000 Series Read the following selection. Then answer questions 1 through 12. Ink is Interesting Did

More information

They Grow Up So Fast: A Project on Budgeting

They Grow Up So Fast: A Project on Budgeting They Grow Up So Fast: A Project on Budgeting Task Due date 1) Your family 5/28 2) Get a Job 5/28 3) Death and Taxes 5/28 4) Roof Over Your Head 6/3 5) Get Your Motor 6/3 Running 6) Oh My Darling Babies

More information

Daily Announcements. M T W Th F

Daily Announcements. M T W Th F Daily Announcements A week of Never Giving Up! Make it a NEVER GIVE UP WEEK at school! Read an announcement every day of the week to reinforce the theme. Announcements can be made by the principal, the

More information

Welcome. Along the path of the labyrinth are various areas. Each area allows you to consider and talk to God about you and school.

Welcome. Along the path of the labyrinth are various areas. Each area allows you to consider and talk to God about you and school. Welcome You are about to walk the PrayDay For Schools Labyrinth. A labyrinth is a marked out path. All labyrinths have a pattern where you walk towards the centre and then out again towards a place of

More information

The REAL Thing That Happened to the Unicorns. By Haley

The REAL Thing That Happened to the Unicorns. By Haley The REAL Thing That Happened to the Unicorns By Haley Have you ever wondered why you never see unicorns? Or where they went? Where did they go? Well after years and years of research, scientists have found

More information

10 Ways to Embrace the Frugal Life

10 Ways to Embrace the Frugal Life 10 Ways to Embrace the Frugal Life To truly enjoy everything they want out of life, many people have been turning to frugal living. By embracing the frugal life, they have been able to get rid of debt,

More information

My Perfect Face. by Eric Eberwein Eric Eberwein All rights reserved Publication Scene4 Magazine

My Perfect Face. by Eric Eberwein Eric Eberwein All rights reserved Publication Scene4 Magazine My Perfect Face by Eric Eberwein 2007 Eric Eberwein All rights reserved. 2007 Publication Scene4 Magazine Published as formatted by the author in the December 2007 issue of SCENE4 Magazine (www.scene4.com)

More information

Personal Narrative Essay Assignment

Personal Narrative Essay Assignment Personal Narrative Essay Assignment Assignment: For this writing assignment, you will write an essay about an incident or experience in your life that has been meaningful to you. You will be choosing a

More information

WORKSHOP JOURNAL AND HANDOUTS The Motivation Equation: Designing Motivation into Deeper Learning COSEBOC conference, April 25, 2013

WORKSHOP JOURNAL AND HANDOUTS The Motivation Equation: Designing Motivation into Deeper Learning COSEBOC conference, April 25, 2013 WORKSHOP JOURNAL AND HANDOUTS The Motivation Equation: Designing Motivation into Deeper Learning COSEBOC conference, April 25, 2013 Presented by Kathleen Cushman, co-founder of What Kids Can Do For more

More information

Dipartimento di Elettronica Informazione e Bioingegneria Robotics

Dipartimento di Elettronica Informazione e Bioingegneria Robotics Dipartimento di Elettronica Informazione e Bioingegneria Robotics Behavioral robotics @ 2014 Behaviorism behave is what organisms do Behaviorism is built on this assumption, and its goal is to promote

More information

Habits of Unhappy People

Habits of Unhappy People Habits of Unhappy People by HENRIK EDBERG Image by Mitya Kuznetsov (license). Very little is needed to make a happy life; it is all within yourself, in your way of thinking. Marcus Aurelius Let us be grateful

More information

explore space Texas Alliance for Minorities in Engineering, Trailblazer I -

explore space Texas Alliance for Minorities in Engineering, Trailblazer I - explore space explore space YOUR MISSION: Space is an enormous concept. We want students to feel how amazing space is, and also to imagine themselves working there. Maybe one of these students will be

More information

Information on Time Management

Information on Time Management Information on Time Management It is virtually impossible to accomplish any feat without being organized to some degree. In order to apply your makeup each day, you must have it all before you! Do you

More information

KEN Read the papers. Last week some whacko burned out his neighbor for playing bongo drums. KEN MIKE KEN MIKE. (beat)

KEN Read the papers. Last week some whacko burned out his neighbor for playing bongo drums. KEN MIKE KEN MIKE. (beat) Read the papers. Last week some whacko burned out his neighbor for playing bongo drums. I'll just take a look outside. And while I m gone-- Stay here. --you can watch the end of your movie. You don t know

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

Episode 3: New to Numenta? Top 5 Things You Need to Know

Episode 3: New to Numenta? Top 5 Things You Need to Know Episode 3: New to Numenta? Top 5 Things You Need to Know August 28, 2018 Christy: 00:00 Hi, this is Christy Maver. Matt: 00:02 And I'm Matt Taylor and you're listening to the Numenta On Intelligence podcast.

More information

Teacher s Notes. Level 6. Did you know? Pearson English Kids Readers. Teacher s Notes. Summary of the story. Background information

Teacher s Notes. Level 6. Did you know? Pearson English Kids Readers. Teacher s Notes. Summary of the story. Background information Level 6 Suitable for: young learners who have completed up to 300 hours of study in English Type of English: American Headwords: 1200 Key words: Key grammar: 15 (see pages 2 and 6 of these ) past continuous,

More information

SAM S JOURNEY A STORY OF SOMATIZATION

SAM S JOURNEY A STORY OF SOMATIZATION SAM S JOURNEY A STORY OF SOMATIZATION WRITTEN BY: KATHERINE GREEN AND CARLIE PENNER ILLUSTRATED BY: KATHERINE GREEN Hi! I m Sam. I like school, sports, and music. 1 A little while ago, my mom hurt her

More information

2 Q. Do you swear that the testimony you are about to give is the truth, the whole truth, and 3 nothing but the truth?

2 Q. Do you swear that the testimony you are about to give is the truth, the whole truth, and 3 nothing but the truth? 1 Q. Do you swear that the testimony you are about to give is the truth, the whole truth, and nothing but the truth? A. I do. 6 Q. Please state your name, address and contact information. A. S Q. On whose

More information

If...Then Unit Nonfiction Book Clubs. Bend 1: Individuals Bring Their Strengths as Nonfiction Readers to Clubs

If...Then Unit Nonfiction Book Clubs. Bend 1: Individuals Bring Their Strengths as Nonfiction Readers to Clubs If...Then Unit Nonfiction Book Clubs Bend 1: Individuals Bring Their Strengths as Nonfiction Readers to Clubs Session 1 Connection: Readers do you remember the last time we formed book clubs in first grade?

More information

1st Grade Waves

1st Grade Waves Slide 1 / 91 Slide 2 / 91 1st Grade Waves 2015-11-20 www.njctl.org Slide 3 / 91 Table of Contents What are Waves? Click on the topic to go to that section Sound Sight What Happens When Light Hits Certain

More information

Allison & George Episode #9. The Big Move. George: We need to talk, sweetheart. So sit your pretty self over here on the couch.

Allison & George Episode #9. The Big Move. George: We need to talk, sweetheart. So sit your pretty self over here on the couch. Allison & George Episode #9 The Big Move Cast: George Allison Billy Props: Broom or vacuum George: We need to talk, sweetheart. So sit your pretty self over here on the couch. Allison: Oh, George, not

More information

English as a Second Language Podcast ESL Podcast 265 Listening to the Radio

English as a Second Language Podcast   ESL Podcast 265 Listening to the Radio GLOSSARY simulcast a live (not recorded) broadcast of an event or performance; something that is shown in two places or in two ways at the same time, such as on the television and the radio * I was watching

More information

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

Outline. What is AI? A brief history of AI State of the art Introduction to AI Outline What is AI? A brief history of AI State of the art What is AI? AI is a branch of CS with connections to psychology, linguistics, economics, Goal make artificial systems solve

More information

Convocation Speech. Mark Richter. August 2008 (MSU)

Convocation Speech. Mark Richter. August 2008 (MSU) Convocation Speech Mark Richter August 2008 (MSU) Welcome to College and welcome to Missouri State University. I m sure you ve heard that quite a few times already but it never hurts to hear it one more

More information

You are the next in line at the grocery store and you have a full cart. The person behind you has one item. What do you do?

You are the next in line at the grocery store and you have a full cart. The person behind you has one item. What do you do? #1 You have just loaded your groceries into your car. What do you do with your shopping cart? A. Let it roll across the parking lot while you look the other way. B. Push it discreetly to one side. C. Return

More information

What I Would Do Differently If I Was Starting Today (Transcript)

What I Would Do Differently If I Was Starting Today (Transcript) What I Would Do Differently If I Was Starting Today (Transcript) Hi there. Henri here. In this audio class I wanted to cover what I would do differently if I was starting my online business today. There

More information

Legal Advice on Deadly Force

Legal Advice on Deadly Force 1 Legal Advice on Deadly Force From a non-lawyer so take it for what it s worth. So what do you do if you are caught up in a deadly force scenario? Let me state again. I am not a lawyer. But, I have been

More information

Change Your Thoughts Lose Weight. by Dr. Becky Gillaspy

Change Your Thoughts Lose Weight. by Dr. Becky Gillaspy Change Your Thoughts Lose Weight by Dr. Becky Gillaspy About The Author Happily married to her college sweetheart since 1993, Dr. Becky Gillaspy is mom to a wonderful daughter. She is a Doctor of Chiropractic

More information

Summer Math Calendar

Summer Math Calendar Going into Third Grade Directions: Follow the daily activities to practice different math concepts. Feel free to extend any of the activities listed. When the work is completed, have a parent initial the

More information

Zig Ziglar s SECRET SELLING. For Those Who THINK They re Not in Sales

Zig Ziglar s SECRET SELLING. For Those Who THINK They re Not in Sales Zig Ziglar s SECRET SELLING For Those Who THINK They re Not in Sales The old saying is true: everyone is selling something. Everyone is in the business of selling. So how do you rise to the top? Here s

More information

Philosophical Foundations. Artificial Intelligence Santa Clara University 2016

Philosophical Foundations. Artificial Intelligence Santa Clara University 2016 Philosophical Foundations Artificial Intelligence Santa Clara University 2016 Weak AI: Can machines act intelligently? 1956 AI Summer Workshop Every aspect of learning or any other feature of intelligence

More information

Crazy Strips Contest. Copyright [first year of publication] Individual author and/or Walker Books Ltd. All rights reserved.

Crazy Strips Contest. Copyright [first year of publication] Individual author and/or Walker Books Ltd. All rights reserved. Crazy Strips Contest Judy Moody did not set out to save the world. She set out to win a contest. A Band- Aid contest. Judy snapped open her doctor kit. Where was that box of Crazy Strips? She lifted out

More information

INFORMATION FOR THE FACILITATOR

INFORMATION FOR THE FACILITATOR INFORMATION FOR THE FACILITATOR Section 1 is to support a person s understanding of a health action plan. It is for someone who has some understanding of spoken language. This section gives very basic

More information

BLAKE MORGAN DIAMONDS IN THE DARK ECR

BLAKE MORGAN DIAMONDS IN THE DARK ECR BLAKE MORGAN DIAMONDS IN THE DARK ECR-1306021-01- BLAKE MORGAN DIAMONDS IN THE DARK WATER WATER EVERYWHERE I CAN HEAR YOU SAY FORGETTING TO REMEMBER YOU SUSPICIOUS BLISS BEST BAD IDEA BLACK INTO BLUE HAUNT

More information

Editing Your Novel by: Katherine Lato Last Updated: 12/17/14

Editing Your Novel by: Katherine Lato Last Updated: 12/17/14 Editing Your Novel by: Katherine Lato Last Updated: 12/17/14 Basic Principles: I. Do things that make you want to come back and edit some more (You cannot edit an entire 50,000+ word novel in one sitting,

More information

Teacher s Notes. Level 4. Did you know? Pearson English Kids Readers. Teacher s Notes. Summary of the story. Background information

Teacher s Notes. Level 4. Did you know? Pearson English Kids Readers. Teacher s Notes. Summary of the story. Background information Level 4 Suitable for: young learners who have completed up to 200 hours of study in English Type of English: American Headwords: 800 Key words: Key grammar: 15 (see pages 2 and 5 of these ) past simple

More information

Countable versus Uncountable nouns

Countable versus Uncountable nouns Countable versus Uncountable nouns Okay, before we start class, would you like a cup of tea or coffee? I smell a rat. You re not normally this generous. Don t be so critical. Tea of coffee? Tea please.

More information

Levels of Description: A Role for Robots in Cognitive Science Education

Levels of Description: A Role for Robots in Cognitive Science Education Levels of Description: A Role for Robots in Cognitive Science Education Terry Stewart 1 and Robert West 2 1 Department of Cognitive Science 2 Department of Psychology Carleton University In this paper,

More information

Cognitive Science: What Is It, and How Can I Study It at RPI?

Cognitive Science: What Is It, and How Can I Study It at RPI? Cognitive Science: What Is It, and How Can I Study It at RPI? What is Cognitive Science? Cognitive Science: Aspects of Cognition Cognitive science is the science of cognition, which includes such things

More information

Examples of Referrals Requests

Examples of Referrals Requests 1) A Dating Coach Examples of Referrals Requests Background: Laura is a personal life coach specializing in helping women date and find a spouse. Laura is like an ultimate big sister" - a senior female

More information

Ms. Gedling s Class Technology Changes

Ms. Gedling s Class Technology Changes Ms. Gedling s Class Technology Changes 2013-2014 The Camera Eleanor Introduction People use the camera to look in the past and to keep your favorite memories. First, it was the daguerreotype camera Then

More information

The Real Secret Of Making Passive Income By Using Internet At Your Spare Time!

The Real Secret Of Making Passive Income By Using Internet At Your Spare Time! Internet Marketing - Quick Starter Guide The Real Secret Of Making Passive Income By Using Internet At Your Spare Time! FILJUN TEJANO Table of Contents About the Author 2 Internet Marketing Tips For The

More information

Why Do We Need Selections In Photoshop?

Why Do We Need Selections In Photoshop? Why Do We Need Selections In Photoshop? Written by Steve Patterson. As you may have already discovered on your own if you ve read through any of our other Photoshop tutorials here at Photoshop Essentials,

More information

Writing Prompts. for grades 2-4. #18 Best/Worst Day Ever #19 Celebration #20 Scared

Writing Prompts. for grades 2-4. #18 Best/Worst Day Ever #19 Celebration #20 Scared Writing Prompts for grades 2-4 Expository #1 Introduce Yourself Personal Narrative #17 I/We Got Caught Grades 2-4 PROMPTS #2 Outdoor Activity #3 I Learned How #4 Favorite Game #5 Class Rules #6 Teacher

More information

The Importance of Professional Editing

The Importance of Professional Editing The Importance of Professional Editing As authors prepare to publish their books, they are faced with the question of whether or not to pay a professional editor to help polish their manuscript. Since

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

Guitar Practice Sins - Answers

Guitar Practice Sins - Answers Guitar Practice Sins - Answers Here are the answers to the guitar practice sins committed in this guitar practice video: http://practiceguitarnow.com/identifyguitarpracticemistakes.html Scenario #1 (3:27-3:47)

More information

Where do you get your ideas?

Where do you get your ideas? Where do you get your ideas? neilgaiman.com Every profession has its pitfalls. Doctors, for example, are always being asked for free medical advice, lawyers are asked for legal information, morticians

More information

The Case of Ivan Kane. by Naadir Joseph

The Case of Ivan Kane. by Naadir Joseph The Case of Ivan Kane by Naadir Joseph Copyright August 2017 Naadir Joseph and Off The Wall Play Publishers http://offthewallplays.com This script is provided for reading purposes only Professionals and

More information

Hypnotic Closing Patterns. Hypnotic Media LLC

Hypnotic Closing Patterns. Hypnotic Media LLC Hypnotic Closing Patterns Hypnotic Media LLC The first 7 patterns were in the video Go over each pattern Show you how to take parts of a pattern and use it elsewhere (or in other patterns) Should be spread

More information