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)
- Host: GitHub
- URL: https://github.com/andreped/idc
- Owner: andreped
- Created: 2019-07-17T22:08:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T10:01:10.000Z (almost 7 years ago)
- Last Synced: 2025-02-17T17:52:22.048Z (over 1 year ago)
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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.