Generative AI

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:29 PM on 5/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

15 Terms

1
New cards

LLMs

statistical pattern recognition + prediction systems

2
New cards

token

unit of text, based on words or segments of words

3
New cards

LLM output

next likely word (token) in a sentence (sequence)

4
New cards

text corpus

source of digitalized text

5
New cards

large language models are supervised/unsupervised

unsupervised, large dataset => cannot label

6
New cards

transformer

attention-based feed-forward network

7
New cards

retrieval augmented generation (RAG)

  •  retrieve domain specific information

8
New cards

vector database

  • parts of documents converted to vectors

9
New cards

chunking

  • long document broken up into coherent sections

    • Eg: paragraphs in a book, functions in code

10
New cards

discriminative model

categorize, answer yes/no

11
New cards

genrative model

creates new examples, answer  What could this be?

12
New cards

Generative Adversial Network (GAN):

combination of generative + discriminatory models:

  • Generator creates fake images for discriminator to test, discriminator trained with real images

13
New cards

GAN use case

realistic videos or pictures

14
New cards

Variational Auto Encoder (VAE)

learns patterns in data to recreate original or generate new examples

15
New cards

VAE use case

  • Good for generating Audio

    • Can blend song A into song B

    • Can recognize cord progression + rhythm