项目作者: harsh-99

项目描述 :
Breast cancer detection model trained on DDSM dataset
高级语言: Jupyter Notebook
项目地址: git://github.com/harsh-99/Breast-Cancer-Detection.git
创建时间: 2018-06-14T06:41:55Z
项目社区:https://github.com/harsh-99/Breast-Cancer-Detection

开源协议:

下载


Breast-Cancer-Detection

This repsitory is for detecting Breast Cancer on DDSM dataset.

The Data Tweaking Jupyter is used to convert the the dataset in the form

Root directory-> Class1-> images

  1. -> Class2-> images
  2. .
  3. .
  4. .

And then train(resnet18 model) on the given Images for classes i.e. Benign, Malign, Normal. The repository also contains code for image class saliency map i.e. to determine what are the input features that are used by model to classify it to a specific label.

Some are the tutorial and saved model.