AI Pract Flashcards

1
Q

LLM

A

Transformer architecture most common - LLMs genereate human text. Trained on vasts amounts of text data

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

How LLMs work

A

Tokens, embeddings and vectors

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

Token

A

basic unit of text that model processes

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

embeddings

A

numerical representation of tokens

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

vectors

A

a list of numbers that capture it’s meaning in relationship to other tokens

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

diffusion models

A

deep learning architecture system

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

how does diffusion work

A

Starts with pure noise or random data and gradually adds more information to create clear output. Two step process noisy to clean, clean to noisy

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

Forward Diffusion

A

Clean image to start and introduces noise until just noise is left

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

Reverse diffusion

A

noisy image gradually denoised until new image generated

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

multimodal models

A

can generate multiple modes of data simultaneously

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

when to use multimodal

A

automating video captions, creating graphics from text input, answering questions beter by combining text and visuals, translating content while keeping visuals

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

Generative adversarial networks (GANs)

A

Two neural networks competing in a zero-sum game framework.

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

GAN - Generator

A

network that generates new synthetic data (ex. image, audio, text) taking random noise as input. tries to trick the discriminator

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

Discriminator

A

Takes real data from training set and syntheticly generated data as input trying to distinguish between the two.

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

Variational autoencoders (VAEs)

A

generative model that combines ideas from autoencoders and variational inference. Two parts, encoder and decoder

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

encoder

A

takes input and maps to lower-dimensional latent space, which captures the essential features of the data

17
Q
A