Skip to content

SaquibAnwar/breast-cancer-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breast Cancer Classification

github-small

  • Predicting if the cancer diagnosis is benign or malignant based on several observations/features

  • 30 features are used, examples:

      - radius (mean of distances from center to points on the perimeter)
      - texture (standard deviation of gray-scale values)
      - perimeter
      - area
      - smoothness (local variation in radius lengths)
      - compactness (perimeter^2 / area - 1.0)
      - concavity (severity of concave portions of the contour)
      - concave points (number of concave portions of the contour)
      - symmetry
      - fractal dimension ("coastline approximation" - 1)
    
  • Datasets are linearly separable using all 30 input features

  • Number of Instances: 569

  • Class Distribution: 212 Malignant, 357 Benign

  • Target class:

    • Malignant
    • Benign

github-small

https://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Wisconsin+(Diagnostic)

Algorithm :

  • “Support Vector Machine” (SVM) is a supervised machine learning algorithm which can be used for both classification or regression challenges.

github-small

Conclusion :

  • So the conclusion drawn from the experiment can be summed up into the following :

github-small

About

Predicting if the cancer diagnosis is benign or malignant based on several observations/features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors