Breast Cancer Classification using Tensorflow
Utilizing a Deep Learning model with Transfer Learning using Inception v3, this project focuses on classifying breast cancer images as benign or malignant. The dataset comprises a total of 105 benign and 50 malignant training images, with a test accuracy of 73.3% and a validation accuracy of 86%. Through this approach, 4 images were correctly classified while 2 were misidentified, showcasing the potential of AI in medical diagnostics.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
Breast Cancer Classification using Tensorflow SYED SHARJEELULLAH
Deep Learning Model Transfer Learning with Inception v3 model An inception v3 model trained on Imagenet images A new top layer has been trained to recognize breast cancer images.
DataSet Classification done between Benign and Malignant Total Benign training set:105 Total Malignant training set:50 Randomly 3 images of each type were used for testing
Model Results Final test Accuracy = 73.3% Validation Accuracy= 86% In the random test 4 images were correctly classified 2 were incorrectly identified