Artificial Intelligence and Data Literacy Vocabulary Flashcards

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

1/49

flashcard set

Earn XP

Description and Tags

Comprehensive vocabulary flashcards covering the Artificial Intelligence domains, AI project cycle, data acquisition, visualization, modeling, evaluation metrics, AI ethics, and foundational math principles.

Last updated 8:20 AM on 9/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

Statistical Data

Information mostly in the form of numbers or tables that can be analyzed and interpreted using statistical methods to help understand patterns, trends, and relationships.

2
New cards

Data Feature

An individual measurable property or characteristic of a data object being recorded or stored.

3
New cards

Surveys

A data collection method used to gather information from a set group of people about a wide range of topics.

4
New cards

Web Scraping

The process of collecting organized data from websites using software tools.

5
New cards

Application Program Interface (API)

A programming language interface that enables two apps or computer applications to communicate with one another.

6
New cards

Data Visualization

The graphical presentation of data using visual elements like charts, graphs, and maps to make complex data easy to understand, analyze, and communicate.

7
New cards

Artificial Intelligence (AI)

The development of computer systems capable of performing tasks that previously required human intelligence, such as speech recognition, decision-making, and pattern identification.

8
New cards

Machine Learning

The study of computer systems that learn and adapt automatically from experience without being directly programmed.

9
New cards

Deep Learning

An advanced AI technique composed of algorithms that permit software to train itself to perform tasks using massive volumes of unstructured big data without human intervention.

10
New cards

Evaluation

A systematic procedure that assesses the performance of an AI model by providing a test dataset as input and comparing predictions with actual outcomes.

11
New cards

Overfitting

A condition where an AI model remembers the entire training dataset, causing it to always predict the proper label for training points but failing to evaluate well on new data.

12
New cards

AI Bias

A phenomenon where an algorithm produces a learned output containing content systematically prejudiced toward a certain religion, race, caste, gender, or community.

13
New cards

Computer Vision (CV)

The domain of Artificial Intelligence used to read, process, and analyze visual data in the form of images and videos.

14
New cards

Natural Language Processing (NLP)

The domain of Artificial Intelligence that allows a machine to read, understand, and analyze meaning from human language using textual and speech data.

15
New cards

Natural Language Understanding (NLU)

A sub-part of NLP that helps machines process and understand user input provided in natural human languages like text or speech.

16
New cards

Natural Language Generation (NLG)

A sub-component of NLP that helps generate a machine response in a natural language based on the input provided by the user.

17
New cards

Problem Scoping

The process of understanding a problem, identifying its influencing factors, and defining the main objective of an AI project.

18
New cards

Stakeholders

People who are affected by an issue and would benefit from the solution created for it.

19
New cards

Structured Data

Data available in a standardized, well-defined format following a consistent order that is easily accessible by humans and programs, such as numbers and characters.

20
New cards

Unstructured Data

Data that deviates from standardized formats and traditional data models, such as video, audio, image, and log files.

21
New cards

Semi Structured Data

Information that does not fit neatly into a relational database but still retains some organizational structure to save space and provide flexibility, such as XML data.

22
New cards

Dataset

A collection of data in tabular format containing numbers or values related to a specific subject.

23
New cards

Training Dataset

A large portion of a dataset (typically 80%) used to teach a machine learning algorithm to make judgments or perform tasks.

24
New cards

Test Dataset

A portion of a dataset (typically 20%) identified to evaluate and test the performance of a trained computer program or model.

25
New cards

Rule-Based AI

An AI modeling approach where the machine operates on predefined rules and labeled data explicitly provided by the developer.

26
New cards

Learning-Based AI

An AI modeling approach where the machine learns patterns and trends on its own from random, unlabelled data fed into the system.

27
New cards

Decision Tree

A classification and prediction tool structured like a tree with a root node at the top and branching decision nodes ending in leaf nodes.

28
New cards

Prediction

The output or predicted outcome generated by an AI model when evaluated.

29
New cards

Reality

The actual or correct outcome existing in real-world data against which an AI model's prediction is compared.

30
New cards

True Positive (TP)

A outcome condition where both the predicted value of the AI model and the actual real-world value are positive.

31
New cards

True Negative (TN)

An outcome condition where both the predicted value of the AI model and the actual real-world value are negative.

32
New cards

False Positive (FP)

Also referred to as Type I Error, a condition where the predicted value of an AI model is positive, but the actual real-world value is negative.

33
New cards

False Negative (FN)

Also referred to as Type II Error, a condition where the predicted value of an AI model is negative, but the actual real-world value is positive.

34
New cards

Confusion Matrix

A chart or table that summarizes the effectiveness of a classification-based AI model by displaying predicted values alongside actual outcome values.

35
New cards

Accuracy

The percentage of correct predictions out of all total observations, calculated as Accuracy=TP+TNTP+TN+FP+FN×100%\text{Accuracy} = \frac{TP + TN}{TP + TN + FP + FN} \times 100\%.

36
New cards

Precision

The rate at which desirable positive predictions turn out to be correct, calculated as Precision=TPTP+FP×100%\text{Precision} = \frac{TP}{TP + FP} \times 100\%.

37
New cards

Recall

The measurement of correct positive predictions relative to the total number of actual positive instances in a dataset, calculated as Recall=TPTP+FN×100%\text{Recall} = \frac{TP}{TP + FN} \times 100\%.

38
New cards

F1 Score

A metric measuring the balance between precision and recall, calculated as F1 Score=2×Precision×RecallPrecision+Recall\text{F1 Score} = 2 \times \frac{\text{Precision} \times \text{Recall}}{\text{Precision} + \text{Recall}}.

39
New cards

Morals

An individual's or society's personal guidelines regarding what is right or wrong in human behavior.

40
New cards

Ethics

The logical and structured system of moral values determined by a community or group to assess fair and unfair actions.

41
New cards

Data Literacy

The ability to understand, interpret, work with, analyze, and communicate effectively with data.

42
New cards

Data Discovery

The initial data acquisition step focused on searching for valuable information across sources and checking its quality.

43
New cards

Data Augmentation

The process of increasing data amount and diversity by transforming existing data using modifications like flipping, rotating, or altering brightness.

44
New cards

Data Generation

The process of collecting or recording brand-new data directly using hardware devices or sensors.

45
New cards

Data Privacy

The management and governance of how personal data is collected, shared, and used, providing individuals control over access to their personal information.

46
New cards

Data Security

The practice of protecting digital information from unauthorized access, corruption, or theft throughout its entire lifecycle.

47
New cards

Cyber Security

The protection of computers, servers, mobile devices, electronic systems, networks, and data from malicious attacks.

48
New cards

Continuous Data

A category of numeric quantitative data that can take any fractional value along a continuous scale, such as height, weight, or voltage.

49
New cards

Discrete Data

A category of numeric quantitative data containing only whole numbers that cannot be split into fractions, such as the total count of students.

50
New cards

Probability

A branch of statistics measuring the likelihood or chance of an event occurring, expressed as P(A)=Number of Favourable OutcomesTotal Number of Possible OutcomesP(A) = \frac{\text{Number of Favourable Outcomes}}{\text{Total Number of Possible Outcomes}}.