SlideShare una empresa de Scribd logo
1 de 4
Descargar para leer sin conexión
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5172
Breast Cancer Prediction using Deep Learning
Anandhavalli D1, Sridhar C R2, Naga Subramanian S3
1Assisstant Professor, Velammal College of Engineering & Technology, Madurai
2&3UG Students, Velammal College of Engineering & Technology, Madurai
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Breast cancer is the most frequent cancer among
women, impacting over 1.5 million women each year, andalso
causes the greatest number of cancer-related deaths among
women. We can predict the occurrence of breastcancer, based
on the several factors like tumor cell data, nuclei information,
cell division status, physical dimensions, etc. Ithelpsdoctorsto
decide the critical conditions of the patients, which is difficult
to classify the tumor to be malignant or a benign one. Neural
network is a deep learning algorithm that predicts/classifies
the output variable from a set of dependent variables, which
can be used in our problem. New Principal Components are
developed from the existing data, which removes the bias,
noise and inconsistencies. The neural network model is
developed to fit the dataset accurately. After building the
model, we need to train it with our training dataset, so that it
can construct a learned model. After training the model, we
test them with the testing dataset to get classification results.
Also, the cross-fold validation gives a wonderful insight about
the accuracy. The objective of the project is to maximize the
accuracy as much as possible. We improve the model based on
the error rate and what causes it. By analyzing the userinputs
with the trained neural network model, it will classify the
nature of the tumor.
Key Words: Neural networks, PCA.
1. INTRODUCTION
A. Breast Cancer
Breast cancer is the malignant tumor (a tumor with the
potential to invade other tissues or spread to other parts of
the body) that starts in the cells of the breast. It occurs both
in men and women.
One of the main ways breast cancer spreads is through the
lymphatic system. Lymph vessels carry a clear fluid called
lymph which drains into lymph nodes. Lymph nodes are
small bean-shaped structures which contain cells that fight
infections (immune system cells). Lymph vessels from the
breast drain into the axillary lymph nodes and
supraclavicular lymph nodes.
Breast cancer has ranked number one cancer among Indian
females with age adjusted rate as high as 25.8 per 100,000
women and mortality 12.7 per100,000women.Data reports
from various latestnational cancerregistrieswerecompared
for incidence, mortality rates. According to study published
in Asia-Pacific Journal of Clinical Oncology, breastwasfound
as high as 41 per 100,000 women for Delhi, followed by
Chennai (37.9), Bangalore (34.4) and Thiruvananthapuram
District (33.7) in 2017. According to this study number of
cases of Breast cancer will become almost double
(17,97,900) by 2020.
According to health ministry of India breast cancer ranks as
the number one cancer among Indian females with rate as
high as 25.8 per 100,000 women and mortality of 12.7 per
100,000 women. India continues to have a low survival rate
for breast cancer, with only 66.1% women diagnosed with
the disease between 2010 and 2014 surviving, a Lancet
study found. The US and Australia had survival rates as high
as 90%, according to the study.Globally,about10%ofbreast
cancer is genetic or due to an inherited DNA mutation. But a
recent study suggests that theremaybea greateroccurrence
of genetically-linked breast cancer among Indian women.
To overcome this, A few machine learning techniqueswill be
explored. In this exercise, Support Vector Machine is being
implemented with 96% accuracy with the help of Machine
learning and deep learning.
ML techniques have been widely used in intelligent
healthcare systems, especially for breast cancer (BC)
diagnosis and prognosis. Machine learning is an application
of artificial intelligence (AI) that providessystemstheability
to automatically learn and improvefromexperiencewithout
being explicitly programmed. However, machinelearning is
not a simple process. As the algorithms ingest training data,
it is then possible to produce more precise models based on
that data. Machine learning focuses on the development of
computer programs that can access data and use it learn for
themselves. The process of learning begins with
observations or data, such as examples, directexperience,or
instruction, in order to look for patterns in data and make
better decisions in the future based on the examples that we
provide. The primary aim is to allow the computers learn
automatically without human interventionorassistance and
adjust actions accordingly. A machine learning model is the
output generated when you train your machine learning
algorithm with data. After training, when you provide a
model with an input, you will be given an output. Machine
learning techniques are required to improve the accuracy of
predictive models.
B. Deep Learning
Deep Learning is a technique for implementing Machine
Learning. Deep learning is especially useful tolearnpatterns
from unstructured data. Deep learning complex neural
networks are designed to emulate how the human brain
works, so computers can be trained to deal with poorly
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5173
defined abstractions and problems. The average five-year-
old child can easily recognize the difference between his
teacher’s face and the face of the crossing guard. In contrast,
the computer must do a lot of work to figure out who is who.
Neural networks and deep learning are often used in image
recognition, speech, and computer vision applications.
2. RELATED WORK
Various machine learning algorithms are employed
in order to derive the accurate solution, buteachofthemhas
its own advantages and disadvantages. The algorithm can
only change input to output and nothing more, we have to
provide the input in the best way, which the algorithm can
change them to output with full accuracy.
The clinical results of the tumor analysis data is
used for the computation. The data are thoroughly studied
and analyzed for this problem-solution. It is highly useful in
order to group the patients according to the data.
3. PROPOSED WORK
Deep learning projects are highly iterative; as you
progress through the lifecycle, you’ll find yourself iterating
on a section until reaching a satisfactory level of
performance, then proceeding forward to the next task
(which may be circling back to an even earlier step).
Moreover, a project isn’t complete after you ship the first
version; you get feedback from real-world interactions and
redefine the goals for the next iteration of deployment.
1. Data collection and labeling
2. Model exploration
3. Model refinement
4. Testing and evaluation
5. Model deployment
6. Ongoing model maintenance
3.1. System Architecture
The system base architectural flow is shown here.
The dataset is considered and a model iscreated,trained and
to be made to fit with the data, so that it can be ready to
classify the user input data.
Fig:1 Base Architecture
3.2. Data Preprocessing
Data is typically messy and often consistsofmissing
values, useless values (e.g., NA), outliers, and so on. Prior to
modeling and analysis, raw data needs to be parsed,cleaned,
transformed, and pre-processed. This is typicallyreferred to
a data munging or data wrangling. For missing data, data is
often imputed, which is a technique used to fill in, or
substitute for missing values, and is very similar
conceptually to interpolation.
Data preprocessing is a data mining technique that
involves transforming raw data into an understandable
format. Real-world data is often incomplete, inconsistent,
and/or lacking in certain behaviors or trends, andislikelyto
contain many errors.
Fig:2 Class diagram
Principal component analysis is a method of extracting
important variables (in form ofcomponents)froma largeset
of variables available in a data set. It extracts low
dimensional set of features from a high dimensional data set
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5174
with a motive to capture as much information as possible.
With fewer variables, visualizationalsobecomesmuchmore
meaningful. PCA is more useful when dealing with 3 or
higher dimensional data.
3.3 Class Diagram
The class diagramshowsthe overviewoftheObject-
Oriented structure in this project. The data fields are
specified in class Patient. The data is beinganalyzed withthe
model and the results are provided to the UI.
Fig:3 Class diagram
3.2. Dataset
The dataset has the following features.
Attributes Datatype Range
Clump Thickness Numeric 1-10
Uniformity of Cell Size Numeric 1-10
Uniformity of Cell Shape Numeric 1-10
Marginal Adhesion Numeric 1-10
Single Epithelial Cell Size Numeric 1-10
Bare Nuclei Numeric 1-10
Bland Chromatin Numeric 1-10
Normal Nucleoli Numeric 1-10
Mitoses Numeric 1-10
Class Numeric 1-10
The above data set is perfectly designed to remove the
problems of feature scaling(normalization). It is taken from
the Wisconsin University.
3.4 Model
The data set is studied and visualizedtoknowthe
hidden proportionalities with the target variable. Also, the
missing data were imputed with the mice package in r.
Fig:4 Neural Network model
1. The input layers are defined bythenumberofattributes
that are provided to get the classification results.
2. There is only one hidden layer, since it is a simple
neural network and it has 10 nodes in it. The number
of hidden nodes is defined based on the below
formula.
=
Ni = number of input neurons.
No = number of output neurons.
Ns = number of samples in training data set.
α = an arbitrary scaling factor usually 2-10.
3. The output layer has single node, which is the best way
to classify the binary classification problem. Also, we
can have two nodes with other activation function.
3.5 Tuning and Improvement
The flow is a loop, as discussed in the design phase.
Once the model is developed, it will be tested to check the
accuracy. Then again rigorous data analysis,wewill uncover
more insights about the data. In this case, as a first step the
data set is directly applied to the neural network. Then the
feature extraction and selection techniques and data
preprocessing were done and applied to the neural network
model. As we saw drastic improvements, since the data
analysis plays a vital role in deep learning projects.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5175
4. RESULTS
The below screenshowsthe classificationprocess,it
shows the results based on the user input.
Fig:5 Execution (Sample for Benign Tumor)
It can be either Benign or Malignant. The values are
classified using the Logistic functionassimilartotheLogistic
Regression. Here activation function is logistic so it can
easily derive the binary classification.
5. CONCLUSIONS
This project helps the patients to clear their doubts
on their case, about the tumor whether it is safe or not. It
improves the results from the manual method, which is
prone to human errors. The model is perfectly balanced,
hence won’t lie on any subjective feature. In other words,
there won’t be a biased model, which relies on the single
attribute. The error rates have been improved, but not to
100%. There is always a small percent of possibility that it
will give wrong results.
The model can be generalized so that it can predict
multiple types of cancer. The accuracy can be raised to
100%, so that it can be more accurate than the doctor’s
diagnosis. It can improve the domain of oncology, the
survival rates can be increased by the early detection and
advanced treatments. As we know that, the early stage
cancer can be easily treated.
6. References
[1] Borges, Lucas Rodrigues, “Analysis of the Wisconsin
Breast Cancer Dataset and Machine Learning for
Breast Cancer Detection”: XI Workshop de Visão
Computacional (October 05th‐07th, 2015)
[2] G. Ravi Kumar, Dr. G. A. Ramachandra, K. Nagamani,
“An Efficient Prediction of Breast Cancer Data using
Data Mining Techniques”: International Journal of
Innovations in Engineering and Technology (IJIET)
[3] Vikas Chaurasia1, Saurabh Pa “Data mining
techniques: To resolve breast cancer survivability”:
International Journal of Computer Science and
Mobile Computing
[4] National Cancer Institute. Surveillance,
Epidemiology, and End Results (SEER) Program
Public-Use Data (1973-2008). Cancer Statistics
Branch; 2011.
[5] Madhu Kumaria, Vijendra Singh, “Breast Cancer
Prediction”: IN: International Conference on
Computational IntelligenceandData Science(2018)
[6] Jemal A, Murray T, Ward E, Samuels A, Tiwari RC,
Ghafoor A, Feuer EJ, Thun MJ. Cancer statistics,
2005. CA: a cancer journal for clinicians (2005 Jan
1)
[7] Polat K, Güneş S, “Breast cancerdiagnosisusingleast
[8] square support vector machine”: Digital Signal
Processing(2007 Jul 1)
[9] Jiawei Han, Micheline Kamber, Jian Pei, Data Mining:
Concepts and Techniques
[10] Delen D, Walker G, Kadam A. “Predicting breast
cancer survivability: a comparison of three data
mining methods. Artificial Intelligence in Medicine”
(2005 June 2)

Más contenido relacionado

La actualidad más candente

11.[37 46]segmentation and feature extraction of tumors from digital mammograms
11.[37 46]segmentation and feature extraction of tumors from digital mammograms11.[37 46]segmentation and feature extraction of tumors from digital mammograms
11.[37 46]segmentation and feature extraction of tumors from digital mammograms
Alexander Decker
 
ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE MODELING OF A 3G MOBILE PHONE BASE...
ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE MODELING OF A 3G MOBILE PHONE BASE...ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE MODELING OF A 3G MOBILE PHONE BASE...
ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE MODELING OF A 3G MOBILE PHONE BASE...
ijaia
 

La actualidad más candente (20)

COVID-19 detection from scarce chest X-Ray image data using few-shot deep lea...
COVID-19 detection from scarce chest X-Ray image data using few-shot deep lea...COVID-19 detection from scarce chest X-Ray image data using few-shot deep lea...
COVID-19 detection from scarce chest X-Ray image data using few-shot deep lea...
 
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET-  	  Detection of Leaf Diseases and Classifying them using Multiclass SVMIRJET-  	  Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVM
 
IRJET- A Survey on Prediction of Heart Disease Presence using Data Mining and...
IRJET- A Survey on Prediction of Heart Disease Presence using Data Mining and...IRJET- A Survey on Prediction of Heart Disease Presence using Data Mining and...
IRJET- A Survey on Prediction of Heart Disease Presence using Data Mining and...
 
Analysis of Machine Learning Techniques for Breast Cancer Prediction
Analysis of Machine Learning Techniques for Breast Cancer PredictionAnalysis of Machine Learning Techniques for Breast Cancer Prediction
Analysis of Machine Learning Techniques for Breast Cancer Prediction
 
Smart Fruit Classification using Neural Networks
Smart Fruit Classification using Neural NetworksSmart Fruit Classification using Neural Networks
Smart Fruit Classification using Neural Networks
 
EDGE DETECTION IN DIGITAL IMAGE USING MORPHOLOGY OPERATION
EDGE DETECTION IN DIGITAL IMAGE USING MORPHOLOGY OPERATIONEDGE DETECTION IN DIGITAL IMAGE USING MORPHOLOGY OPERATION
EDGE DETECTION IN DIGITAL IMAGE USING MORPHOLOGY OPERATION
 
IRJET - Detection of Malaria using Image Cells
IRJET - Detection of Malaria using Image CellsIRJET - Detection of Malaria using Image Cells
IRJET - Detection of Malaria using Image Cells
 
11.[37 46]segmentation and feature extraction of tumors from digital mammograms
11.[37 46]segmentation and feature extraction of tumors from digital mammograms11.[37 46]segmentation and feature extraction of tumors from digital mammograms
11.[37 46]segmentation and feature extraction of tumors from digital mammograms
 
Brainsci 10-00118
Brainsci 10-00118Brainsci 10-00118
Brainsci 10-00118
 
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCEANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
ANALYSIS OF SYSTEM ON CHIP DESIGN USING ARTIFICIAL INTELLIGENCE
 
Comparative Analysis: Effective Information Retrieval Using Different Learnin...
Comparative Analysis: Effective Information Retrieval Using Different Learnin...Comparative Analysis: Effective Information Retrieval Using Different Learnin...
Comparative Analysis: Effective Information Retrieval Using Different Learnin...
 
IRJET- A Survey on Mining of Tweeter Data for Predicting User Behavior
IRJET- A Survey on Mining of Tweeter Data for Predicting User BehaviorIRJET- A Survey on Mining of Tweeter Data for Predicting User Behavior
IRJET- A Survey on Mining of Tweeter Data for Predicting User Behavior
 
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural NetworkIRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
 
ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE MODELING OF A 3G MOBILE PHONE BASE...
ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE MODELING OF A 3G MOBILE PHONE BASE...ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE MODELING OF A 3G MOBILE PHONE BASE...
ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE MODELING OF A 3G MOBILE PHONE BASE...
 
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...
 
MITIGATION TECHNIQUES TO OVERCOME DATA HARM IN MODEL BUILDING FOR ML
MITIGATION TECHNIQUES TO OVERCOME DATA HARM IN MODEL BUILDING FOR MLMITIGATION TECHNIQUES TO OVERCOME DATA HARM IN MODEL BUILDING FOR ML
MITIGATION TECHNIQUES TO OVERCOME DATA HARM IN MODEL BUILDING FOR ML
 
Resume-MdKhaled_14_12_2015
Resume-MdKhaled_14_12_2015Resume-MdKhaled_14_12_2015
Resume-MdKhaled_14_12_2015
 
Skin Lesion Classification using Supervised Algorithm in Data Mining
Skin Lesion Classification using Supervised Algorithm in Data MiningSkin Lesion Classification using Supervised Algorithm in Data Mining
Skin Lesion Classification using Supervised Algorithm in Data Mining
 
Classification of Apple diseases through machine learning
Classification of Apple diseases through machine learningClassification of Apple diseases through machine learning
Classification of Apple diseases through machine learning
 
Face recognition for presence system by using residual networks-50 architectu...
Face recognition for presence system by using residual networks-50 architectu...Face recognition for presence system by using residual networks-50 architectu...
Face recognition for presence system by using residual networks-50 architectu...
 

Similar a IRJET- Breast Cancer Prediction using Deep Learning

Similar a IRJET- Breast Cancer Prediction using Deep Learning (20)

Breast Cancer Detection Using Machine Learning
Breast Cancer Detection Using Machine LearningBreast Cancer Detection Using Machine Learning
Breast Cancer Detection Using Machine Learning
 
Breast Cancer Prediction
Breast Cancer PredictionBreast Cancer Prediction
Breast Cancer Prediction
 
IRJET- Breast Cancer Disease Prediction : Using Machine Learning Approach
IRJET- Breast Cancer Disease Prediction : Using Machine Learning ApproachIRJET- Breast Cancer Disease Prediction : Using Machine Learning Approach
IRJET- Breast Cancer Disease Prediction : Using Machine Learning Approach
 
IRJET - Survey on Analysis of Breast Cancer Prediction
IRJET - Survey on Analysis of Breast Cancer PredictionIRJET - Survey on Analysis of Breast Cancer Prediction
IRJET - Survey on Analysis of Breast Cancer Prediction
 
Health Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep LearningHealth Care Application using Machine Learning and Deep Learning
Health Care Application using Machine Learning and Deep Learning
 
A Comprehensive Survey On Predictive Analysis Of Breast Cancer
A Comprehensive Survey On Predictive Analysis Of Breast CancerA Comprehensive Survey On Predictive Analysis Of Breast Cancer
A Comprehensive Survey On Predictive Analysis Of Breast Cancer
 
IRJET- Breast Cancer Relapse Prognosis by Classic and Modern Structures o...
IRJET-  	  Breast Cancer Relapse Prognosis by Classic and Modern Structures o...IRJET-  	  Breast Cancer Relapse Prognosis by Classic and Modern Structures o...
IRJET- Breast Cancer Relapse Prognosis by Classic and Modern Structures o...
 
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
 
A Novel Approach for Forecasting Disease Using Machine Learning
A Novel Approach for Forecasting Disease Using Machine LearningA Novel Approach for Forecasting Disease Using Machine Learning
A Novel Approach for Forecasting Disease Using Machine Learning
 
IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...
IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...
IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...
 
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGA SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
 
SEMI SUPERVISED BASED SPATIAL EM FRAMEWORK FOR MICROARRAY ANALYSIS
SEMI SUPERVISED BASED SPATIAL EM FRAMEWORK FOR MICROARRAY ANALYSISSEMI SUPERVISED BASED SPATIAL EM FRAMEWORK FOR MICROARRAY ANALYSIS
SEMI SUPERVISED BASED SPATIAL EM FRAMEWORK FOR MICROARRAY ANALYSIS
 
CANCER TUMOR DETECTION USING MACHINE LEARNING
CANCER TUMOR DETECTION USING MACHINE LEARNINGCANCER TUMOR DETECTION USING MACHINE LEARNING
CANCER TUMOR DETECTION USING MACHINE LEARNING
 
IRJET- Breast Cancer Prediction using Supervised Machine Learning Algorithms
IRJET- Breast Cancer Prediction using Supervised Machine Learning AlgorithmsIRJET- Breast Cancer Prediction using Supervised Machine Learning Algorithms
IRJET- Breast Cancer Prediction using Supervised Machine Learning Algorithms
 
PARKINSON’S DISEASE DETECTION USING MACHINE LEARNING
PARKINSON’S DISEASE DETECTION USING MACHINE LEARNINGPARKINSON’S DISEASE DETECTION USING MACHINE LEARNING
PARKINSON’S DISEASE DETECTION USING MACHINE LEARNING
 
Slima explainable deep learning using fuzzy logic human ist u fribourg ver 17...
Slima explainable deep learning using fuzzy logic human ist u fribourg ver 17...Slima explainable deep learning using fuzzy logic human ist u fribourg ver 17...
Slima explainable deep learning using fuzzy logic human ist u fribourg ver 17...
 
Melanoma Skin Cancer Detection using Deep Learning
Melanoma Skin Cancer Detection using Deep LearningMelanoma Skin Cancer Detection using Deep Learning
Melanoma Skin Cancer Detection using Deep Learning
 
Deep Learning based Multi-class Brain Tumor Classification
Deep Learning based Multi-class Brain Tumor ClassificationDeep Learning based Multi-class Brain Tumor Classification
Deep Learning based Multi-class Brain Tumor Classification
 
DETECTION OF DIFFERENT TYPES OF SKIN DISEASES USING RASPBERRY PI
DETECTION OF DIFFERENT TYPES OF SKIN DISEASES USING RASPBERRY PIDETECTION OF DIFFERENT TYPES OF SKIN DISEASES USING RASPBERRY PI
DETECTION OF DIFFERENT TYPES OF SKIN DISEASES USING RASPBERRY PI
 
DETECTION OF DIFFERENT TYPES OF SKIN DISEASES USING RASPBERRY PI
DETECTION OF DIFFERENT TYPES OF SKIN DISEASES USING RASPBERRY PIDETECTION OF DIFFERENT TYPES OF SKIN DISEASES USING RASPBERRY PI
DETECTION OF DIFFERENT TYPES OF SKIN DISEASES USING RASPBERRY PI
 

Más de IRJET Journal

Más de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Último

Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Christo Ananth
 

Último (20)

(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 

IRJET- Breast Cancer Prediction using Deep Learning

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5172 Breast Cancer Prediction using Deep Learning Anandhavalli D1, Sridhar C R2, Naga Subramanian S3 1Assisstant Professor, Velammal College of Engineering & Technology, Madurai 2&3UG Students, Velammal College of Engineering & Technology, Madurai ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Breast cancer is the most frequent cancer among women, impacting over 1.5 million women each year, andalso causes the greatest number of cancer-related deaths among women. We can predict the occurrence of breastcancer, based on the several factors like tumor cell data, nuclei information, cell division status, physical dimensions, etc. Ithelpsdoctorsto decide the critical conditions of the patients, which is difficult to classify the tumor to be malignant or a benign one. Neural network is a deep learning algorithm that predicts/classifies the output variable from a set of dependent variables, which can be used in our problem. New Principal Components are developed from the existing data, which removes the bias, noise and inconsistencies. The neural network model is developed to fit the dataset accurately. After building the model, we need to train it with our training dataset, so that it can construct a learned model. After training the model, we test them with the testing dataset to get classification results. Also, the cross-fold validation gives a wonderful insight about the accuracy. The objective of the project is to maximize the accuracy as much as possible. We improve the model based on the error rate and what causes it. By analyzing the userinputs with the trained neural network model, it will classify the nature of the tumor. Key Words: Neural networks, PCA. 1. INTRODUCTION A. Breast Cancer Breast cancer is the malignant tumor (a tumor with the potential to invade other tissues or spread to other parts of the body) that starts in the cells of the breast. It occurs both in men and women. One of the main ways breast cancer spreads is through the lymphatic system. Lymph vessels carry a clear fluid called lymph which drains into lymph nodes. Lymph nodes are small bean-shaped structures which contain cells that fight infections (immune system cells). Lymph vessels from the breast drain into the axillary lymph nodes and supraclavicular lymph nodes. Breast cancer has ranked number one cancer among Indian females with age adjusted rate as high as 25.8 per 100,000 women and mortality 12.7 per100,000women.Data reports from various latestnational cancerregistrieswerecompared for incidence, mortality rates. According to study published in Asia-Pacific Journal of Clinical Oncology, breastwasfound as high as 41 per 100,000 women for Delhi, followed by Chennai (37.9), Bangalore (34.4) and Thiruvananthapuram District (33.7) in 2017. According to this study number of cases of Breast cancer will become almost double (17,97,900) by 2020. According to health ministry of India breast cancer ranks as the number one cancer among Indian females with rate as high as 25.8 per 100,000 women and mortality of 12.7 per 100,000 women. India continues to have a low survival rate for breast cancer, with only 66.1% women diagnosed with the disease between 2010 and 2014 surviving, a Lancet study found. The US and Australia had survival rates as high as 90%, according to the study.Globally,about10%ofbreast cancer is genetic or due to an inherited DNA mutation. But a recent study suggests that theremaybea greateroccurrence of genetically-linked breast cancer among Indian women. To overcome this, A few machine learning techniqueswill be explored. In this exercise, Support Vector Machine is being implemented with 96% accuracy with the help of Machine learning and deep learning. ML techniques have been widely used in intelligent healthcare systems, especially for breast cancer (BC) diagnosis and prognosis. Machine learning is an application of artificial intelligence (AI) that providessystemstheability to automatically learn and improvefromexperiencewithout being explicitly programmed. However, machinelearning is not a simple process. As the algorithms ingest training data, it is then possible to produce more precise models based on that data. Machine learning focuses on the development of computer programs that can access data and use it learn for themselves. The process of learning begins with observations or data, such as examples, directexperience,or instruction, in order to look for patterns in data and make better decisions in the future based on the examples that we provide. The primary aim is to allow the computers learn automatically without human interventionorassistance and adjust actions accordingly. A machine learning model is the output generated when you train your machine learning algorithm with data. After training, when you provide a model with an input, you will be given an output. Machine learning techniques are required to improve the accuracy of predictive models. B. Deep Learning Deep Learning is a technique for implementing Machine Learning. Deep learning is especially useful tolearnpatterns from unstructured data. Deep learning complex neural networks are designed to emulate how the human brain works, so computers can be trained to deal with poorly
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5173 defined abstractions and problems. The average five-year- old child can easily recognize the difference between his teacher’s face and the face of the crossing guard. In contrast, the computer must do a lot of work to figure out who is who. Neural networks and deep learning are often used in image recognition, speech, and computer vision applications. 2. RELATED WORK Various machine learning algorithms are employed in order to derive the accurate solution, buteachofthemhas its own advantages and disadvantages. The algorithm can only change input to output and nothing more, we have to provide the input in the best way, which the algorithm can change them to output with full accuracy. The clinical results of the tumor analysis data is used for the computation. The data are thoroughly studied and analyzed for this problem-solution. It is highly useful in order to group the patients according to the data. 3. PROPOSED WORK Deep learning projects are highly iterative; as you progress through the lifecycle, you’ll find yourself iterating on a section until reaching a satisfactory level of performance, then proceeding forward to the next task (which may be circling back to an even earlier step). Moreover, a project isn’t complete after you ship the first version; you get feedback from real-world interactions and redefine the goals for the next iteration of deployment. 1. Data collection and labeling 2. Model exploration 3. Model refinement 4. Testing and evaluation 5. Model deployment 6. Ongoing model maintenance 3.1. System Architecture The system base architectural flow is shown here. The dataset is considered and a model iscreated,trained and to be made to fit with the data, so that it can be ready to classify the user input data. Fig:1 Base Architecture 3.2. Data Preprocessing Data is typically messy and often consistsofmissing values, useless values (e.g., NA), outliers, and so on. Prior to modeling and analysis, raw data needs to be parsed,cleaned, transformed, and pre-processed. This is typicallyreferred to a data munging or data wrangling. For missing data, data is often imputed, which is a technique used to fill in, or substitute for missing values, and is very similar conceptually to interpolation. Data preprocessing is a data mining technique that involves transforming raw data into an understandable format. Real-world data is often incomplete, inconsistent, and/or lacking in certain behaviors or trends, andislikelyto contain many errors. Fig:2 Class diagram Principal component analysis is a method of extracting important variables (in form ofcomponents)froma largeset of variables available in a data set. It extracts low dimensional set of features from a high dimensional data set
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5174 with a motive to capture as much information as possible. With fewer variables, visualizationalsobecomesmuchmore meaningful. PCA is more useful when dealing with 3 or higher dimensional data. 3.3 Class Diagram The class diagramshowsthe overviewoftheObject- Oriented structure in this project. The data fields are specified in class Patient. The data is beinganalyzed withthe model and the results are provided to the UI. Fig:3 Class diagram 3.2. Dataset The dataset has the following features. Attributes Datatype Range Clump Thickness Numeric 1-10 Uniformity of Cell Size Numeric 1-10 Uniformity of Cell Shape Numeric 1-10 Marginal Adhesion Numeric 1-10 Single Epithelial Cell Size Numeric 1-10 Bare Nuclei Numeric 1-10 Bland Chromatin Numeric 1-10 Normal Nucleoli Numeric 1-10 Mitoses Numeric 1-10 Class Numeric 1-10 The above data set is perfectly designed to remove the problems of feature scaling(normalization). It is taken from the Wisconsin University. 3.4 Model The data set is studied and visualizedtoknowthe hidden proportionalities with the target variable. Also, the missing data were imputed with the mice package in r. Fig:4 Neural Network model 1. The input layers are defined bythenumberofattributes that are provided to get the classification results. 2. There is only one hidden layer, since it is a simple neural network and it has 10 nodes in it. The number of hidden nodes is defined based on the below formula. = Ni = number of input neurons. No = number of output neurons. Ns = number of samples in training data set. α = an arbitrary scaling factor usually 2-10. 3. The output layer has single node, which is the best way to classify the binary classification problem. Also, we can have two nodes with other activation function. 3.5 Tuning and Improvement The flow is a loop, as discussed in the design phase. Once the model is developed, it will be tested to check the accuracy. Then again rigorous data analysis,wewill uncover more insights about the data. In this case, as a first step the data set is directly applied to the neural network. Then the feature extraction and selection techniques and data preprocessing were done and applied to the neural network model. As we saw drastic improvements, since the data analysis plays a vital role in deep learning projects.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5175 4. RESULTS The below screenshowsthe classificationprocess,it shows the results based on the user input. Fig:5 Execution (Sample for Benign Tumor) It can be either Benign or Malignant. The values are classified using the Logistic functionassimilartotheLogistic Regression. Here activation function is logistic so it can easily derive the binary classification. 5. CONCLUSIONS This project helps the patients to clear their doubts on their case, about the tumor whether it is safe or not. It improves the results from the manual method, which is prone to human errors. The model is perfectly balanced, hence won’t lie on any subjective feature. In other words, there won’t be a biased model, which relies on the single attribute. The error rates have been improved, but not to 100%. There is always a small percent of possibility that it will give wrong results. The model can be generalized so that it can predict multiple types of cancer. The accuracy can be raised to 100%, so that it can be more accurate than the doctor’s diagnosis. It can improve the domain of oncology, the survival rates can be increased by the early detection and advanced treatments. As we know that, the early stage cancer can be easily treated. 6. References [1] Borges, Lucas Rodrigues, “Analysis of the Wisconsin Breast Cancer Dataset and Machine Learning for Breast Cancer Detection”: XI Workshop de Visão Computacional (October 05th‐07th, 2015) [2] G. Ravi Kumar, Dr. G. A. Ramachandra, K. Nagamani, “An Efficient Prediction of Breast Cancer Data using Data Mining Techniques”: International Journal of Innovations in Engineering and Technology (IJIET) [3] Vikas Chaurasia1, Saurabh Pa “Data mining techniques: To resolve breast cancer survivability”: International Journal of Computer Science and Mobile Computing [4] National Cancer Institute. Surveillance, Epidemiology, and End Results (SEER) Program Public-Use Data (1973-2008). Cancer Statistics Branch; 2011. [5] Madhu Kumaria, Vijendra Singh, “Breast Cancer Prediction”: IN: International Conference on Computational IntelligenceandData Science(2018) [6] Jemal A, Murray T, Ward E, Samuels A, Tiwari RC, Ghafoor A, Feuer EJ, Thun MJ. Cancer statistics, 2005. CA: a cancer journal for clinicians (2005 Jan 1) [7] Polat K, Güneş S, “Breast cancerdiagnosisusingleast [8] square support vector machine”: Digital Signal Processing(2007 Jul 1) [9] Jiawei Han, Micheline Kamber, Jian Pei, Data Mining: Concepts and Techniques [10] Delen D, Walker G, Kadam A. “Predicting breast cancer survivability: a comparison of three data mining methods. Artificial Intelligence in Medicine” (2005 June 2)