ITS Artificial Intelligence Certification Key Terms'

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

1/103

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:13 AM 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

104 Terms

1
New cards

A/B Test

A test in which different app versions are shown to different people and usage patterns and responses are compared to each other.

2
New cards

Accuracy

The percentage of correct predictions within a model.

3
New cards

Adversarial Testing

A test in which data is intentionally manipulated to evaluate an AI system's vulnerability to adversarial attacks or misleading inputs.

4
New cards

AI

A branch of computer science focused on creating systems capable of performing tasks that normally require human cognition, such as learning, reasoning, and problem-solving.

5
New cards

Algorithm

A set of rules used to generate calculations or perform problem-solving operations.

6
New cards

Anomaly

An unusual activity in a group of otherwise normal activities.

7
New cards

API

A set of rules that allows applications to communicate with each other.

8
New cards

Assumption

A belief or condition taken to be true for a system to work as intended.

9
New cards

Attack Surface

The parts of data or a system that are vulnerable to attack.

10
New cards

AUC

A metric that measures a model's probability of correctly ranking a positive instance higher than a negative instance, calculated from the region beneath the receiver operating characteristic plot.

11
New cards

Azure Machine Learning

A cloud-based tool used to build AI models.

12
New cards

Bias

An imbalance in data that can cause data to be skewed toward a demographic group, which can harm an AI machine learning model.

13
New cards

Binary

A form of data that stores data as ones and zeros.

14
New cards

Classification

A model type in which a result is categorized, usually with one of two values, such as a yes or no value.

15
New cards

Concept Drift

The change in the underlying concepts used to train AI models.

16
New cards

Confusion Matrix

A chart that defines true and false positives and true and false negatives for an AI model.

17
New cards

Constraint

A limitation or restriction on an AI system.

18
New cards

Correlation

A measure of connection between two points of data.

19
New cards

Data at Rest

Data stored on an on-premises or cloud storage drive.

20
New cards

Data Drift

The change in the statistical properties of the input data within an AI model.

21
New cards

Data in Transit

Data in the process of being copied or moved from one location to another.

22
New cards

Data Type

A characteristic of data, such as numeric, string, or date.

23
New cards

Decision Tree Algorithm

A machine learning method in which samples are split into two or more sets of data based on input variable differentiators.

24
New cards

Decommission

The act of no longer using an AI model in production due to its lack of effectiveness.

25
New cards

Deep Learning Algorithm

An algorithm used for neural networks, which work with AI models for human-based interaction.

26
New cards

Degraded Mode of Operation

A mode of operation in which an AI model is not performing to its maximum capabilities.

27
New cards

Derived Feature

A feature built using a formula, through splitting or combining data, or through assigning keywords to data based on conditions.

28
New cards

Drift Detector

A mechanism that identifies shifts in the underlying data used in an AI solution.

29
New cards

Edge Case Testing

A test in which an AI system's performance is pushed beyond its normal operating range.

30
New cards

Explainability Requirement

A clear explanation for a decision, prediction, or recommendation made from an AI model.

31
New cards

F1 Score

The harmonic mean of precision and recall.

32
New cards

False Negative

An incorrect negative result for an AI model.

33
New cards

False Positive

An incorrect positive result for an AI model.

34
New cards

Feature

An input to an AI model, used to generate output.

35
New cards

Feature Vector

An ordered list of numerical properties of observed phenomena.

36
New cards

Feedback Mechanism

A means in which feedback is collected for an AI system, whether that be through forms, a website, or directly within the system.

37
New cards

GDPR

The European Union (EU) regulatory framework governing how personal data must be collected, processed, and stored, applicable to all companies doing business in the EU.

38
New cards

GitHub

A repository used to store code for development projects.

39
New cards

Imbalanced Data

A dataset that has too much data from one or more groups of data.

40
New cards

Interpretability

The ability for one to understand the results of an AI model.

41
New cards

Iteration

A sequence of training an AI model, often needing to be repeated to fully train an AI model.

42
New cards

JSON

A lightweight, human-readable data interchange format that stores information in key-value pairs and ordered lists, commonly used for transmitting data between a server and a web application.

43
New cards

K-Means Clustering

A machine learning model that splits data into an unspecified number of groups.

44
New cards

KPI

A measurable metric used to set and evaluate performance standards, often visualized on dashboards and, in the context of machine learning, used to gauge model effectiveness.

45
New cards

Labeled Data

Data that is paired with output targets in an AI model.

46
New cards

Linear Regression

A form of regression in which an outcome is a continuous variable, like a number.

47
New cards

Log

A list of activities in an AI model and can be used to identify potential security problems with a model.

48
New cards

Logistic Regression

A form of regression in which an outcome uses binary dependent variables.

49
New cards

Model

An app used to generate predictions and outcomes based on the entering and training of data entered into the app.

50
New cards

Natural Language Processing

A form of AI that reads data from text and images and can include speech recognition and object detection.

51
New cards

Neural Network

A type of algorithm designed to mimic the human brain.

52
New cards

One-Hot Encoding

A form of encoding that assigns categorical variables to binary numbers.

53
New cards

OpenRefine

A tool used to cleanse data to ready it for an AI learning model.

54
New cards

Overfitting

A situation in which a model learns training data very well but performs poorly on new, unseen data.

55
New cards

Parameter

An input value used to help train an algorithm.

56
New cards

Performance Metrics

Data gathered on an AI model and used to ensure that an AI model is working properly.

57
New cards

Pipeline

A series of steps used to transform data used for an AI model into a final prediction or outcome.

58
New cards

Power Virtual Agents

A Microsoft tool used to build chatbots.

59
New cards

Precision

The percentage of true positive predictions among all positive predictions in an outcome.

60
New cards

Predicate

A logical statement or condition defining properties or relationships between different entities in an AI system.

61
New cards

R-Squared

A value that measures the proportion of variance of a dependent variable that is predictable from independent variables.

62
New cards

RBAC

A permission standard in which access privileges are assigned to defined roles, and those roles are then granted to individuals and groups rather than assigning privileges directly.

63
New cards

Recall

The measure of true positive predictions among all actual positives.

64
New cards

Regression

A model type that looks at the relationship between a dependent variable and one or more independent variables.

65
New cards

Reinforcement Learning

A type of machine learning model that involves an AI agent performing actions that maximize a certain reward.

66
New cards

Risk Register

A document that contains known risks for a project and the impact, probability, and mitigation strategy for those risks.

67
New cards

ROC

A diagnostic plot that graphs the True Positive Rate against the False Positive Rate at various classification thresholds, used to evaluate model performance.

68
New cards

Scalability

The ability to adjust machine resources up or down depending upon workload demand for one or more apps on that machine.

69
New cards

Self-Fulfilling Prophecy

A phenomenon to where biased data perpetuates a wanted or perceived bias within an AI model.

70
New cards

Sensitivity

The relative change of a model and its output.

71
New cards

Sentiment Analysis

A form of machine learning in which data is read and assigned a value for its positivity or negativity.

72
New cards

SME

A domain specialist who provides authoritative knowledge about the problem or problems being addressed through the development and use of a machine learning model.

73
New cards

Specificity

The process of evaluating a model's ability to accurately identify negative instances or nonrelevant outcomes.

74
New cards

Split Ratio

The ratio of data being used for training an AI model versus the data used for testing the model.

75
New cards

SQL Server

Microsoft's database server and often used to store data used to generate a pipeline for an AI model.

76
New cards

Stakeholder

An individual, group, or organization that may affect or be affected by a project.

77
New cards

Supervised Algorithm

An algorithm that uses labeled data, which means data where a target variable is known.

78
New cards

Tokenization

The process of converting words to numbers to be used for data in an AI model.

79
New cards

Transparency

In the context of AI, the act of being forthright about how data is collected and used for AI models.

80
New cards

Trend

A pattern of data within an AI model.

81
New cards

Trifacta Wrangler

A tool used to cleanse data to ready it for an AI learning model.

82
New cards

True Negative

A correct negative result for an AI model.

83
New cards

True Positive

A correct positive result for an AI model.

84
New cards

Underfitting

A situation in which a model does not perform well on training data or new, unseen data.

85
New cards

Unlabeled Data

Data that is not paired with output targets in an AI model.

86
New cards

Unsupervised

A type of machine learning model that looks for hidden patterns or structures in data.

87
New cards

Unsupervised Algorithm

An algorithm that does not use labeled data.

88
New cards

Usage Metrics

The extent to which people use an AI model to its fullest.

89
New cards

User Acceptance

The want of people to use an AI model and the outcomes it produces.

90
New cards

Visualization

A chart or report that explains the results of an AI model or the data used to build an AI model.

91
New cards
Based on the official exam objectives and the technical concepts often tested in the ITS AI Specialist certification, here are the critical missing terms formatted for direct import into your flashcard set.
92
New cards
93
New cards
Copy this block and add it to the bottom of your existing import list:
94
New cards
95
New cards
Backpropagation
The algorithm used in neural networks to calculate the gradient of the loss function, essential for updating model weights.
96
New cards
Epoch
One complete pass through the entire training dataset during the learning process.
97
New cards
Hyperparameter
Configuration settings used to tune the learning process (e.g., learning rate) that are set before training begins.
98
New cards
Generalization
The ability of a model to perform accurately on new, unseen data rather than just the training data.
99
New cards
Stochastic Gradient Descent
An optimization algorithm used to minimize errors by iteratively updating weights based on a subset of data.
100
New cards
Activation Function
A mathematical gate (e.g., ReLU, Sigmoid) that determines whether a neuron should be activated, allowing the model to learn non-linear patterns.