Skip to content

breast cancer histopathological image classification using TensorFlow

Notifications You must be signed in to change notification settings

akashxg/Mammogram-Image-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow Mammogram Image Classifier

By using a convolutional neural network (CNN) this program classifies microcalcifications and masses in a mammogram as either benign or malignant. If there are no masses present in the breast tissue then the mammogram will be classified as normal. The biggest challenge in this project was that the amount of mammogram images without any segmentation or overlay available online (publicly) was scarce and not feasible to train an entire CNN on, thus why I trained the last layer of Google's Inception v3 network on pre-segmented image data. The .gitignore contains files that are installed via the retrain.py script that is pulled from TensorFlow. Left Right

Tools & Resources

Results

Normal image test

Normal Test

Benign image test

Benign Test

Malignant image test

Malevolent Test

Overall Accuracy

Final Test

About

breast cancer histopathological image classification using TensorFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages