Class XII Artificial Intelligence 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/37

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering core AI concepts, Data Science methodology, Computer Vision, Big Data, Neural Networks, Generative AI, and Data Storytelling from the CBSE Class XII AI Handbook.

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

No analytics yet

Send a link to your students to track their progress

38 Terms

1
New cards

Data Science Methodology

A prescribed sequence of 10 iterative steps put forward by John B. Rollins of IBM Analytics that provides a structured framework for data scientists to design and execute AI projects from problem definition to model deployment and feedback.

2
New cards

Descriptive Analytics

A type of data analytics focused on summarizing past historical data using statistical measures (such as mean, median, mode, variance, and standard deviation) and visual tools like graphs to describe trends and patterns.

3
New cards

Diagnostic Analytics

A type of data analytics that analyzes historical data using techniques like root cause analysis and correlation analysis to understand the underlying causes and factors behind why specific events occurred.

4
New cards

Predictive Analytics

A type of data analytics that applies techniques such as regression, classification, and clustering to historical data to forecast future events, patterns, or behaviors.

5
New cards

Prescriptive Analytics

A type of data analytics that uses optimization, simulation, and decision analysis to recommend specific courses of action to achieve a desired future outcome.

6
New cards

Primary Data Source

An original source of raw, unprocessed, and unbiased data gathered firsthand through direct observation, experiments, surveys, interviews, or IoT sensors.

7
New cards

Secondary Data Source

Pre-existing stored data collected from external or internal sources such as books, journals, transactional databases, web scraping, and public online repositories like UNICEF, WHO, data.gov, or Kaggle.

8
New cards

Feature Engineering

A component of data preparation where raw variables are selected, modified, or combined to create new meaningful features to enhance machine learning model performance.

9
New cards

Train-Test Split

A model validation procedure that divides a dataset into two subsets: a training dataset used to fit the model and a testing dataset used to evaluate model predictions.

10
New cards

K-Fold Cross Validation

A model validation technique where a dataset is split into kk equal subsets (folds), iteratively training the model on k1k-1 folds and testing it on the remaining fold until every fold is used as a test set once.

11
New cards

Precision

An evaluation metric for classification tasks measuring the proportion of true positive predictions out of all positive predictions, defined as Precision=TPTP+FP\text{Precision} = \frac{\text{TP}}{\text{TP} + \text{FP}}.

12
New cards

Recall

An evaluation metric for classification tasks measuring the proportion of actual positive instances correctly predicted, defined as Recall=TPTP+FN\text{Recall} = \frac{\text{TP}}{\text{TP} + \text{FN}}.

13
New cards

F1 Score

The harmonic mean balancing Precision and Recall, defined as F1 Score=2×Precision×RecallPrecision+Recall\text{F1 Score} = 2 \times \frac{\text{Precision} \times \text{Recall}}{\text{Precision} + \text{Recall}}.

14
New cards

Accuracy

An evaluation metric measuring the overall proportion of correct predictions made by a model, defined as Accuracy=TP+TNTP+TN+FP+FN\text{Accuracy} = \frac{\text{TP} + \text{TN}}{\text{TP} + \text{TN} + \text{FP} + \text{FN}}.

15
New cards

Pixel

Short for 'picture element', it is the smallest individual square or component of a digital image that holds a numerical intensity or color value.

16
New cards

Histogram Equalization

An image preprocessing technique that spreads out pixel intensity values evenly to adjust brightness and contrast, enhancing details in very dark or bright regions.

17
New cards

Object Detection

A computer vision task that identifies, locates, and draws labeled bounding boxes around multiple object instances of interest within an image using algorithms like YOLO, SSD, or R-CNN.

18
New cards

Semantic Segmentation

An image segmentation approach that classifies every pixel in an image into specific object classes without distinguishing individual instances of the same class.

19
New cards

Instance Segmentation

An image segmentation approach that classifies every pixel while creating distinct pixel-wise masks for each separate object instance, even if they belong to the same class.

20
New cards

Orange Data Mining Tool

An open-source, component-based visual programming software package used for data visualization, data mining, machine learning, and visual workflow building.

21
New cards

Widgets

Graphical workflow components within the Orange data mining environment designed to execute specific data handling, preprocessing, modeling, visualization, or evaluation tasks.

22
New cards

Big Data

Vast and complex datasets originating from transactional, machine, and social sources that exceed the processing and storage capabilities of traditional software tools.

23
New cards

3Vs Framework

The three foundational characteristics defining Big Data: Volume (scale of data), Velocity (speed of data generation and delivery), and Variety (diversity of data formats).

24
New cards

6Vs Framework

An extended framework for Big Data that adds Veracity (data quality and trustworthiness), Value (business benefits derived), and Variability (data context consistency) to the original 3Vs.

25
New cards

Mining Data Streams

The process of analyzing and extracting real-time patterns, trends, and actionable knowledge from continuous incoming flows of data without storing all data permanently.

26
New cards

Artificial Neural Network (ANN)

A machine learning architecture modeled on human brain biological neurons composed of interconnected node layers that extract features and make decisions automatically.

27
New cards

Activation Function

A mathematical decision-making component inside a artificial neuron (e.g., Sigmoid, Tanh, ReLU) that introduces non-linearities to determine whether a neuron should activate and pass its output signal.

28
New cards

Backpropagation

Short for 'backward propagation of errors', an optimization algorithm used during neural network training to adjust connection weights and biases based on the loss computed in previous iterations.

29
New cards

Perceptron

A fundamental single-layer neural network developed by Frank Rosenblatt in 1958 that uses Threshold Logic Units (TLUs) for binary classification tasks.

30
New cards

Convolutional Neural Network (CNN)

A deep neural network architecture featuring a 3D arrangement of artificial neurons and filter layers, specialized for processing spatial and visual data like digital images.

31
New cards

Recurrent Neural Network (RNN)

A neural network architecture featuring internal feedback loops designed to retain temporal memory and process sequential data types such as text and speech.

32
New cards

Generative AI

A branch of artificial intelligence utilizing deep learning and neural networks to autonomously generate new synthetic data—including text, images, video, and audio—resembling its training datasets.

33
New cards

Generative Adversarial Network (GAN)

A neural network framework consisting of two models—a Generator creating fake data and a Discriminator evaluating authenticity—competing against each other to produce realistic synthetic outputs.

34
New cards

Variational Autoencoder (VAE)

A generative deep learning model comprising an Encoder that compresses input data into a latent space representation and a Decoder that reconstructs the data to generate new synthetic samples.

35
New cards

Large Language Model (LLM)

A specialized deep learning algorithm trained on massive text corpora using Transformer architectures to comprehend, classify, translate, and generate human-like text.

36
New cards

Discriminative Models

Machine learning models trained to learn conditional probability distributions and decision boundaries between dataset classes in order to classify input features correctly.

37
New cards

Data Storytelling

The practice of combining data analysis, contextual narratives, and graphical visuals to effectively communicate complex analytical insights to technical and non-technical stakeholders.

38
New cards

Freytag's Pyramid

A dramatic five-stage narrative structure comprising Introduction, Rising Action, Climax, Falling Action, and Conclusion, adapted to organize data presentations into engaging analytical arcs.