ExamGecko
Question list
Search
Search

Question 8 - D-GAI-F-01 discussion

Report
Export

What is the difference between supervised and unsupervised learning in the context of training Large Language Models (LLMs)?

A.
Supervised learning feeds a large corpus of raw data into the Al system, while unsupervised learning uses labeled data to teach the Al system what output is expected.
Answers
A.
Supervised learning feeds a large corpus of raw data into the Al system, while unsupervised learning uses labeled data to teach the Al system what output is expected.
B.
Supervised learning is common for fine tuning and customization, while unsupervised learning is common for base model training.
Answers
B.
Supervised learning is common for fine tuning and customization, while unsupervised learning is common for base model training.
C.
Supervised learning uses labeled data to teach the Al system what output is expected, while unsupervised learning feeds a large corpus of raw data into the Al system, which determines the appropriate weights in its neural network.
Answers
C.
Supervised learning uses labeled data to teach the Al system what output is expected, while unsupervised learning feeds a large corpus of raw data into the Al system, which determines the appropriate weights in its neural network.
D.
Supervised learning is common for base model training, while unsupervised learning is common for fine tuning and customization.
Answers
D.
Supervised learning is common for base model training, while unsupervised learning is common for fine tuning and customization.
Suggested answer: C

Explanation:

Supervised Learning: Involves using labeled datasets where the input-output pairs are provided. The AI system learns to map inputs to the correct outputs by minimizing the error between its predictions and the actual labels.

Unsupervised Learning: Involves using unlabeled data. The AI system tries to find patterns, structures, or relationships in the data without explicit instructions on what to predict. Common techniques include clustering and association.

Application in LLMs: Supervised learning is typically used for fine-tuning models on specific tasks, while unsupervised learning is used during the initial phase to learn the broad features and representations from vast amounts of raw text.

asked 16/09/2024
Spandana Gangavaram
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first