- Dataset was provided by ICIAR2018 Challenge.
- Data comprised by 400 images [1535x2048x3] of 4 classes (100 each): Benign, InSitu, Invasive, Normal.
Two approaches developed:
- Traditional machine learning: Extract Fisher Vector representation from histopathology images and train a SVM classifier.
- Deep learning: Learn representation automatically using a Convolutional Neural Network (CNN) in Pytorch (to be updated).