Artificial Intelligence Vocabulary Flashcards

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

1/30

flashcard set

Earn XP

Description and Tags

A collection of vocabulary flashcards based on key concepts from the artificial intelligence lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

31 Terms

1
New cards

Artificial Intelligence

The study of programmed systems that can simulate human activities such as perceiving, thinking, learning, and acting.

2
New cards

Knowledge Representation

The way knowledge is stored and processed efficiently.

3
New cards

Heuristic

A rule of thumb that helps in problem-solving by guiding the search process.

4
New cards

Expert Systems

Programs that are designed to solve complex problems by reasoning through bodies of knowledge.

5
New cards

Neural Networks

Computational models inspired by the human brain that are used to recognize patterns and classify data.

6
New cards

Agent

A software or physical entity that perceives its environment and takes actions to achieve specific goals.

7
New cards

Search Space

A set of all possible states and actions in a problem-solving scenario.

8
New cards

Turing Test

A test proposed by Alan Turing to determine if a machine can exhibit intelligent behavior equivalent to, or indistinguishable from, that of a human.

9
New cards

Depth First Search (DFS)

A search algorithm that explores as far down a branch as possible before backtracking.

10
New cards

Breadth First Search (BFS)

A search algorithm that explores all of the neighbor nodes at the present depth before moving on to nodes at the next depth level.

11
New cards

Problem Solving

A process to reach the goal state from the initial state by applying a sequence of operations.

12
New cards

AI Applications

Fields where artificial intelligence is successfully applied, such as in finance, robotics, and medicine.

13
New cards

Physical Agent

A programmable system that can perform a variety of tasks in the real world, such as robots.

14
New cards

Knowledge Base

A repository for knowledge that enables an intelligent agent to make decisions.

15
New cards

First Order Logic (FOL)

An extension of propositional logic that includes objects, predicates, and quantifiers.

16
New cards

Production Rules

A method of representing knowledge with rule-based pairs of condition and action.

17
New cards

Semantic Networks

A structured way of representing knowledge in the form of a network of nodes and links.

18
New cards

Frame Representation

A data structure for representing stereotyped situations, used in knowledge representation.

19
New cards

Search Algorithm

A method employed to traverse the search space and find solutions to problems.

20
New cards

Informed Search

A search strategy that uses heuristic information to find solutions more efficiently.

21
New cards

Uninformed Search

A search strategy that does not use any additional information other than the problem definition.

22
New cards

Complexity

A measure of the resources required by an algorithm, including time and space.

23
New cards

Time Complexity

A computational measure of the time taken to complete an algorithm as a function of the size of the input.

24
New cards

Space Complexity

A computational measure of the amount of memory space required by an algorithm as a function of the size of the input.

25
New cards

Local Maxima/Minima

A point in a search space where a solution is better than neighboring solutions, but not necessarily the best overall.

26
New cards

Best-First Search

A search algorithm that evaluates nodes based on a cost estimate and expands the most promising nodes.

27
New cards

Hill-Climbing Search

A local search algorithm that continuously moves in the direction of increasing value to find solutions.

28
New cards

Cognitive Computing

A form of computing that aims to mimic human thought processes in complex situations.

29
New cards

Deep Learning

A subset of machine learning that uses algorithms inspired by the structure and function of the brain to process data.

30
New cards

Problem State

The condition or configuration of the problem at any point during the solution process.

31
New cards

Algorithm

A finite set of well-defined rules or instructions to solve a problem or achieve a particular goal.