Interpretation of the Confusion Matrix

Actual Positive, Predicted Positive = TP Actual Positive, Predicted Negative = FN Actual Negative, Predicted Negative = TN Actual Negative, Predicted Positive = FP We know from the sample, Actual Positive = TP + FN Actual Negative = TN + FP Prevalence: If the sample can present the population, then prevalence is the ratio: Actual … Continue reading Interpretation of the Confusion Matrix

The Math behind Linear SVC Classifier

This article is reposted from my Kaggle account. Here is the original link: https://www.kaggle.com/xingewang/the-math-behind-linear-svc-classifier In case there are some Latex format altered below. Linear Support Vector Classifier (Binary Case) The reason why I wrote this article: explanation of SVC/SVM on the internet is overwhelming, but I could not find anything to clarify all the doubts I … Continue reading The Math behind Linear SVC Classifier