An open API service indexing awesome lists of open source software.

https://github.com/andreped/idc

Classification of the breast cancer subtype Invasive Ductal Carcinoma (IDC)
https://github.com/andreped/idc

Last synced: 7 months ago
JSON representation

Classification of the breast cancer subtype Invasive Ductal Carcinoma (IDC)

Awesome Lists containing this project

README

          

# IDC
Classification of the breast cancer subtype Invasive Ductal Carcinoma (IDC). The main idea was to train a model which performed sorting of IDC patches, and thus using IDC(+) patches as input to a BC histological grade classifier.

![Screenshot](IDC_image.png)

Data can be found here:
https://www.kaggle.com/paultimothymooney/breast-histopathology-images

Code is based on the implementation of Paul Mooney, which can be found in the link above.