IB Digital Society - Artificial Intelligence

5.0(2)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

Artificial Intelligence

The simulation of human intelligence processes by machines, especially computer systems.

2
New cards

Narrow AI

AI systems designed to perform a specific task or a narrow range of tasks.

3
New cards

General AI

Hypothetical AI systems with generalized cognitive abilities that can understand, learn, and apply knowledge across a wide range of tasks.

4
New cards

AI agent

The learner or decision-maker in a reinforcement learning system.

5
New cards

Reinforcement Learning

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

6
New cards

Neural Network

A computational model inspired by the human brain, consisting of layers of interconnected nodes or neurons.

7
New cards

Deep Learning

A subset of machine learning involving neural networks with many layers that can model high-level abstractions in data.

8
New cards

Supervised Learning

A type of machine learning where the model is trained on labeled data.

9
New cards

Unsupervised Learning

A type of machine learning where the model learns from data without labeled responses, identifying patterns and structures.

10
New cards

Convolutional Neural Network

A type of deep learning model specialized for processing grid-like data, such as images.

11
New cards

Activation Function in a Neural Network

A function that introduces non-linearity into the network, allowing it to learn more complex patterns.

12
New cards

Turing Test

A measure of a machine's ability to exhibit intelligent behavior indistinguishable from that of a human.

13
New cards

Reinforcement Learning Policy

A strategy used by the agent to decide which actions to take, given the current state.

14
New cards

Bias in AI

Systematic and unfair discrimination against certain groups within AI algorithms, often due to biased training data.

15
New cards

Explainable AI

AI systems designed to be transparent and understandable, allowing users to comprehend how decisions are made.

16
New cards

Alignment problem in AI

Ensuring that advanced AI systems’ goals and actions are aligned with human values and interests.

17
New cards

Autoencoder

A type of neural network used for unsupervised learning tasks such as dimensionality reduction or denoising.

18
New cards

Generative Adversarial Network

A type of neural network consisting of two networks, a generator and a discriminator, that compete with each other to create realistic data.

19
New cards

Overfitting

When a model learns the training data too well, including noise and details, resulting in poor generalization to new data.

20
New cards

Loss Function

A function that measures the difference between the predicted output and the actual output, guiding the training process.