C REATING AI: A UNIQUE INTERPLAY BETWEEN THE DEVELOPMENT OF LEARNING ALGORITHMS AND THEIR EDUCATION Authors: Anat Treister-Goren and Jason L. Hutchens.

Slides:



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

Turing’s Test, Searle’s Objection
Cognitive Systems, ICANN panel, Q1 What is machine intelligence, as beyond pattern matching, classification and prediction. What is machine intelligence,
Simulation - An Introduction Simulation:- The technique of imitating the behaviour of some situation or system (economic, military, mechanical, etc.) by.
An Introduction to Artificial Intelligence Presented by : M. Eftekhari.
WORD GAME: According to AI, using certain set of rules, the words “CARPET” and “MEAT” are regarded equal, and the words “LAP” and “LEAP” are regarded to.
Interactive Artifacts. Shared Understanding & Mutual Intelligibility Defines the field of social studies – Interpreting the actions of others – Goal is.
Shailesh Appukuttan : M.Tech 1st Year CS344 Seminar
1 CODE TESTING Principles and Alternatives. 2 Testing - Basics goal - find errors –focus is the source code (executable system) –test team wants to achieve.
Class Discussion Chapter 2 Neural Networks. Top Down vs Bottom Up What are the differences between the approaches to AI in chapter one and chapter two?
EC: Lecture 17: Classifier Systems Ata Kaban University of Birmingham.
1 Lecture 33 Introduction to Artificial Intelligence (AI) Overview  Lecture Objectives.  Introduction to AI.  The Turing Test for Intelligence.  Main.
Introduction to Cognitive Science Lecture #1 : INTRODUCTION Joe Lau Philosophy HKU.
COMP 3009 Introduction to AI Dr Eleni Mangina
CPSC 322 Introduction to Artificial Intelligence September 10, 2004.
Lecture 1 Introduction: Linguistic Theory and Theories
Artificial Intelligence
© 2004 Team Bondi Pty. Ltd. Interactive Drama – Dynamic Dialogue and Sandbox Worlds / AGDC.
CHAPTER 12 ADVANCED INTELLIGENT SYSTEMS © 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang.
1 AI and Agents CS 171/271 (Chapters 1 and 2) Some text and images in these slides were drawn from Russel & Norvig’s published material.
Chapter 9: Language and Communication. Chapter 9: Language and Communication Chapter 9 has four modules: Module 9.1 The Road to Speech Module 9.2 Learning.
The Turing Test Jen Brandner for CSCI 405 Conversational AI and the Loebner Prize Competition.
CSCI 4410 Introduction to Artificial Intelligence.
1 Intelligent Systems Q: Where to start? A: At the beginning (1940) by Denis Riordan Reference Modern Artificial Intelligence began in the middle of the.
Artificial Intelligence CIS 342 The College of Saint Rose David Goldschmidt, Ph.D.
Introduction to Artificial Intelligence Artificial Intelligence Section 4 Mr. Sciame.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Artificial Intelligence: Definition “... the branch of computer science that is concerned with the automation of intelligent behavior.” (Luger, 2009) “The.
Tennessee Technological University1 The Scientific Importance of Big Data Xia Li Tennessee Technological University.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
Computer Go : A Go player Rohit Gurjar CS365 Project Proposal, IIT Kanpur Guided By – Prof. Amitabha Mukerjee.
Language Joviltė Beržanskytė PSbns Content: Elements of language Language development The Influence of language to thinking Do animals use language?
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives Artificial intelligence systems form a broad and diverse set of.
Adele E. Goldberg. How argument structure constructions are learned.
UNIVERSITI TENAGA NASIONAL 1 CCSB354 ARTIFICIAL INTELLIGENCE AI Debates Instructor: Alicia Tang Y. C.
CMPF144 FUNDAMENTALS OF COMPUTING THEORY Module 2: Abilities of Computers.
© 2008 The McGraw-Hill Companies, Inc. Chapter 8: Cognition and Language.
I Robot.
Sample Size Considerations for Answering Quantitative Research Questions Lunch & Learn May 15, 2013 M Boyle.
Grades: 6-8 Subject: Artificial Intelligence An Introduction to the Turing Test.
Section 2.3 I, Robot Mind as Software McGraw-Hill © 2013 McGraw-Hill Companies. All Rights Reserved.
1 The main topics in AI Artificial intelligence can be considered under a number of headings: –Search (includes Game Playing). –Representing Knowledge.
Model Selection and Validation. Model-Building Process 1. Data collection and preparation 2. Reduction of explanatory or predictor variables (for exploratory.
It is Artificial Idiocy that is alarming, Not Artificial Intelligence David Sanders Reader – University of Portsmouth Senior Research Fellow – Royal Academy.
Artificial Intelligence By: Ian, Chelsea, Doug, & Grace.
Creating and thinking critically
Language Spoken, Gestured or Written words and the way we combine them as we think and communicate Does language truly set us apart from all other species?
T. Gregory BandyInteraction Machines SeminarFebruary 21, Union College - Computer Science Graduate Program Interaction Machines Are they more.
CMPB454 ARTIFICIAL INTELLIGENCE (AI) CHAPTER 1.1 Background Information CHAPTER 1.1 Background Information Instructor: Alicia Tang Y. C.
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
1 ARTIFICIAL INTELLIGENCE Gilles BÉZARD Version 3.16.
1 Artificial Intelligence & Prolog Programming CSL 302.
Understanding AI of 2 Player Games. Motivation Not much experience in AI (first AI project) and no specific interests/passion that I wanted to explore.
Artificial Intelligence Skepticism by Josh Pippin.
Network Management Lecture 13. MACHINE LEARNING TECHNIQUES 2 Dr. Atiq Ahmed Université de Balouchistan.
Human-level artificial intelligence? Be serious! Nils J. Nilsson.
Chapter 2 First Language Acquisition
Infancy Chapter 5.
Piaget’s four stages of cognitive development
Infancy Chapter 5.
Chapter 7 Psychology: Memory.
Maths in Foundation.
Course Instructor: knza ch
AI and Agents CS 171/271 (Chapters 1 and 2)
A User study on Conversational Software
COMP3710 Artificial Intelligence Thompson Rivers University
Maths in Foundation March 2019
Adult Learning and Training
Presentation transcript:

C REATING AI: A UNIQUE INTERPLAY BETWEEN THE DEVELOPMENT OF LEARNING ALGORITHMS AND THEIR EDUCATION Authors: Anat Treister-Goren and Jason L. Hutchens Presentation by: Carlos Fernández Musoles

I NTRODUCTION Alan Turing “Can machines think?” = Turing Test: conversational scenario, whereby if a human interrogator cannot distinguish between a machine and a human, then it can be said to be thinking. Artificial Intelligence NV (Ai) goal is to create a machine capable of passing the Turing Test. Currently: HAL has a level of a 18 month child. Equal importance to the development of learning algorithms and their training and evaluation.

O VERVIEW Difficult to simulate adult level conversation Turing suggestion: instead produce a programme to simulate the child’s, and then subject it to appropriate education to develop it to an adult level. Traditional approach Fixed grammatical rules are sufficient. Failed to learn the essence of human intelligence. Ai approach More behaviouristic approach: stimuli from the environment (feedback) – response from the system (learning) Black box model (architecture is not important, behaviour is)

HAL’ S A RCHITECTURE Black box system from the trainer point of view Internally, two models: one makes predictions about the symbol it is likely to observe next (probability distribution); the second calculates correlations between HAL’s behaviour and reinforcement from the trainer The development team help improving learning algorithms

HAL’ S A RCHITECTURE Conversation HAL-trainer is enough to go from babbling in characters to generating meaningful sequences of words Feedback information is given in an intuitive way Trainer can edit HAL’s sentences by adding / deleting characters (with gives reinforcement)

T RAINING AND E VALUATION Our perception of intelligence is influenced by our expectations (monkeys, children, lecturers...) Setting different levels to be achieved by HAL helps in the learning HAL is given specific reinforcement on each level to achieve the necessary lingual behaviours

‘15 MONTH OLD ’ MILESTONE HAL’s performance comparable to a 15-month-old child Example:

‘18 MONTH OLD ’ MILESTONE Vocabulary grows, start combining words Remarkable: ‘monkeys eat bananas’; HAL remembered a previous conversation about zoo.

C ONCLUSION HAL can successfully learn up to a 18 month child level with the development-training model Good start point, but how do we jump from here to other basic aspects of our intelligence? Eg: abstract reasoning, creativity, independent thought... This model does not seem complex enough to achieve these.