WST 212 - Supervised Learning Flashcards

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts from the Supervised Learning lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

What is supervised learning?

A type of machine learning where models are trained on labelled data.

2
New cards

What is unsupervised learning?

A type of machine learning that deals with unlabelled data.

3
New cards

What are some common supervised learning algorithms?

Linear regression, logistic regression, naive Bayes, decision trees.

4
New cards

What are some common unsupervised learning algorithms?

K-means clustering, hierarchical clustering, principal component analysis (PCA).

5
New cards

What is an example of supervised learning?

Apple’s Face ID system.

6
New cards

What is an example of unsupervised learning?

The TikTok "For You Page" algorithm.

7
New cards

What does 'x' represent in simple linear regression?

Independent variable.

8
New cards

What does β₀ represent in simple linear regression?

The intercept of the line.

9
New cards

What does β₁ represent in simple linear regression?

The slope of the line.

10
New cards

What is the main difference between logistic and linear regression?

Predicting probabilities whilst linear regression predicts continuous values.

11
New cards

What is the output range of the sigmoid (or logistic) function used in logistic regression?

0 to 1

12
New cards

What is the purpose of Training Data in model validation?

To train the chosen model by feeding it input features and corresponding labels to learn the relationship between them.

13
New cards

What is the purpose of Test Data in model validation?

Assess the model's performance.

14
New cards

What are real world examples of binary classification?

Spam detection, Credit card fraud, Health, Marketing, Banking.