smahesh2694 / Breast_Cancer_Classification

Simple IDC type breast cancer classification on Keras.

Home Page:https://msudhakar.com/project/bcc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breast_Cancer_Classification

Breast cancer classification on Keras (based on the implementaion of CancerNet algorithm by Adrian Rosebrock [1]).

Breast cancer is the most common form of cancer in women, and invasive ductal carcinoma (IDC) is the most common form of breast cancer. Accurately identifying and categorizing breast cancer subtypes is an important clinical task, and automated methods can be used to save time and reduce error.

The goal of this script is to identify IDC when it is present in otherwise unlabeled histopathology images. The dataset consists of 277,524 50x50 pixel RGB digital image patches that were derived from 162 H&E-stained breast histopathology samples. These images are small patches that were extracted from digital images of breast tissue samples.

The breast tissue contains many cells but only some of them are cancerous. Patches that are labeled "1" contain cells that are characteristic of invasive ductal carcinoma.

The dataset was originally curated by Janowczyk and Madabhushi and Roa et al. but is available in public domain on Kaggle’s website.

For more information about the data used, see here and here.

Reference: [1]. Adrian Rosebrock, Breast cancer classification with Keras and Deep Learning, PyImageSearch, https://www.pyimagesearch.com/2019/02/18/breast-cancer-classification-with-keras-and-deep-learning/, accessed on 22 February 2019.

About

Simple IDC type breast cancer classification on Keras.

https://msudhakar.com/project/bcc/


Languages

Language:Jupyter Notebook 98.4%Language:Python 1.6%