Skip to content

goncinious/BreastCancer-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 

Repository files navigation

Automating breast cancer diagnosis in histopathology

  • Dataset was provided by ICIAR2018 Challenge.
  • Data comprised by 400 images [1535x2048x3] of 4 classes (100 each): Benign, InSitu, Invasive, Normal.

Two approaches developed:

  1. Traditional machine learning: Extract Fisher Vector representation from histopathology images and train a SVM classifier.
  2. Deep learning: Learn representation automatically using a Convolutional Neural Network (CNN) in Pytorch (to be updated).

Jupyter notebooks:

1) Reading and visualising images

1-Data_Visualisation.ipynb

2) Classification: FisherVector+SVM (80% test acc.)

2-FisherVector_SVM.ipynb

alt text

About

Automating breast cancer diagnosis using histological data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published