0% found this document useful (0 votes)
49 views8 pages

Breast Cancer Prediction with ML Techniques

The report details a project on breast cancer prediction using machine learning algorithms, focusing on early detection through mammography analysis. It employs techniques such as Fuzzy C-means for image segmentation and KNN for classification, aiming to improve prognosis by accurately identifying tumor regions. The project is submitted by students of Electronics and Telecommunication Engineering at Indira Gandhi Institute of Technology, Sarang, under the supervision of Ms. Monalisa Nayak.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views8 pages

Breast Cancer Prediction with ML Techniques

The report details a project on breast cancer prediction using machine learning algorithms, focusing on early detection through mammography analysis. It employs techniques such as Fuzzy C-means for image segmentation and KNN for classification, aiming to improve prognosis by accurately identifying tumor regions. The project is submitted by students of Electronics and Telecommunication Engineering at Indira Gandhi Institute of Technology, Sarang, under the supervision of Ms. Monalisa Nayak.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

MINOR PROJECT REPORT

ON
Breast Cancer Prediction using Machine Learning Algorithm

A TECHNICAL PROJECT REPORT SUBMITTED IN PARTIAL FULFILLMENT


OF THE REQUIREMENTS FOR THE DEGREE OF

Bachelor of Technology
In
ELECTRONICS AND TELECOMMUNICATION ENGINEERING

Submitted By: -

Satyajit Mohapatra [Link] -1901105372

Smitashree Mahapatra [Link]-1901105384

Rajni Xalxo [Link] 2021105080


………

Under The supervision of


Ms. Monalisa Nayak
Assistant Professor
Department of ETC

Department of Electronics and Telecommunication Engineering

Indira Gandhi Institute of Technology, Sarang

2022-23
Department of Electronics and Telecommunication Engineering
Indira Gandhi Institute of Technology, Sarang

CERTIFICATE OF APPROVAL
This is to certify that we have examined the project entitled "BREAST CANCER
PREDICTION USING MACHINE LEARNING " submitted by Smitashree
Mahapatra, Registration No. - 1901105384; Rajni Xalxo, Registration No.-
2021105080; Satyajit Mohapatra, Registration No.- 1901105372. We here by
accord our approval of it as a project work carried out and presented in a manner
required for its acceptance for the partial fulfillment for the Bachelor Degree of
Technology in Electronics & Telecommunication Engineering for which it has been
submitted. This approval doesnot necessarily endorse or accept every statement made,
opinion expressed or conclusions drawn as recorded in this project, it only signifies the
acceptance of the project for the purpose it has been submitted.

(Internal Examiner) (External Examiner)


Acknowledgement

It is difficult to acknowledge the precious debt of knowledge and learning. But we


can only repay it through our gratitude. First and foremost, I wish to express my
profound gratitude to the almighty. It is my privilege to express my sincere thanks to
Dr. Prof. A. Rout H.O.D. ETC who has always been a constant source of inspiration.
All the faculty members have helped me during the preparation of report by spending
their precious time.

I convey my sincere thanks to Ms. Monalisa Nayak who has given his most valuable
time and effort in guiding me to complete this seminar in due time and in this shape.

Last but not the least I would like to thank my parents, friends for their co- operation
and continuous support during the course of the assign.

Satyajit Mohapatra [Link] -1901105372


Smitashree Mahapatra [Link] -1901105384

Rajni Xalxo [Link] -2021105080


Department of Electronics and Telecommunication
Engineering
Indira Gandhi Institute of Technology, Sarang

CERTIFICATE
This is to certify that the work in this project report entitled “BREAST CANCER
PREDICTION USING MACHINE LEARNING " submitted by Smitashree
Mahapatra, Registration no - 1901105384; Rajni Xalxo, Registration No.-
2021105080; Satyajit Mohapatra, Registration No.- 1901105372, in partial fulfillment of
the requirements for the award of Bachelor of Technology in Electronics & Telecommunication
Engineering to Indira Gandhi Institute of Technology, Sarang is a Bonafede work of research
carried out by them under mysupervision and guidance. To the best of my knowledge and
belief, this work has not beensubmitted to any other University or Institution for the award of
any degree. In my opinion, the project fulfils the requirement of the regulations relating to the
nature and standard of work for bachelor of technology of IGIT in Electronics &
Telecommunication Engineering.

Ms. Monalisa Nayak

Assistant Professor

Department of ETC

IGIT, Sarang
CONTENT
Sl. No. Page No.
Cover page i
Certificate of approval ii
Acknowledgement iii
Certification iv
Table of contents v
Abstract vi
List of figures vii

1 CHAPTER 1 1
Introduction
1.1 Motivation 3
1.2 Related work 3

2. CHAPTER 2 12
Proposed Methodology
2.1 Methods Used 15

3 CHAPTER 3
Programming used 17

4 CHAPTER 4 22
Result and Discussion
4.1 Conclusion 24

4.2 Future Work 24


REFERENCES 25
ABSTRACT

Today there are more than 1.15 million cases of breast cancer diagnosed worldwide
annually. At present, only small numbers of accurate prognostic and predictive
factors are used clinically for managing the patients with breast cancer. Early
detection of this fatal disease is very important which helps in decreasing the morality
rate and increasing the survival period of breast cancer patients. The project uses
Mammography which is the main test used for screening and early diagnosis, and its
analysis and processing are the keys to improving breast cancer prognosis. To detect
breast cancer in mammogram, image segmentation is performed with the help of
Fuzzy C-means (FCM) technique. Further those segmented regions features are
extracted, and it is trained completely, finally trained images are classified by the
efficient classifier of different classes in mammogram. Texture features are extracted
using a feature extraction technique like Multi-level Discrete Wavelet Transform,
Principal Component Analysis (PCA), Gray-level Co-occurrence Matrix (GLCM).
Morphological operators are used to distinguish masses and microcalcifications from
the background tissue and KNN algorithm is used for classification. The boundaries
of tumor affected region in mammogram are marked and displayed to the doctor,
along with area of tumor.
LIST OF FIGURES

[Link] TITLE PAGE NO

1 Phases of machine learning 12

2 Comparison graphs between features 23

Common questions

Powered by AI

Texture features are characteristics extracted from the segmented mammogram images to represent the patterned appearance of tissues. Techniques like Multi-level Discrete Wavelet Transform, Principal Component Analysis (PCA), and Gray-level Co-occurrence Matrix (GLCM) are used for texture feature extraction. These techniques improve detection accuracy by providing significant details that distinguish between healthy and potentially cancerous tissue .

Mammography aids early breast cancer detection by allowing for detailed imaging, crucial for identifying tumors. The process of image segmentation plays a vital role by isolating suspicious areas within the mammogram using techniques such as Fuzzy C-means (FCM), which facilitates more precise diagnostic evaluations .

Morphological operators are used in mammograms to enhance the contrast between masses, microcalcifications, and the surrounding tissue. These operators modify the image structure, which helps in isolating the tumor-affected regions within the mammogram, making it easier for radiologists to identify and assess potential cancerous areas .

Principal Component Analysis (PCA) aids in feature extraction by transforming the original image features into a new coordinate system. This reduces the dimensions of the data while preserving the features that contribute most to the variability in the data, helping to highlight significant patterns in mammogram images that correlate with cancer presence .

The project uses a combination of image segmentation and feature extraction techniques followed by classification algorithms. After segmentation using Fuzzy C-means, features are extracted and the images are classified using algorithms like K-Nearest Neighbors (KNN), which have been highlighted as effective due to their capability to categorize mammogram images into different classes accurately .

The K-Nearest Neighbors (KNN) algorithm contributes by classifying mammogram images based on their extracted features. It relies on the measurement of feature similarity between images, assigning labels based on the closest feature-label associations from trained datasets. This simple yet effective approach aids in distinguishing between different types of tissue appearances in mammograms .

Future improvements suggested by the project include refining algorithms for greater accuracy, integrating more complex feature extraction methods, and enhancing segmentation techniques. These improvements aim to enlarge the dataset for training models better, thereby improving the capability of early detection systems to further reduce false negatives/positives in breast cancer diagnosis .

Fuzzy C-means (FCM) is a data clustering technique used in the segmentation of mammograms, enabling the separation of cancerous tissues from non-cancerous ones by dividing images into clusters where each pixel can belong to multiple clusters to varying degrees. This flexibility in categorization is critical for accurately identifying potentially cancerous tissues in mammography .

The primary motivation outlined for using machine learning approaches in breast cancer detection is the need for accurate and early diagnosis to improve patient outcomes. Machine learning algorithms provide robust tools for efficiently processing and analyzing large volumes of image data, thereby enhancing the identification and characterization of potential cancerous regions .

Early detection of breast cancer is critical because it significantly reduces the mortality rate and increases the survival period for patients. The project aims to achieve early detection by employing advanced imaging techniques like mammography for screening, alongside machine learning methods for image analysis and classification, thereby facilitating accurate and timely diagnosis .

You might also like