{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

IFN580 Week 10 Generative AI Flashcards

(16 cards)

1
Q

What does the ‘generative’ in Generative Models refer to?

A

The ability to create new content

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

How does generative AI relate to deep learning?

A

Generative AI often uses deep learning models

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

What are Discriminative models, and how do they differ from Generative models?

A

Discriminative models learn decision boundaries
Generative models learn data distributions to generate new data

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

What are the two main components of a GAN (Generative Adversarial Network)?

A

Generator (G): Tries to create realistic fake data.

Discriminator (D): Tries to distinguish real from fake data.

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

What is the Generator in GAN

A

It creates fake data

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

What is the Discriminator in GAN

A

It tries to distinguish real data from fake data

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

How does GAN training work?

A

The adversarial training tries to improve both models

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

What is Variational Autoencoder (VAE)?

A

It encodes input data into a probabilistic latent space, which allows it to generate new samples

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

How does the VAE process work?

A

Encoder: maps input to a probability distribution
Latent Space: introduces stochasticity for generation
Decoder: reconstructs input from latent space

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

How do generative models work?

A

they learn patterns through training data. when given a text, they predict what comes next

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

What are Tokens in transformer models?

A

Chunks of words/pixel that has been broken down from a larger input (e.g. sentence).

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

What is Single-head vs Multi-head attention in Transformers?

A

Single-head: One attention mechanism.

Multi-head: Multiple attention layers in parallel, each focusing on different parts of the sequence.

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

What are the 3 types of Transformer architectures and their usage?

A

Encoder-only (e.g., BERT): Best for understanding tasks like classification.

Decoder-only (e.g., GPT): Best for text generation.

Encoder–Decoder (e.g., T5, BART): Best for translation or text summarization.

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

Generative AI uses a statistical model to predict a ______________ for a prompt

A

response

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

GANs use samples with ___ as an input to the generator.

A

Noise

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

How do variational autoencoders (VAEs) differ to traditional autoencoders?

A

They generate new samples