Unit One – What Is Artificial Intelligence?

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

1/19

flashcard set

Earn XP

Description and Tags

These flashcards cover fundamental concepts related to Artificial Intelligence, its definitions, key figures like Alan Turing, types of AI, and critical debates surrounding AI understanding.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

20 Terms

1
New cards

Machine Learning (ML)

A subset of AI focused on developing algorithms that allow computers to learn from and make predictions based on data without being explicitly programmed for every task.

2
New cards

Supervised Learning

A learning approach where an AI is trained on a labeled dataset, meaning the input data is already tagged with the correct output.

3
New cards

Unsupervised Learning

A learning approach where an AI identifies patterns or structures in data that has no pre-existing labels or categories.

4
New cards

Neural Networks

Computational models inspired by the human brain's biological structure, consisting of interconnected nodes or "neurons" organized in layers.

5
New cards

Deep Learning

A sophisticated form of machine learning that utilizes neural networks with many layers (n > 1) to extract high-level features from data.

6
New cards

The Chinese Room Argument

A thought experiment by John Searle intended to show that a machine can follow rules to manipulate symbols without actually "understanding" their meaning.

7
New cards

Natural Language Processing (NLP)

A branch of AI that gives computers the ability to understand, interpret, and generate human language, both written and spoken.

8
New cards

Heuristics

Practical strategies or "rules of thumb" used by AI systems to find solutions more quickly when exhaustive searches are impossible.

9
New cards

Expert Systems

Early AI programs designed to solve complex problems in specific domains by mimicking the decision-making ability of a human expert through an extensive set of "if-then" rules.

10
New cards

Algorithm

A finite set of unambiguous instructions or a procedure for solving a mathematical problem or performing a specific task.

11
New cards

Reinforcement Learning

A machine learning paradigm where an agent learns to make decisions by performing actions in an environment to achieve the maximum cumulative reward.

12
New cards

Overfitting

A modeling error that occurs when a machine learning model is too closely aligned to its training data, resulting in poor performance on new, unseen data.

13
New cards

Turing Test

A test of a machine's ability to exhibit intelligent behavior equivalent to, or indistinguishable from, that of a human, proposed by Alan Turing in 1950.

14
New cards

Computer Vision

A field of AI that enables computers and systems to derive meaningful information from digital images, videos, and other visual inputs.

15
New cards

Generative AI

A type of AI system capable of generating text, images, or other media in response to prompts, typically by learning the patterns of existing data.

16
New cards

Transformer

A deep learning model architecture that uses self-attention mechanisms, serving as the foundational technology for modern large language models.

17
New cards

Backpropagation

Short for "backward propagation of errors," it is the primary algorithm used to train neural networks by updating weights based on the gradient of the loss function.

18
New cards

Artificial General Intelligence (AGI)

A theoretical form of AI that possesses the ability to understand, learn, and apply its intelligence to any intellectual task that a human being can perform.

19
New cards

Training Data

The initial dataset used to teach a machine learning model how to identify patterns, make decisions, or perform specific tasks.

20
New cards

Large Language Model (LLM)

A sophisticated AI model trained on massive amounts of text data to understand, summarize, and generate human-like language.