What is Gennerative AI Flashcards

Describe Generative AI (19 cards)

1
Q

What is Generative AI (Gen AI)?

A

A subset of deep learning that generates new data similar to the data it was trained on.

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

What types of data can Generative AI be trained on?

A
  • Text
  • Images
  • Audio
  • Code
  • Video
  • Other types of data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a foundation model?

A

A broad and large model that can adapt to different general tasks such as generating and summarizing text, extracting information, generating images, and answering questions.

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

Why are foundation models expensive to train?

A

They require significant computational power, time, and vast amounts of data.

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

Name a foundation model developed by OpenAI.

A

GPT-4o

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

What is an example of an open-source foundation model?

A

Google BERT

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

What is a Large Language Model (LLM)?

A

A type of AI that relies on a foundation model and is designed to generate coherent human-like text.

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

How does an LLM generate text?

A

It uses a prompt to generate responses based on learned content and internal probabilities.

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

What does it mean when the output of an LLM is described as non-deterministic?

A

The same prompt may yield different answers due to statistical methods used in generation.

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

What is the purpose of a prompt in LLM usage?

A

It is a question or text input that guides the LLM to generate a specific response.

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

What is the forward diffusion process in image generation?

A

Adding noise to an image over time until it becomes unrecognizable.

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

What is the reverse diffusion process?

A

Starting from noise and de-noising it to generate a coherent image based on a prompt.

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

What is an example of a prompt for image generation?

A

Generate a blue sky with white clouds and the word ‘Hello’ written in the sky.

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

True or False: LLMs can perform tasks such as translation and summarization.

A

True

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

Fill in the blank: Generative AI combines knowledge into ______ ways.

A

[new and unique]

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

What does the term ‘parameters’ refer to in LLMs?

A

The billions of variables that the model uses to process and generate text.

17
Q

What happens when an LLM generates text based on probabilities?

A

It selects words based on likelihoods, leading to variability in output.

18
Q

List some companies known for creating foundation models.

A
  • OpenAI
  • Meta
  • Amazon
  • Google
  • Anthropic
19
Q

What are some tasks that a foundation model can perform?

A
  • Generate text
  • Summarize text
  • Extract information
  • Generate images
  • Act as a chatbot
  • Answer questions