Generative AI Introduction and Applications Glossary

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/18

flashcard set

Earn XP

Description and Tags

A comprehensive glossary of terms related to Generative AI, machine learning, and deep learning architectures.

Last updated 3:06 PM on 8/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

What is data augmentation?

A technique commonly used in machine learning and deep learning to increase the diversity and amount of training data.

2
New cards

What is the definition of deep learning?

A subset of machine learning that focuses on training computers to perform tasks by learning from data through the use of artificial neural networks.

3
New cards

How does a diffusion model generate high-quality samples?

It is trained by gradually adding noise to an image and then learning to remove the noise in a process called diffusion.

4
New cards

What is the primary function of discriminative AI?

It is a type of artificial intelligence that distinguishes between different classes of data.

5
New cards

What are discriminative AI models generally used for?

They identify and classify based on patterns observed in training data and are used in prediction and classification tasks.

6
New cards

What are foundation models?

AI models with broad capabilities that can be adapted to create more specialized models or tools for specific use cases.

7
New cards

What are the two neural networks in a Generative adversarial network (GAN)?

A generator, which is trained to create samples like text and images, and a discriminator, which tries to distinguish whether the sample is real or fake.

8
New cards

How is Generative AI defined?

A type of artificial intelligence that can create new content, such as text, images, audio, and video.

9
New cards

How do generative AI models produce original content?

They analyze the patterns and underlying structure of training data to generate entirely new content, typically used for automated content creation and interactive communication.

10
New cards

What is a Generative pre-trained transformer (GPT)?

A family of large language models developed by OpenAI that use the Transformer architecture and are pre-trained on large amounts of text data to understand and generate human-like language.

11
New cards

What tasks can Large language models (LLMs) perform?

They can perform language-related tasks, including text generation, translation, summarization, sentiment analysis, and more.

12
New cards

What is the core focus of machine learning?

Creating algorithms and models that enable computers to learn and make predictions or decisions from training data.

13
New cards

What is Multimodal AI?

AI programs with the capability to process a variety of inputs, including text, images, audio, and video, and convert these inputs into different formats.

14
New cards

What does Natural language processing (NLP) enable computers to do?

It enables computers to understand, manipulate, and generate human language (natural language).

15
New cards

What are neural networks?

Computational models inspired by the structure and functioning of the human brain, serving as a fundamental component of deep learning and artificial intelligence.

16
New cards

In generative AI, what is a prompt?

Inputs—such as text instructions, questions, images, or audio—provided to a generative AI model to guide and generate new content.

17
New cards

What is the role of training data?

It consists of large datasets, often including examples, used to teach a machine learning model.

18
New cards

What is the defining mechanism of Transformers?

A deep learning architecture designed to process sequential data using self-attention mechanisms, forming the backbone of modern large language models.

19
New cards

What is a Variational autoencoder (VAE)?

A type of generative model and neural network designed to learn efficient representation of input data by encoding it into a smaller space and decoding back to the original space.