Statistical Learning - Chapters 2, 3, and 4

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

1/26

flashcard set

Earn XP

Description and Tags

Flashcards based on lecture notes from 'An Introduction to Statistical Learning', Chapters 2, 3, and 4, focusing on key concepts and methods.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

27 Terms

1
New cards

What is Statistical Learning?

Methods for understanding relationships between variables and making predictions.

2
New cards

What is Supervised Learning?

Learning with both inputs and corresponding outputs, divided into regression and classification.

3
New cards

What is Unsupervised Learning?

Learning with only inputs, used for clustering and dimension reduction.

4
New cards

What is Prediction in Statistical Learning?

The goal is to accurately forecast future values.

5
New cards

What is Inference in Statistical Learning?

Understanding the relationships between predictors and responses.

6
New cards

What are Parametric methods?

Methods that assume a specific functional form, like linear regression.

7
New cards

What are Non-parametric methods?

Methods that do not assume a specific functional form; very flexible.

8
New cards

What is Mean Squared Error (MSE)?

Used to measure accuracy in regression problems.

9
New cards

What is the Bias-Variance Trade-off?

Balancing model complexity to avoid underfitting (high bias) and overfitting (high variance).

10
New cards

What are Simple Models?

They have high interpretability but risk high bias.

11
New cards

What are Complex Models?

They reduce bias but increase variance, possibly causing overfitting.

12
New cards

What is Linear Regression?

A supervised learning technique used for predicting quantitative outcomes, assuming a linear relationship between predictors and response.

13
New cards

What is the Residual Sum of Squares (RSS)?

Coefficient estimation through least squares minimizes?

14
New cards

What is Multiple Linear Regression?

Extends simple regression by considering multiple predictors.

15
New cards

What is Residual Standard Error (RSE)?

Measures prediction error magnitude.

16
New cards

What is the R² Statistic?

Proportion of variance in the response explained by predictors.

17
New cards

What are Qualitative Predictors?

Categorical variables represented through dummy variables.

18
New cards

What are Interaction Terms?

Capture the interaction between predictors.

19
New cards

What are Nonlinear Relationships in Linear Regression?

Polynomial or transformation-based adjustments to predictors.

20
New cards

What does classification involve?

Predicting categorical responses.

21
New cards

What is Logistic Regression?

Estimates probabilities using the logistic (sigmoid) function.

22
New cards

What is Maximum Likelihood?

Coefficients in logistic regression are estimated via?

23
New cards

What is Linear Discriminant Analysis (LDA)?

Assumes classes share a common covariance matrix.

24
New cards

What is Quadratic Discriminant Analysis (QDA)?

Extends LDA by allowing each class its covariance matrix.

25
New cards

What is K-Nearest Neighbors (KNN)?

Classifies by majority vote of nearest neighbors.

26
New cards

What is a Confusion Matrix?

Detailed breakdown of correct and incorrect classifications.

27
New cards

What are common evaluation metrics in classification?

Accuracy, sensitivity, specificity, and ROC curves.