CS Chapter 13: Artificial Intelligence

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

Artificial Intelligence (AI)

The study of computer systems that model and apply the intelligence of the human mind.

2
New cards

Turing Test

A test used to determine whether a computer has achieved intelligence.

3
New cards

Weak Equivalence

When two systems (human and computer) come to the same conclusion, but do not arrive at those results the same way.

4
New cards

Strong Equivalence

When two systems (human and computer) come to the same conclusion, and arrive at those results the same way.

5
New cards

Loebner Prize

An important annual event for computing enthusiasts interested in artificial intelligence (AI).

6
New cards

Chatbots

Programs that have been developed to perform a conversation between a computer and a person.

7
New cards

What are the issues in AI?

Knowledge Representation, Expert Systems, Neural Networks, Natural-Language Processing, and Robotics.

8
New cards

Semantic Network

A knowledge representation technique that focuses on the relationships between objects.

9
New cards

Search Tree

A structure that represents all possible paths.

10
New cards

Depth-First Approach

Searching down the paths of a tree prior to searching across levels.

11
New cards

Breadth-First Approach

Searching across levels of a tree prior to searching down specific paths.

12
New cards

Knowledge-Based System

A software system that embodies and uses a specific set of information, from which it extracts and processes particular pieces.

13
New cards

Rule-Based System

A system that uses a set of rules to guide its processing.

14
New cards

Knowledge Base

The set of rules in an expert system.

15
New cards

Inference Engine

The part of the software that determines how rules are followed, and what conclusions can be drawn.

16
New cards

Artificial Neural Network

A computer representation of knowledge that attempts to mimic the neural networks of the human body.

17
New cards

Neuron

A single cell that conducts a chemically based electronic signal.

18
New cards

Effective Weight

The sum of the weights multiplied by the corresponding input values.

19
New cards

Training

The process of adjusting the weights and threshold values in a neural net.

20
New cards

Natural Language

Any language that humans use to communicate.

21
New cards

Phonemes

The set of fundamental sounds made in any given natural language.

22
New cards

Voiceprint

A voice that is plotted by the frequency changes of their sounds.

23
New cards

Lexical Ambiguity

The ambiguity created when words have multiple meanings.

24
New cards

Syntactic Ambiguity

The ambiguity created when sentences can be constructed in various ways.

25
New cards

Referential Ambiguity

The ambiguity created when pronouns could be applied to multiple objects.

26
New cards

Robotics

The study of robots.