5. Genetic AI and Large Language Models Study Notes

0.0(0)
studied byStudied by 0 people
0.0(0)
linked notesView linked note
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

These flashcards cover essential vocabulary related to generative AI and large language models, providing definitions and key concepts discussed in the lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

Generative AI

A type of AI that can create new content, including text, images, music, and videos.

2
New cards

Large Language Models

Probabilistic models of text that determine the likelihood of sequences of words occurring based on previous words.

3
New cards

Deep Learning

A subset of machine learning that uses neural networks to learn from complex data.

4
New cards

Machine Learning

A subset of AI that uses algorithms to learn from past data to identify trends and predict outcomes.

5
New cards

Fine-Tuning

The process of further training a pretrained model on a labeled dataset to optimize it for a specific task.

6
New cards

Inference

The process of making predictions based on a trained model using new input data.

7
New cards

Transformers

A deep learning architecture that allows models to focus on relevant parts of input data for predictions.

8
New cards

Self Attention Mechanism

A component of transformer architecture that helps the model understand the importance of different words in relation to each other.

9
New cards

Tokens

Units of text processed by large language models, which can represent whole words or parts of words.

10
New cards

Embeddings

Numerical representations of text data that capture the contextual meaning of the input.

11
New cards

Retrieval-Augmented Generation

A framework that allows language models to query external knowledge bases to ground responses.

12
New cards

Hallucination

When a model generates text that is non-factual or ungrounded.

13
New cards

Prompt Engineering

The iterative process of refining input prompts to elicit desired output from a language model.

14
New cards

Training Dataset

A collection of data used to train machine learning models, consisting of input features and corresponding output labels.

15
New cards

Probabilistic Model

A type of model that uses probability to predict outcomes based on observed data patterns.

16
New cards

Supervised Machine Learning

A type of machine learning where the model is trained with labeled data, consisting of input features and output labels.

17
New cards

Unsupervised Learning

A type of learning where models learn patterns in data without labeled outputs.

18
New cards

Which sequence model can maintain relevant information over long sequences?

19
New cards

Which type of Recurrent Neural Network (RNN) architecture is used for Machine Translation?

20
New cards

3. Which essential component of Artificial Neural Network performs weighted summation and applies activation function on input data to produce an output?