Misc Flashcards

1
Q

Beyond compute budget, model size, and number of training tokens, what affects performance and efficiency?

A

Hyperparameter selection

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

VQGAN does what

A

a generative adversarial neural network that is good at generating images that look similar to others (but not from a prompt)

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

CLIP

A

neural network that is able to determine how well a caption (or prompt) matches an image.

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

LDM stands for

A

Latent diffusion model

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

Two main types of supervised learning tasks

A

Classification and regression

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

Three main types of unsupervised learning tasks

A

Clustering, association, dimensionality reduction

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

Difference between unsupervised and supervised learning

A

Supervised learning uses labeled data. Unsupervised learning doesn’t use labeled data

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

Benefit of sparse activation?

A

It is better to achieve the same result with a simpler data representation than a complex one

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

Autoregressive

A

predicting a future outcome of a sequence from the previously observed outcomes of that sequence

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

What does VQGAN stand for?

A

Vector Quantized Generative Adversarial Networks

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

What are logits?

A

The unormalized probabilities outputted by a network, before being passed thru [softmax I assume]

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