Machine Learning Concepts

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 terms and concepts related to machine learning and logistic regression.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Logistic Regression

A statistical method for predicting binary classes by using a logistic function.

2
New cards

Linear Classification

A classification approach that models the relationship between input features and classes using linear boundary.

3
New cards

Decision Boundary

A line or surface that separates different classes in a classification problem.

4
New cards

Linearly Separable

A condition where classes can be separated by a linear decision boundary.

5
New cards

Threshold Function

A function that determines the output of a model based on whether a linear function exceeds a certain threshold.

6
New cards

Minimizing Loss

The process of adjusting model parameters to reduce the difference between predicted and actual outcomes.

7
New cards

Perceptron Learning Rule

An algorithm for updating weights in binary classification problems based on prediction errors.

8
New cards

Logistic Function

A sigmoid function that produces outputs between 0 and 1, representing probabilities.

9
New cards

Probabilistic Interpretation

Understanding model outputs as probabilities indicating the likelihood of a class assignment.

10
New cards

One-vs-the-Rest Classifier

A method where multiple binary classifiers distinguish one class against all others.

11
New cards

Confusion Matrix

A table used to evaluate the performance of a classification model by showing true vs predicted classifications.

12
New cards

Sensitivity

The ratio of true positives to the sum of true positives and false negatives, indicating the ability to detect positive instances.

13
New cards

Specificity

The ratio of true negatives to the sum of true negatives and false positives, indicating the ability to identify negative instances.

14
New cards

Precision

The ratio of true positives to the sum of true positives and false positives, indicating the accuracy of positive predictions.