Misc Flashcards
Beyond compute budget, model size, and number of training tokens, what affects performance and efficiency?
Hyperparameter selection
VQGAN does what
a generative adversarial neural network that is good at generating images that look similar to others (but not from a prompt)
CLIP
neural network that is able to determine how well a caption (or prompt) matches an image.
LDM stands for
Latent diffusion model
Two main types of supervised learning tasks
Classification and regression
Three main types of unsupervised learning tasks
Clustering, association, dimensionality reduction
Difference between unsupervised and supervised learning
Supervised learning uses labeled data. Unsupervised learning doesn’t use labeled data
Benefit of sparse activation?
It is better to achieve the same result with a simpler data representation than a complex one
Autoregressive
predicting a future outcome of a sequence from the previously observed outcomes of that sequence
What does VQGAN stand for?
Vector Quantized Generative Adversarial Networks
What are logits?
The unormalized probabilities outputted by a network, before being passed thru [softmax I assume]