Skip to content

SVM for Breast Cancer Detection from mammogram Using MatLAB

Notifications You must be signed in to change notification settings

MazinOnsa/Breast-Cancer-Detection

Repository files navigation

Breast-Cancer-Detection

SVM for Breast Cancer Detection from mammogram Using MatLAB

The code solves the Lagrange dual problem of SVM by using quadprog to find alpha, support vectors and bias

Dataset

4 features 800 instances Missing values available

F1-score, Precision and recall of the test set then calculated

RBF found to be the best Kernel of SVM to classify the dataset

optimal sigma for RBF is choosen to be the one who brings the larger variance between the transformed data (generally easier to classify)

main code is here

Releases

No releases published

Packages

No packages published

Languages