FRM Part 1 Quants 2023 ML
FRM Part 1 Quants 2023 ML
CLASSIFICATION ALGORITHM
Target Variable (y) is a category/class Ex:- y = Defaulter / Non-defaulter i.e., 1 or 0
x = Gender, X = Income X = Age
Linear Regression can give Y any value b/w [-∞ to ∞ ] but we want Y as 1
^
or 0 i.e., Logistic Regression we map Y b/w 0 and 1 like probabilities and
allocate probability as 1 and probability as 0 by using linking functions
& Maximising their probability (MLE).
LINKING FUNCTIONS
Real world data may not perfectly linearly separable in that case :-
SVM Applications :- Suited for small to medium complex high dimension data.
Shiksha Jain Karan Aggarwal
FRM part 1
QUANTS 2023
PRINCIPAL COMPONENT ANALYSIS