/CancerPredUsingML

Cancer Prediction using ML in MATLAB/Octave

Primary LanguageMATLABGNU General Public License v3.0GPL-3.0

CancerPredUsingML

Cancer Prediction using ML in MATLAB/Octave

Software Required:

MATLAB/Octave

##Run the 'model.m' file which is the driver function. Check the Command window for Output.

This ML model predicts whether a Tumour is Malignant or Benign, learning 10 diff. features of the tumour:

  1. Clump Thickness
  2. Uniformity of Cell Size
  3. Uniformity of Cell Shape
  4. Marginal Adhesion
  5. Epithelial Cell Size
  6. Bare Nuclei
  7. Bland Chromatin
  8. Normal Nucleoli
  9. Mitoses

Regularized Logistic Regression Algorithm used for classification.

Decision Boundary

Output & Accuracies