Batch 27
Batch 27
DEEP LEARNING
PRESENTED BY:
BATCH 27 2
TABLE OF CONTENTS
ABSTRACT
INTRODUCTION
PROBLEM DEFINITION
LITERATURE SURVEY
METHODOLOGY
RESULT ANALYSIS
PLAN OF ACTION
20X 3
X
ABSTRACT
Breast cancer remains a significant global health concern, emphasizing the need for early and accurate
diagnosis to improve patient outcomes. This project proposes an intelligent system aimed at automating breast
cancer identification using ultrasound imaging. The system begins with the collection of a diverse dataset
comprising ultrasound images categorizing breast conditions into normal, benign, and malignant cases.
Employing robust pre-processing techniques such as data augmentation, cropping, and resizing standardizes the
images for subsequent analysis.
Transfer learning models— VGG-19, MobileNet, and InceptionNet —are utilized to extract meaningful features
from the ultrasound images, enhancing the efficiency of model training and evaluation. The dataset undergoes
rigorous evaluation using 10-fold cross-validation, ensuring robust model performance. Machine learning
models including Support Vector Machines (SVM), Recurrent Neural Networks (RNN), and Random Forests
(RF) are employed for breast cancer classification, fine-tuned to distinguish between benign and malignant
tumors. The UBC Benchmark dataset, comprising 780 images annotated with benign, malignant, and normal
labels, serves as a critical resource for algorithm development and evaluation. This project underscores the
potential of ensemble transfer learning strategies in advancing breast cancer diagnosis through intelligent
ultrasound imaging
20X 4
X
INTRODUCTION
Breast cancer is a disease where cancerous cells form in the tissues of the breast. It
typically begins in the cells of the milk-producing ducts or the glandular tissues.
Breast cancer tumors can be malignant or benign. Malignant tumors are cancerous, capable
of spreading (metastasizing) to other body parts, and are potentially life-threatening. Benign
tumors are non-cancerous, usually do not spread, and are generally less dangerous, but
they may still require monitoring or removal.
Breast cancer affects approximately 2 million women globally each year, causing around
685,000 deaths. About 1 in 8 women will develop breast cancer in their lifetime. Early
detection has led to a 99% 5-year survival rate for localized cases, though the risk increases
with age, particularly after 50.
5
INTRODUCTION(Continued)
Common symptoms include a lump in the breast, changes in breast shape, dimpling
of the skin, discharge from nipple.
There are some traditional machine learning approaches like Logistic Regression,
Decision Trees, Random Forests , K-Nearest Neighbors ,Naïve Bayes to classify
the breast tumors .
So, To try to increase the accuracy, precision, Recall and F1-score of classification
to detect the type of tumors, we are using the machine learning techniques.
PROBLEM DEFINITION
This project aims to improve the diagnosis of breast cancer by automating the
analysis of ultrasound images. It addresses the variability and subjectivity of
manual interpretations by radiologists. It applies deep learning and transfer
learning techniques, using models such as VGG-19, MobileNet, and
InceptionNet for feature extraction. The dataset is rigorously evaluated using
10-fold cross-validation to minimize overfitting and validate the model's
generalization capabilities. Such as SVM, RNN, RF are used machine
learning models classify breast tissue for normal, benign,
and malign. Moreover, a user interface
of HTML generates complete reports to support the diagnostics on
classification outcomes.
7
LITERATURE SURVEY
S.No Author Title Year Techniques Limitations
used
1 Rohit Classification of mammogram Model’s reliance
AgrawalNavneet breast cancer enhancement,dee on discrete
Pratap Singh.et.al from p convolutional cosine
mammograms 2024 neural transformation
using enhance network,discrete may lead to
image reduction cosine transform sensitivity
and deep towards image
learning preprocessing
framework variations.
2 Maged Deep learning Convultional It covers various
Nasser.et.al based methods Neural Network techniques lacks
for breast cancer discussion on
diagnosis: A 2023 real-world
Systemic review challenges of
implementing
these methods
such as data
privacy issues.
Classification Report
Confusion Matrix
OUTPUT SCREEN
The login page provides fields for users to enter their email
ID and password. This page is essential for returning users to
access their accounts and utilize the diagnostic features of the
application.
HOME PAGE: This page introduces users to the deep learning
techniques employed in the application for detecting breast
cancer. It emphasizes the system's purpose and sets the context
for the diagnostic process.
8
NPTEL REGISTRATION MAILS
20X 9
X