Mehdi Ghayoumi Kent State University Computer Science Department Summer 2015 Exposition on Cyber Infrastructure and Big Data.

Slides:



Advertisements
Similar presentations
Pat Langley School of Computing and Informatics Arizona State University Tempe, Arizona USA Modeling Social Cognition in a Unified Cognitive Architecture.
Advertisements

Pat Langley Computational Learning Laboratory Center for the Study of Language and Information Stanford University, Stanford, California USA
Cognitive Systems, ICANN panel, Q1 What is machine intelligence, as beyond pattern matching, classification and prediction. What is machine intelligence,
Artificial Intelligence
ARCHITECTURES FOR ARTIFICIAL INTELLIGENCE SYSTEMS
Markov Logic Networks Instructor: Pedro Domingos.
AI 授課教師:顏士淨 2013/09/12 1. Part I & Part II 2  Part I Artificial Intelligence 1 Introduction 2 Intelligent Agents Part II Problem Solving 3 Solving Problems.
 Course  Name  Student ID  Discipline  Introduction to computing  xxxxxx  xxxxx.
WHAT IS ARTIFICIAL INTELLIGENCE?
Will Androids Dream of Electric Sheep? A Glimpse of Current and Future Developments in Artificial Intelligence Henry Kautz Computer Science & Engineering.
Cognitive & Linguistic Sciences What is cognitive science anyway? Why is it interdisciplinary? Why do we need to learn about information processors?
CS 357 – Intro to Artificial Intelligence  Learn about AI, search techniques, planning, optimization of choice, logic, Bayesian probability theory, learning,
Introduction to Cognitive Science Lecture #1 : INTRODUCTION Joe Lau Philosophy HKU.
PSU CS 370 – Artificial Intelligence Dr. Mohamed Tounsi Artificial Intelligence 1. Introduction Dr. M. Tounsi.
ARTIFICIAL INTELLIGENCE Rachelle Yando, Nina Kostyk, & Dave Tokarowski.
Overview and History of Cognitive Science. How do minds work? What would an answer to this question look like? What is a mind? What is intelligence? How.
Chapter 12: Intelligent Systems in Business
Cognitive Modeling & Information Processing Metaphor.
Cognitive Computation James A. Anderson Department of Cognitive and Linguistic Sciences Brown University, Providence, RI
McGraw-Hill/Irwin ©2005 The McGraw-Hill Companies, All rights reserved ©2005 The McGraw-Hill Companies, All rights reserved McGraw-Hill/Irwin.
19 April, 2017 Knowledge and image processing algorithms for real-life applications. Dr. Maria Athelogou Principal Scientist & Scientific Liaison Manager.
Chapter 1 The Big Picture Chapter Goals Describe the layers of a computer system Describe the concept of abstraction and its relationship to computing.
Vedrana Vidulin Jožef Stefan Institute, Ljubljana, Slovenia
Introduction to Computer and Programming CS-101 Lecture 6 By : Lecturer : Omer Salih Dawood Department of Computer Science College of Arts and Science.
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.
1 Lyle H. Ungar, University of Pennsylvania What is AI? “Artificial Intelligence is the study of how to make computers do things at which, at the moment,
THE NEW ERA OF LIFE. Introduction: Artificial Intelligence (AI) is the area of computer science focusing on creating machines that can engage on behaviors.
C. 2008, Pearson Allyn & Bacon Introduction to Cognition Chapter 1.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Knowledge representation
11 C H A P T E R Artificial Intelligence and Expert Systems.
Artificial Intelligence: Prospects for the 21 st Century Henry Kautz Department of Computer Science University of Rochester.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
 The most intelligent device - “Human Brain”.  The machine that revolutionized the whole world – “computer”.  Inefficiencies of the computer has lead.
Chapter 1 The Big Picture.
Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Decision Support Systems Chapter 10.
Artificial Intelligence By Michelle Witcofsky And Evan Flanagan.
How Solvable Is Intelligence? A brief introduction to AI Dr. Richard Fox Department of Computer Science Northern Kentucky University.
1 CS 2710, ISSP 2610 Foundations of Artificial Intelligence introduction.
1 The main topics in AI Artificial intelligence can be considered under a number of headings: –Search (includes Game Playing). –Representing Knowledge.
Neural Networks in Computer Science n CS/PY 231 Lab Presentation # 1 n January 14, 2005 n Mount Union College.
Artificial intelligence
Cognitive Science and Biomedical Informatics Department of Computer Sciences ALMAAREFA COLLEGES.
Distributed Models for Decision Support Jose Cuena & Sascha Ossowski Pesented by: Gal Moshitch & Rica Gonen.
University of Kurdistan Artificial Intelligence Methods (AIM) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
Introduction to Artificial Intelligence CS 438 Spring 2008.
RULES Patty Nordstrom Hien Nguyen. "Cognitive Skills are Realized by Production Rules"
Vedrana Vidulin Jožef Stefan Institute, Ljubljana, Slovenia
Artificial Intelligence: Research and Collaborative Possibilities a presentation by: Dr. Ernest L. McDuffie, Assistant Professor Department of Computer.
Artificial Intelligence Chapter 1 - Part 2 Artificial Intelligence (605451) Dr.Hassan Al-Tarawneh.
Cognitive Science Overview Introduction, Syllabus
INTRODUCTION TO COGNITIVE SCIENCE NURSING INFORMATICS CHAPTER 3 1.
1 Artificial Intelligence & Prolog Programming CSL 302.
Cognitive Modeling Cogs 4961, Cogs 6967 Psyc 4510 CSCI 4960 Mike Schoelles
Artificial Intelligence
What is cognitive psychology?
Classification of models
Decision Support Systems
Fundamentals of Information Systems
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Artificial Intelligence (CS 370D)
What is Pattern Recognition?
MANAGING KNOWLEDGE FOR THE DIGITAL FIRM
Artificial Intelligence
Course Instructor: knza ch
Introduction Artificial Intelligent.
Artificial Intelligence introduction(2)
AI and Agents CS 171/271 (Chapters 1 and 2)
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Artificial Intelligence
Presentation transcript:

Mehdi Ghayoumi Kent State University Computer Science Department Summer 2015 Exposition on Cyber Infrastructure and Big Data

Learn A cognitive system learns. The system leverages data to make inferences about a domain, a topic, a person, or an issue based on training and observations from all arieties, volumes, and velocity of data.

Model To learn, the system needs to create a model or representation of a domain (which includes internal and potentially external data) and assumptions that dictate what learning algorithms are used. Understanding the context of how the data fits into the model is key to a cognitive system.

Generate hypotheses A cognitive system assumes that there is not a single correct answer. The most appropriate answer is based on the data itself. Therefore, a cognitive system is probabilistic. A hypothesis is a candidate explanation for some of the data already understood. A cognitive system uses the data to train, test, or score a hypothesis.

Individual (between the ears) including mental processes and structures in a given person’s brain. Extended (in the hand) including objects that we think, learn and create with. For example, an artist’s favorite paint brush or an architect’s model of a building. Group (among the heads) including any collection of individuals. For example, a partnership, product development team or therapy group.

Machine (in a black box) including hardware and software that automates one or more mental processes or structures. For example, the buzzer on your clothes dryer or an expert system a car mechanics uses to diagnosis a problem. Emergent (beyond the heads) including a group and/or machine intelligence the delivers a new mental state or level of performance. For example, a prediction market that forecasts a presidential election or the success of a new product better than any individual.

Philosophy Philosophy Computer Science - Artificial Intelligence Computer Science - Artificial Intelligence Psychology – Cognitive Psychology Psychology – Cognitive Psychology Linguistics Linguistics Neuroscience Neuroscience Anthropology, Psychiatry, Biology, Education,... Anthropology, Psychiatry, Biology, Education,...

Blueprint for intelligent agents. It proposes (artificial) computational processes that act like cognitive systems (human) An approach that attempts to model behavioral as well as structural properties of the modeled system. Aim : to model systems that accounts for the whole of cognition, i.e., systems with Artificial Consciousness – which can not only respond but also think, perceive and believe like a human !

Artificial Consciousness is broadly classified as access and phenomenal consciousness. Brain processes neural impulses from the eyes and determines that this image is physically unstable – pattern recognizability. What about pain, anger, motivation, attention, feeling of relevance, modeling other people's intentions, anticipating consequences of alternative actions, or inventing ?

Newell introduces Soar, an architecture for general cognition. Soar is the first problem solver to create its own sub goals and learn continuously from its own experience. Soar has the ability to operate within the real-time constraints of intelligent behaviour, such as immediate- response and item-recognition tasks.

Soar is a symbolic cognitive architecture. An AI programming language. It provides a (cognitive) architectural framework, within which you can construct cognitive models. It can be considered as an integrated architecture for knowledge-based problem solving, learning, and interaction with external environments.

Soar can be divided into 3 levels : Memory Level Decision Level Goal Level

Digital computers are Made from silicon Accurate (essentially no errors) Fast (nanoseconds) Execute long chains of serial logical operations (billions) Irritating to humans

Brains are Made from carbon compounds Inaccurate (low precision, noisy) Slow (milliseconds, 106 times slower) Execute short chains of parallel alogical associative operations (perhaps 10 operations) Understandable to humans

Huge disadvantage for carbon: more than 1012 in the product of speed and power. But we do better and faster in many tasks: speech recognition, object recognition, face recognition, motor control most complex memory functions, information integration. Implication: Cognitive “software” uses only a few but very powerful elementary operations.

1. Engineering: Many of the important practical computer applications of the next decade will be cognitive: · Language understanding. · Internet search. · Cognitive data mining. · Decent human-computer interfaces. We feel it will be necessary to have a brain-like architecture to run these applications efficiently.

2. Kinship Recognition, Human Factors: To be recognized as intelligent by humans, a machine has to have a somewhat human-like intelligence. There may be many kinds of intelligence, but we can only understand and communicate with one of them! Successful human-computer interactions will require a brain- like computer doing cognitive computation.

3. Personal: A technological vision: In 2050 the personal computer you buy in Wal-Mart will have two CPU’s with very different architecture: First, a traditional von Neumann machine that runs spreadsheets, does word processing, keeps your calendar straight, etc. What they do now. Second, a brain-like chip To handle the interface with the von Neumann machine, Give you the data that you need from the Web or your files

Thank you!