2. Generative AI: Introduction and Applications Flashcards

Course 2 / 16

1
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Term

A

Definition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Data augmentation

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Deep learning

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Diffusion model

A

A type of generative model that is popularly used for generating high-quality samples and performing various tasks, including image synthesis. They are trained by gradually adding noise to an image and then learning to remove the noise. This process is called diffusion.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Discriminative AI

A

A type of artificial intelligence that distinguishes between different classes of data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Discriminative AI models

A

Models that identify and classify based on patterns they observe in training data. In general, they are used in prediction and classification tasks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Foundation models

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Generative adversarial network (GAN)

A

A type of generative model that includes two neural networks: generator and discriminator. The generator is trained on vast data sets to create samples like text and images. The discriminator tries to distinguish whether the sample is real or fake.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Generative AI

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Generative AI models

A

Models that can understand the context of input content to generate new content. In general, they are used for automated content creation and interactive communication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Generative pre-trained transformer (GPT)

A

A series of large language models developed by OpenAI. They are designed to understand language by leveraging a combination of two concepts: training and transformers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Large language models (LLMs)

A

A type of deep learning model trained on massive amounts of text data to learn the patterns and structures of language. They can perform language-related tasks, including text generation, translation, summarization, sentiment analysis, and more.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Machine learning

A

A type of artificial intelligence that focuses on creating algorithms and models that enable computers to learn and make predictions or decisions. It involves designing systems that can learn from training data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Natural language processing (NLP)

A

A branch of artificial intelligence that enables computers to understand, manipulate and generate human language (natural language).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Neural networks

A

Computational models inspired by the structure and functioning of the human brain. They are a fundamental component of deep learning and artificial intelligence.

17
Q

Prompt

A

Instructions or questions that are given to a generative AI model to generate new content.

18
Q

Training data

A

Data (generally, large datasets that also have examples) used to teach a machine learning model.

19
Q

Transformers

A

A deep learning architecture that uses an encoder-decoder mechanism. Transformers can generate coherent and contextually relevant text.

20
Q

Variational autoencoder (VAE)

A

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