Module 4 - Logistic Regression Flashcards
Logistic Regression?
Used for predicting the outcome of binary dependent variable
Softmax Regression?
Multiclass Regression
Linearly Separable?
A data set can be perfectly separated by a linear classifier
Decision Boundary?
The surface separating different predicted classes
Linear Classifier?
A classifier that learns linear decision boundaries
Support Vector?
A training example (data point) not in the flat part of the loss diagram
A data point that is incorrectly classified or close to the boundary
Smaller gamma leads to?
Smoother boundaries
Why highest gamma is a bad option?
Overfitting
The effectiveness of SVM depends on?
Selection of Kernel
Kernel Parameters
Soft Margin
Selection of Kernel?
Gaussian kernel
Kernel’s Parameters?
Gaussian kernel has a single parameter ^y^
Soft margin parameter?
C
Logistic Regression Comparison?
Is a linear classifier Can use with kernels but slow Outputs meaningful probabilities Multi-class extension All data points affect fit L2 or L1 Regularization
Support Vector Machines?
Linear classifier Can use with kernels, fast Does not naturally output probabilities Multi-class extension Only "support vectors" affect fit Conventionally just L2 regularization
Applications for SVM?
Reduces the need for labeled training instances
Helpful in text categorization
Image classification support
Widely applied in biological and other sciences