Artificial Intelligence & Machine Learning Study Guide

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

1/25

flashcard set

Earn XP

Description and Tags

Foundational vocabulary and concepts covering the hierarchy of AI, types of machine learning, analytics categories, and data quality terms.

Last updated 4:51 AM on 6/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

26 Terms

1
New cards

Artificial Intelligence

The field of creating systems that can perform tasks that normally require human intelligence.

2
New cards

Machine Learning (ML)

A subset of AI where computers learn patterns from data rather than being explicitly programmed.

3
New cards

Supervised Learning

A type of machine learning where the model is given inputs (features) and correct outputs (labels) to learn the relationship between them.

4
New cards

Unsupervised Learning

A type of machine learning where the model receives only inputs and must discover patterns on its own without correct answers provided.

5
New cards

Reinforcement Learning

A process where an AI agent learns through trial and error by taking actions, receiving rewards or punishments, and adjusting its strategy.

6
New cards

Exploitation

In reinforcement learning, the strategy of using a path or action that has worked well before to achieve the highest reward.

7
New cards

Exploration

In reinforcement learning, the strategy of trying new actions to discover potentially better rewards than the current strategy.

8
New cards

Deep Learning

A subset of Machine Learning that uses Neural Networks with many layers.

9
New cards

Neural Networks

Algorithms inspired by the human brain that are used for tasks like image recognition, speech recognition, and Natural Language Processing (NLP).

10
New cards

Large Language Models (LLMs)

Deep Learning models trained on massive amounts of text, such as ChatGPT, Gemini, and Claude.

11
New cards

Generative AI

AI designed to create new content, such as text, images, music, or code.

12
New cards

Agentic AI

AI systems capable of planning and carrying out tasks with some autonomy, such as AI assistants or task automation agents.

13
New cards

Statistics

The mathematical foundation used to analyze and understand data.

14
New cards

Data Science

The field of using data, statistics, and computing to solve problems and gain insights.

15
New cards

Data Mining

The process of finding patterns and useful information in large datasets.

16
New cards

Optimization

The process of finding the best solution among many possibilities, such as best routes or model parameters.

17
New cards

Descriptive Analytics

A form of analytics that uses historical data to answer the question: "What happened?"

18
New cards

Predictive Analytics

A form of analytics that uses Machine Learning to answer the question: "What will happen?"

19
New cards

Prescriptive Analytics

A form of analytics that uses optimization techniques to answer the question: "What should we do?"

20
New cards

Bias

A data quality problem that occurs when some groups are underrepresented in the dataset (e.g., 90%90\% of data from one demographic).

21
New cards

Class Imbalance

A situation where one category in a dataset appears much more often than another category.

22
New cards

NaN

An abbreviation for "Not a Number," which is used to represent missing data in a dataset.

23
New cards

Sparse Data

Data that contains many missing values, such as a dataset that is 20%20\% missing.

24
New cards

Dense Data

Data where most values are present, such as a dataset that is 80%80\% dense.

25
New cards

Scatter Plot

A chart type used to show relationships between variables.

26
New cards

Histogram

A chart type used to show the distribution of data.