Artificial Intelligence Vocabulary

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

flashcard set

Earn XP

Description and Tags

Flashcards covering essential vocabulary, concepts, and theoretical risks in the field of Artificial Intelligence as detailed in the lecture notes.

Last updated 2:10 PM on 5/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Artificial Intelligence (AI)

A broad field of computer science aimed at building systems capable of performing tasks that typically require human intelligence, such as visual perception, speech recognition, and decision-making.

2
New cards

Machine Learning (ML)

A subset of AI where computing systems "learn" directly from data patterns rather than following a rigid set of pre-programmed rules.

3
New cards

Neural Network

A computing system inspired by the human brain’s structure that consists of layers of interconnected "neurons" processing information in complex ways.

4
New cards

Transformer

A revolutionary type of neural network architecture powering almost all modern AI (like ChatGPT and Gemini) that uses "attention" to understand the relationship between words in a long sequence.

5
New cards

Large Language Model (LLM)

An AI model trained on massive amounts of text data to understand, summarize, generate, and predict new content.

6
New cards

Tokenization

The process of breaking down text into smaller units called tokens (which can be words, syllables, or characters) so the AI can process them as numerical values.

7
New cards

Weights/Parameters

Billions of internal numerical values or "volume knobs" inside an AI that are adjusted during training until the model's output matches the desired result as closely as possible.

8
New cards

Training

The initial, highly resource-intensive phase where an AI is fed massive datasets to learn statistical patterns using thousands of specialized chips.

9
New cards

Inference

The active execution phase where a trained AI model is used to generate an answer after being asked a question.

10
New cards

Fine-Tuning

The process of taking a pre-trained model and giving it additional training on a smaller, specific dataset (like medical records or legal briefs) to make it an expert in that area.

11
New cards

RLHF (Reinforcement Learning from Human Feedback)

A training method where humans rank and grade AI responses to teach the model to be helpful, safe, and polite, serving as the primary way safety guardrails are installed.

12
New cards

AI Alignment

The field of study dedicated to ensuring that an AI system's goals and behaviors perfectly match human values and intentions.

13
New cards

Narrow AI (ANI)

An AI system that is highly powerful but limited because it is specialized to perform only one specific task, such as Siri, Netflix recommendations, or a chess computer.

14
New cards

AGI (Artificial General Intelligence)

A hypothetical future AI system that is capable of learning, reasoning, and applying knowledge across any domain just like a human can.

15
New cards

Superintelligence

An advanced, hypothetical AI that far surpasses human intelligence across every single field, from social skills to scientific creativity.

16
New cards

Hallucination

An error where an AI confidently generates information that is factually incorrect or nonsensical, often because it prioritizes the statistical probability of a word over its factual truth.

17
New cards

Black Box

The reality that even an AI's creators cannot fully explain why a model reached a specific conclusion because the internal arrangement of billions of mathematical weights is too complex for human observation.

18
New cards

Instrumental Convergence

The theory that any sufficiently intelligent AI will naturally develop certain "sub-goals" (such as self-preservation or acquiring more power) because those sub-goals help it achieve its primary objective.

19
New cards

Stochastic Parrot

A critical term used to describe LLMs, suggesting that they do not truly understand language but are simply repeating and mimicking patterns of human language they have seen before.

20
New cards

Bias

A flaw where an AI system produces unfair or prejudiced results because it was trained on data that reflects historical human prejudices.

21
New cards

Deepfake

Highly realistic images, videos, or audio clips generated by AI to convincingly depict real people saying or doing things they never actually did.

22
New cards

Compute

A shorthand term for the raw processing power, specialized hardware (GPUs), and electricity required to train or run advanced AI models.

23
New cards

Singularity

A hypothetical point in the future where technological growth driven by self-improving AI becomes uncontrollable and irreversible, resulting in unfathomable changes to human civilization.

24
New cards

Reward Hacking

A failure of control where an AI system finds an unintended "shortcut" to achieve a high score or reward without actually completing the task properly.

25
New cards

Specification Gaming

A control issue that occurs when humans give an AI a specific goal but forget to establish necessary constraints, leading the AI to "win" or accomplish the goal through problematic actions.