ENTRY ARTIFICIAL INTELLIGENCE

Similar documents
CSCE 315: Programming Studio

CSC 550: Introduction to Artificial Intelligence. Fall 2004

Artificial Intelligence. What is AI?

Random Administrivia. In CMC 306 on Monday for LISP lab

CMSC 372 Artificial Intelligence. Fall Administrivia

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

History and Philosophical Underpinnings

Dr Rong Qu History of AI

Introduction to Artificial Intelligence

Artificial Intelligence: An overview

CMSC 421, Artificial Intelligence

The Impact of Artificial Intelligence. By: Steven Williamson

Intro to Artificial Intelligence Lecture 1. Ahmed Sallam { }

Artificial Intelligence

Overview. Introduction to Artificial Intelligence. What is Intelligence? What is Artificial Intelligence? Influential areas for AI

Introduction. Artificial Intelligence. Topic 1. What is AI? Contributions to AI History of AI Modern AI. Reading: Russel and Norvig, Chapter 1

Introduction to Artificial Intelligence: cs580

Introduction to Talking Robots

CS 380: ARTIFICIAL INTELLIGENCE INTRODUCTION. Santiago Ontañón

Lecture 1 What is AI?

Artificial Intelligence

AI in Business Enterprises

Artificial Intelligence

Artificial Intelligence. Shobhanjana Kalita Dept. of Computer Science & Engineering Tezpur University

Artificial Intelligence

ARTIFICIAL INTELLIGENCE

Goals of this Course. CSE 473 Artificial Intelligence. AI as Science. AI as Engineering. Dieter Fox Colin Zheng

CS415 Human Computer Interaction

CMSC 471 Spring Introduction. Tim Finin,

Artificial Intelligence

CSIS 4463: Artificial Intelligence. Introduction: Chapter 1

Artificial Intelligence CS365. Amitabha Mukerjee

Application Areas of AI Artificial intelligence is divided into different branches which are mentioned below:

Overview. Pre AI developments. Birth of AI, early successes. Overwhelming optimism underwhelming results

Artificial Intelligence

What's involved in Intelligence?

CS360: AI & Robotics. TTh 9:25 am - 10:40 am. Shereen Khoja 8/29/03 CS360 AI & Robotics 1

Introduction to AI. Chapter 1. TB Artificial Intelligence 1/ 23

Artificial Intelligence

1.1 What is AI? 1.1 What is AI? Foundations of Artificial Intelligence. 1.2 Acting Humanly. 1.3 Thinking Humanly. 1.4 Thinking Rationally

Artificial Intelligence

CS 380: ARTIFICIAL INTELLIGENCE

AI History. CE417: Introduction to Artificial Intelligence Sharif University of Technology Spring 2012

Lecture 1 What is AI?

How to AI COGS 105. Traditional Rule Concept. if (wus=="hi") { was = "hi back to ya"; }

CSC384 Intro to Artificial Intelligence* *The following slides are based on Fahiem Bacchus course lecture notes.

Ar#ficial)Intelligence!!

Artificial Intelligence

Intelligent Systems. Lecture 1 - Introduction

This tutorial is prepared for the students at beginner level who aspire to learn Artificial Intelligence.

CSE 473 Artificial Intelligence (AI) Outline

Welcome to CompSci 171 Fall 2010 Introduction to AI.

CS:4420 Artificial Intelligence

CSE 473 Artificial Intelligence (AI)

22c:145 Artificial Intelligence. Texbook. Bartlett Publishers, Check the class web sites daily!

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

What's involved in Intelligence?

What is Artificial Intelligence? Alternate Definitions (Russell + Norvig) Human intelligence

Artificial Intelligence

Artificial Intelligence

What We Talk About When We Talk About AI

universe: How does a human mind work? Can Some accept that machines can do things that

ARTIFICIAL INTELLIGENCE

Artificial Intelligence

CS 1571 Introduction to AI Lecture 1. Course overview. CS 1571 Intro to AI. Course administrivia

Artificial Intelligence

Lecture 1 What is AI? EECS 348 Intro to Artificial Intelligence Doug Downey

COMP9414/ 9814/ 3411: Artificial Intelligence. Overview. UNSW c Alan Blair,

Quick work: Memory allocation

Artificial Intelligence and Deep Learning

Artificial Intelligence. An Introductory Course

KI-Programmierung. Introduction

Agents and Introduction to AI

Computer Science as a Discipline

Artificial Intelligence A Very Brief Overview of a Big Field

Computer Science 1400: Part #8: Where We Are: Artificial Intelligence WHAT IS ARTIFICIAL INTELLIGENCE (AI)? AI IN SOCIETY RELATING WITH AI

Artificial Intelligence 人工智慧. Lecture 1 February 22, 2012 洪國寶

Introduction and History of AI

A Balanced Introduction to Computer Science, 3/E

UNIT 13A AI: Games & Search Strategies

COMPUTATONAL INTELLIGENCE

Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC)

COMS 493 AI, ROBOTS & COMMUNICATION

Chapter 1 The Field of Computing. Slides Modified by Vicky Seno

Artificial Intelligence. Berlin Chen 2004

22c:145 Artificial Intelligence

Introduction to cognitive science Session 3: Cognitivism

Intelligent Agents. Introduction. Ute Schmid Practice: Emanuel Kitzelmann. Cognitive Systems, Applied Computer Science, University of Bamberg

CITS3001. Algorithms, Agents and Artificial Intelligence. Semester 1, 2015

COS402 Artificial Intelligence Fall, Lecture I: Introduction

Neuro-Fuzzy and Soft Computing: Fuzzy Sets. Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani

Knowledge Representation and Reasoning

COMP219: Artificial Intelligence. Lecture 2: AI Problems and Applications

Introduction to AI. What is Artificial Intelligence?

Thinking and Autonomy

What is AI? AI is the reproduction of human reasoning and intelligent behavior by computational methods. an attempt of. Intelligent behavior Computer

Appendices master s degree programme Artificial Intelligence

Why we need to know what AI is. Overview. Artificial Intelligence is it finally arriving?

Philosophical Foundations. Artificial Intelligence Santa Clara University 2016

Welcome to CSC384: Intro to Artificial MAN.

Transcription:

ENTRY ARTIFICIAL INTELLIGENCE [ENTRY ARTIFICIAL INTELLIGENCE] Authors: Oliver Knill: March 2000 Literature: Peter Norvig, Paradigns of Artificial Intelligence Programming Daniel Juravsky and James Martin, Speech and Language Processing Adaptive Simulated Annealing [Adaptive Simulated Annealing] A language interface to a neural net simulator. artificial intelligence [artificial intelligence] (AI) is a field of computer science concerned with the concepts and methods of symbolic knowledge representation. AI attempts to model aspects of human thought on computers. Aspectrs of AI: computer vision language processing pattern recognition expert systems problem solving roboting optical character recognition artificial life grammars game theory Babelfish [Babelfish] Online translation system from Systran. Chomsky [Chomsky] Noam Chomsky is a pioneer in formal language theory. He is MIT Professor of Linguistics, Linguistic Theory, Syntax, Semantics and Philosophy of Language. Eliza [Eliza] One of the first programs to feature English output as well as input. It was developed by Joseph Weizenbaum at MIT. The paper appears in the January 1966 issue of the Communications of the Association of Computing Machinery.

Google [Google] A search engine emerging at the end of the 20 th century. It has AI features, allows not only to answer questions by pointing to relevant webpages but can also do simple tasks like doing arithmetic computations, convert units, read the news or find pictures with some content. GPS [GPS] General Problem Solver. A program developed in 1957 by Alan Newell and Herbert Simon. The aim was to write a single computer program which could solve any problem. One reason why GPS was destined to fail is now at the core of computer science. There are a large set of problems which are NP hard and where finding a solution becomes exponentially hard in dependence of the size of the problem. Nonetheless, GPS has been a useful tool for exploring AI programming. HAL [HAL] The HAL 9000 computer was the main character in Stanley Kurbrick s film 2001: a Space Odyssey. HAL is an AI agent capable to understand advanced language processing behavior as speaking and understanding language and even reading lips. Lisp [Lisp] Lisp is one of the oldest programming languages still in widespread use today. Common Lisp is the most widely accepted standard. Other dialects like Franz Lisp MacLisp, InterLisp, ZetaLisp or Standard Lisp are considered obsolete. Lisp is the most popular language for AI programming. Lisp programs are concise and are uncluttered by low-level detail. Loebner Prize [Loebner Prize] A competition attempted to put various computer programs to the Turing test. A consistent result over the years has been that even the crudest programs can fool some of the judges some of the time. MIT ai lab [MIT ai lab] Massachusetts Institute of Technology AI laboratory.

neural network [neural network] Artificial neural networks try to simulate biological neural networks as found in the brain. Such a network consists of many simple processors called neurons, each possibly having some local memory. These neurons are connected and evolve depending to their local data and on the inputs they receive via the connections. A neural network can either be an algorithm, or be realized as actual hardware. Neural networks typically allow training. They learn by adjusting the weights of the connections on the basis of presented patterns. The individual neurons are elementary non-linear signal processors. Neural networks are distinguished from other computing devices by a high degree of interconnection allowing parallelism. There is no idle memory containing data and programs. Each neuron is pre-programmed and continuously active. pattern recognition [pattern recognition] A branch of artificial intelligence concerned with the classification or description of observations. The classification uses either statistical, syntactic or neural aproches. pilot [pilot] Programmed Inquiry Learning Or Teaching. prolog [prolog] A popular AI programming language used in Europe and Japan. Prolog shares most of Lisp s advantages in terms of flexibility and conciseness. regular expression [regular expression] is a language for specifying text search strings. It is used in UNIX programs like vi, perl, emacs or grep. It is also used in Microsoft word or web search engines. scheme [scheme] A dialect of Lisp which is gaining popularity, primarily for teaching and experimenting with programming language design and techniques. Shrdlu [Shrdlu] Terry Winograd s SHRDLU system of 1972 simulated a robot embedded in a world of toy blocks. The program was able to accept natural language text commands.

Student [Student] Student was an early language understanding program written by Daniel Bubrow in 1964. It was designed to read and solve the kind of word problems found in high school algebra books. Unlike Eliza, Student must process and understand a great deal of input as well as be able to solve algebraic equations. toy problem [toy problem] A deliberately oversimplified case of a challenging problem used to investigate, prototype, or test algorithms for a real problem. Turing test [Turing test] A test introduced in 1950 by Alan Turing. There are three participants. Two people and a computer. One person plays the role of an interrogator who has to find out, which of the two others is a machine. This interrogator is connected to the two other participants through teletype. The task of the machine is to fool the interrogator into believing it is a person. The task of the other participant is to convince the interrogator that he is human. Turing predicted that in 2000 a machine with 10 Gig memory would have a 30 percent change of fooling a human interrogator after 5 minutes of questioning. Weizenbaum [Weizenbaum] Joseph Weizenbaum was the principal developer of Eliza, one of the first programs to feature English output as well as input. This file is part of the Sofia project sponsored by the Provost s fund for teaching and learning at Harvard university. There are 22 entries in this file.

Index Adaptive Simulated Annealing, 1 artificial intelligence, 1 Babelfish, 1 Chomsky, 1 Eliza, 1 Google, 2 GPS, 2 HAL, 2 Lisp, 2 Loebner Prize, 2 MIT ai lab, 2 neural network, 3 pattern recognition, 3 pilot, 3 prolog, 3 regular expression, 3 scheme, 3 Shrdlu, 3 Student, 4 toy problem, 4 Turing test, 4 Weizenbaum, 4 5