Skip to content

Breast cancer detection using Convolutional Neural Nets (CNNs)

Notifications You must be signed in to change notification settings

knickhill/cancer-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cancer Diagnosis using Convolutional Neural Networks (CNNs)

Team Members: Nikhil Mallareddy, Florian Hillen

Objective

The objective of this exercise is to build a convolutional neural network than can accurately diagnose breast cancer from mammograms.

Dataset

For this project, we use the Digital Database for Screening Mammography (DDSM) data set, which is a collection of labelled mammographic images maintained for use by the research community. The data set contains 2,620 cases of patients and mammograms with calci fications, masses, and non-pathological fi ndings labelled on a scale of 1-5 according to the BI-RADS scheme.

classes

Model

We trained five baseline models for the image classification task, including VGG16, ResNet50, and MobileNet, using EC2 instance on Amazon AWS. Based on performance on the validation set, we choose VGG16, pre-trained on ImageNet, as the best performing model.

model

Results

The model produced an accuracy of 86.9% on the test set and an AUC of 0.933, which met our performance benchmarks.

More details in the report.

result

Releases

No releases published

Packages

No packages published