SlideShare une entreprise Scribd logo
1  sur  15
Brain Tumor Detection Using Deep Neural Network
and Machine Learning Algorithm
Authors: Masoumeh Siar, Mohammad Teshnehlab
Published on 2019, 9th International Conference on Computer and Knowledge Engineering (ICCKE)
Cited by 115
Presented by Khalid Abdul Rehman
Abstract and Introduction
• Brain tumors can be classified as benign or malignant, and timely detection and treatment are crucial for improved patient
outcomes.
• Deep Neural Networks (DNN), specifically Convolutional Neural Networks (CNN), have been used in this paper to detect brain
tumors using MRI images.
• The use of MRI imaging provides accurate images of the brain and is preferred over other techniques due to its higher contrast
in soft tissue.
• The CNN is capable of automatically and locally extracting features from each image, making it a suitable choice for tumor
detection.
• The CNN achieved an accuracy of 98.67% when using the Softmax Fully Connected layer for image classification. The accuracy
with the Radial Basis Function (RBF) classifier was 97.34%, and with the Decision Tree (DT) classifier, it was 94.24%.
• Sensitivity, Specificity, and Precision were used to evaluate the network's performance in addition to accuracy.
Abstract and Introduction
• The Softmax classifier showed the best accuracy among the categorizers used in the CNN.
• The proposed method combines feature extraction techniques with the CNN for tumor detection, leading to an
improved accuracy of 99.12% on the test data..
• A clustering algorithm was used for feature extraction before applying the CNN to improve network accuracy
and reduce medical errors.
• Accurate diagnosis by physicians is enhanced by the proposed method as early diagnosis plays a crucial role in
tumor treatment.
• The proposed method shows promising results and has the potential to contribute to the accurate diagnosis
and treatment of brain tumors.
Feature Extraction
• Feature extraction is an important technique in machine learning and image processing.
• It involves creating a subset of features from the initial dataset, which facilitates the learning process.
• Feature extraction helps in reducing the dimensionality of the input data when it is too large.
• The process of extracting a subset of features from the primary feature set is called feature extraction.
• The selected features contain essential information about the input data.
• Feature extraction is commonly used in image processing to identify desired segments or specific shapes
(features) within digital images or video streams.
Methodology
Dataset
• The dataset used in the paper consists of brain MRI images from 153 patients.
• It includes images from 80 healthy patients and 73 patients with brain tumors.
• The dataset was divided into train and test sets, with 515 images for training from healthy patients and
1151 images for training from patients with brain tumors.
• For testing, there were 56 images from healthy patients and 170 images from patients with brain tumors.
• The original image size is 512 × 512 pixels.
Methodology
Simulation
• Sometimes, fat areas in the images may be mistakenly detected as tumors, or tumors may go unnoticed by
physicians, highlighting the importance of skilled medical diagnosis.
• The paper utilizes a CNN for tumor detection in brain images.
• Additional margins in the collected images were cropped to reduce image noise.
• The combination of feature extraction techniques with the CNN is employed to improve network accuracy.
• The proposed method in the study introduces a new approach by combining a clustering algorithm for feature
extraction with the CNN model.
Methodology
Feature extraction method
• The central clustering algorithm is an iterative method used for
clustering.
• It aims to find cluster centers that represent the mean points
within each cluster.
• Data samples are assigned to clusters based on their minimum
distance to the cluster centers.
• In the paper, the first-order clustering algorithm is used for
feature extraction.
• Cluster centers are initially selected randomly, and data points are
assigned to clusters based on similarity.
• This process results in the creation of new clusters.
• Figure 1 in the paper showcases the image obtained after
applying the clustering algorithm to the data.
Fig. 1. Applying the clustering algorithm to the image.
Methodology
Convolutional neural method
• Initially, the images were directly applied to the CNN without any feature extraction methods.
• The input image size was 227x227 pixels.
• The architecture used for image identification and classification was AlexNet.
• AlexNet consists of 5 Convolutional layers, 3 Sub-sampling layers, Normalization layers, Fully Connected layers, and a
classification layer.
• The Fully Connected layers in AlexNet have 4096 neurons.
• The classification layer in the CNN distinguishes between two classes: brain tumor patient and normal patient.
• Figure 2 in the paper illustrates the architecture of the utilized CNN.
Fig. 2. Proposed CNN to gender detection using MRI images
SIMULATION RESULTS AND DISCUSSION
• The CNN achieved an accuracy of 98.67% in accurately categorizing tumor patient and
normal patient images.
• To enhance network performance, a combination of Clustering algorithm for feature
extraction and CNN was employed.
• Various classifiers, including Softmax Fully Connected layer, RBF classifier, and DT
classifier, were used to assess the effectiveness of the proposed technique.
• Accuracy, Sensitivity, Specificity, and Precision were utilized as criteria to evaluate
classifier performance.
• The Softmax classifier in the CNN yielded an accuracy of 98.67%, while the RBF
classifier achieved 97.34% accuracy, and the DT classifier achieved 94.24% accuracy.
• By employing the proposed method (combining Clustering algorithm for feature
extraction and CNN+Softmax), the accuracy improved to 99.12% on the test data.
TABLE I
THE RESULTS OBTAINED FROM THE CNN ON
TEST DATA IMAGES WITH THE
CLASSIFIER.
SIMULATION RESULTS AND DISCUSSION
• The proposed method, which combines the feature extraction
algorithm and CNN-SoftMax, was applied to the dataset.
• The results of the CNN using the proposed method are presented
in Table II.
• The accuracy of the proposed method increased to 99.12% on the
test data.
• This accuracy improvement demonstrates the effectiveness of the
combined approach compared to the traditional CNN. TABLE II
THE RESULTS OF THE CNN AND PROPOSED
METHOD ON THE DATA TEST
IMAGES.
SIMULATION RESULTS AND DISCUSSION
• Out of the total of 226 test data images, three were misdiagnosed
by the traditional CNN.
• One misclassified image from the traditional CNN was correctly
classified after using the proposed method.
• The images categorized by the proposed network may still contain
some mistakes, as shown in Figure 4.
Fig. 3. Images by the CNN are mistakenly classified.
Fig. 4. Images that are wrongly categorized by
the proposed method.
SIMULATION RESULTS AND DISCUSSION
Fig. 5. Network accuracy process. Fig. 6. Network loss process.
Conclusion
• The paper presents a new method that combines feature extraction and CNN for tumor detection from
brain images.
• The CNN achieved an accuracy of 98.67% in categorizing images into normal and patient classes using
the Softmax classifier.
• By combining the feature extraction algorithm with the CNN, the proposed method achieved an accuracy
of 99.12% on the test data, outperforming the traditional CNN.
• The high accuracy of the proposed method can assist physicians in accurately diagnosing tumors and
treating patients.
• The study demonstrates the effectiveness of CNNs in automatically detecting tumors and selecting
relevant features in medical images.
Thank You

Contenu connexe

Tendances

Intro to Deep Learning for Medical Image Analysis, with Dan Lee from Dentuit AI
Intro to Deep Learning for Medical Image Analysis, with Dan Lee from Dentuit AIIntro to Deep Learning for Medical Image Analysis, with Dan Lee from Dentuit AI
Intro to Deep Learning for Medical Image Analysis, with Dan Lee from Dentuit AISeth Grimes
 
Brain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image ProcessingBrain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image ProcessingSinbad Konick
 
Neural Network Based Brain Tumor Detection using MR Images
Neural Network Based Brain Tumor Detection using MR ImagesNeural Network Based Brain Tumor Detection using MR Images
Neural Network Based Brain Tumor Detection using MR ImagesAisha Kalsoom
 
A survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applicationsA survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applicationsJoseph Paul Cohen PhD
 
Deep learning for medical imaging
Deep learning for medical imagingDeep learning for medical imaging
Deep learning for medical imaginggeetachauhan
 
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION khanam22
 
Brain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri imagesBrain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri imageseSAT Journals
 
Brain Tumour Detection.pptx
Brain Tumour Detection.pptxBrain Tumour Detection.pptx
Brain Tumour Detection.pptxRevolverRaja2
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNNMohammadRakib8
 
Digital Image Processing: Image Enhancement in the Frequency Domain
Digital Image Processing: Image Enhancement in the Frequency DomainDigital Image Processing: Image Enhancement in the Frequency Domain
Digital Image Processing: Image Enhancement in the Frequency DomainMostafa G. M. Mostafa
 
CNN and its applications by ketaki
CNN and its applications by ketakiCNN and its applications by ketaki
CNN and its applications by ketakiKetaki Patwari
 
Digital Image Processing: An Introduction
Digital Image Processing: An IntroductionDigital Image Processing: An Introduction
Digital Image Processing: An IntroductionMostafa G. M. Mostafa
 
Applying Deep Learning Techniques in Automated Analysis of CT scan images for...
Applying Deep Learning Techniques in Automated Analysis of CT scan images for...Applying Deep Learning Techniques in Automated Analysis of CT scan images for...
Applying Deep Learning Techniques in Automated Analysis of CT scan images for...NEHA Kapoor
 
Edge Detection and Segmentation
Edge Detection and SegmentationEdge Detection and Segmentation
Edge Detection and SegmentationA B Shinde
 
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...Ulaş Bağcı
 
Lec15: Medical Image Registration (Introduction)
Lec15: Medical Image Registration (Introduction)Lec15: Medical Image Registration (Introduction)
Lec15: Medical Image Registration (Introduction)Ulaş Bağcı
 

Tendances (20)

Intro to Deep Learning for Medical Image Analysis, with Dan Lee from Dentuit AI
Intro to Deep Learning for Medical Image Analysis, with Dan Lee from Dentuit AIIntro to Deep Learning for Medical Image Analysis, with Dan Lee from Dentuit AI
Intro to Deep Learning for Medical Image Analysis, with Dan Lee from Dentuit AI
 
Brain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image ProcessingBrain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image Processing
 
Neural Network Based Brain Tumor Detection using MR Images
Neural Network Based Brain Tumor Detection using MR ImagesNeural Network Based Brain Tumor Detection using MR Images
Neural Network Based Brain Tumor Detection using MR Images
 
A survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applicationsA survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applications
 
Deep learning for medical imaging
Deep learning for medical imagingDeep learning for medical imaging
Deep learning for medical imaging
 
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
 
Brain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri imagesBrain tumor classification using artificial neural network on mri images
Brain tumor classification using artificial neural network on mri images
 
Brain Tumour Detection.pptx
Brain Tumour Detection.pptxBrain Tumour Detection.pptx
Brain Tumour Detection.pptx
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNN
 
Digital Image Processing: Image Enhancement in the Frequency Domain
Digital Image Processing: Image Enhancement in the Frequency DomainDigital Image Processing: Image Enhancement in the Frequency Domain
Digital Image Processing: Image Enhancement in the Frequency Domain
 
CNN and its applications by ketaki
CNN and its applications by ketakiCNN and its applications by ketaki
CNN and its applications by ketaki
 
Digital Image Processing: An Introduction
Digital Image Processing: An IntroductionDigital Image Processing: An Introduction
Digital Image Processing: An Introduction
 
Applying Deep Learning Techniques in Automated Analysis of CT scan images for...
Applying Deep Learning Techniques in Automated Analysis of CT scan images for...Applying Deep Learning Techniques in Automated Analysis of CT scan images for...
Applying Deep Learning Techniques in Automated Analysis of CT scan images for...
 
Edge Detection and Segmentation
Edge Detection and SegmentationEdge Detection and Segmentation
Edge Detection and Segmentation
 
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...
 
CNN Tutorial
CNN TutorialCNN Tutorial
CNN Tutorial
 
Medical Image Processing
Medical Image ProcessingMedical Image Processing
Medical Image Processing
 
Lec15: Medical Image Registration (Introduction)
Lec15: Medical Image Registration (Introduction)Lec15: Medical Image Registration (Introduction)
Lec15: Medical Image Registration (Introduction)
 
Image segmentation
Image segmentation Image segmentation
Image segmentation
 
Cse image processing ppt
Cse image processing pptCse image processing ppt
Cse image processing ppt
 

Similaire à Brain Tumor Detection Using Deep Neural Network.pptx

BRAIN TUMOR DETECTION
BRAIN TUMOR DETECTIONBRAIN TUMOR DETECTION
BRAIN TUMOR DETECTIONIRJET Journal
 
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...CSCJournals
 
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...IRJET Journal
 
Brain Tumor Detection Using Deep Learning ppt new made.pptx
Brain Tumor Detection Using Deep Learning ppt new made.pptxBrain Tumor Detection Using Deep Learning ppt new made.pptx
Brain Tumor Detection Using Deep Learning ppt new made.pptxvikyt2211
 
Brain tumor detection using cnn
Brain tumor detection using cnnBrain tumor detection using cnn
Brain tumor detection using cnndrubosaha
 
A Comparative Study of Various Machine Learning Techniques for Brain Tumor De...
A Comparative Study of Various Machine Learning Techniques for Brain Tumor De...A Comparative Study of Various Machine Learning Techniques for Brain Tumor De...
A Comparative Study of Various Machine Learning Techniques for Brain Tumor De...IRJET Journal
 
BRAINREGION.pptx
BRAINREGION.pptxBRAINREGION.pptx
BRAINREGION.pptxVISHALAS9
 
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and ThresholdingIRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and ThresholdingIRJET Journal
 
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...IRJET Journal
 
brain tumor presentation.pptxbraintumorpresentationonbraintumor
brain tumor presentation.pptxbraintumorpresentationonbraintumorbrain tumor presentation.pptxbraintumorpresentationonbraintumor
brain tumor presentation.pptxbraintumorpresentationonbraintumorNagavelliMadhavi
 
DataMining Techniques in BreastCancer.pptx
DataMining Techniques in BreastCancer.pptxDataMining Techniques in BreastCancer.pptx
DataMining Techniques in BreastCancer.pptxMaligireddyTanujaRed1
 
Breast Cancer Detection using Convolution Neural Network
Breast Cancer Detection using Convolution Neural NetworkBreast Cancer Detection using Convolution Neural Network
Breast Cancer Detection using Convolution Neural NetworkIRJET Journal
 
Batch -13.pptx lung cancer detection using transfer learning
Batch -13.pptx lung cancer detection using transfer learningBatch -13.pptx lung cancer detection using transfer learning
Batch -13.pptx lung cancer detection using transfer learninghananth1513
 
Multiple Analysis of Brain Tumor Detection Based on FCM
Multiple Analysis of Brain Tumor Detection Based on FCMMultiple Analysis of Brain Tumor Detection Based on FCM
Multiple Analysis of Brain Tumor Detection Based on FCMIRJET Journal
 
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdfresearchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdfAvijitChaudhuri3
 

Similaire à Brain Tumor Detection Using Deep Neural Network.pptx (20)

BRAIN TUMOR DETECTION
BRAIN TUMOR DETECTIONBRAIN TUMOR DETECTION
BRAIN TUMOR DETECTION
 
ITIMP07.pptx
ITIMP07.pptxITIMP07.pptx
ITIMP07.pptx
 
MINI PROJECT (1).pptx
MINI PROJECT (1).pptxMINI PROJECT (1).pptx
MINI PROJECT (1).pptx
 
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
 
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
 
Brain Tumor Detection Using Deep Learning ppt new made.pptx
Brain Tumor Detection Using Deep Learning ppt new made.pptxBrain Tumor Detection Using Deep Learning ppt new made.pptx
Brain Tumor Detection Using Deep Learning ppt new made.pptx
 
Brain tumor detection using cnn
Brain tumor detection using cnnBrain tumor detection using cnn
Brain tumor detection using cnn
 
A Comparative Study of Various Machine Learning Techniques for Brain Tumor De...
A Comparative Study of Various Machine Learning Techniques for Brain Tumor De...A Comparative Study of Various Machine Learning Techniques for Brain Tumor De...
A Comparative Study of Various Machine Learning Techniques for Brain Tumor De...
 
BRAINREGION.pptx
BRAINREGION.pptxBRAINREGION.pptx
BRAINREGION.pptx
 
Brain
BrainBrain
Brain
 
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and ThresholdingIRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
 
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
Performance Comparison Analysis for Medical Images Using Deep Learning Approa...
 
sheeba.pptx
sheeba.pptxsheeba.pptx
sheeba.pptx
 
brain tumor presentation.pptxbraintumorpresentationonbraintumor
brain tumor presentation.pptxbraintumorpresentationonbraintumorbrain tumor presentation.pptxbraintumorpresentationonbraintumor
brain tumor presentation.pptxbraintumorpresentationonbraintumor
 
Model
ModelModel
Model
 
DataMining Techniques in BreastCancer.pptx
DataMining Techniques in BreastCancer.pptxDataMining Techniques in BreastCancer.pptx
DataMining Techniques in BreastCancer.pptx
 
Breast Cancer Detection using Convolution Neural Network
Breast Cancer Detection using Convolution Neural NetworkBreast Cancer Detection using Convolution Neural Network
Breast Cancer Detection using Convolution Neural Network
 
Batch -13.pptx lung cancer detection using transfer learning
Batch -13.pptx lung cancer detection using transfer learningBatch -13.pptx lung cancer detection using transfer learning
Batch -13.pptx lung cancer detection using transfer learning
 
Multiple Analysis of Brain Tumor Detection Based on FCM
Multiple Analysis of Brain Tumor Detection Based on FCMMultiple Analysis of Brain Tumor Detection Based on FCM
Multiple Analysis of Brain Tumor Detection Based on FCM
 
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdfresearchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
 

Dernier

Ozhukarai Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Ozhukarai Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetOzhukarai Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Ozhukarai Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Sexy Call Girl Dharmapuri Arshi 💚9058824046💚 Dharmapuri Escort Service
Sexy Call Girl Dharmapuri Arshi 💚9058824046💚 Dharmapuri Escort ServiceSexy Call Girl Dharmapuri Arshi 💚9058824046💚 Dharmapuri Escort Service
Sexy Call Girl Dharmapuri Arshi 💚9058824046💚 Dharmapuri Escort Servicejaanseema653
 
Nanded Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Nanded Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetNanded Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Nanded Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Tirupati Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Tirupati Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetTirupati Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Tirupati Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
palanpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
palanpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetpalanpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
palanpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Mangalore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mangalore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetMangalore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mangalore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Kolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girl
Kolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girlKolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girl
Kolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girlonly4webmaster01
 
kochi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
kochi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetkochi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
kochi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Bareilly Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Bareilly Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetBareilly Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Bareilly Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetPatna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Hubli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Hubli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetHubli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Hubli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Vip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real Meet
Vip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real MeetVip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real Meet
Vip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real MeetAhmedabad Call Girls
 
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetMathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
surat Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
surat Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetsurat Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
surat Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Chandigarh
 
Bihar Sharif Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Bihar Sharif Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetBihar Sharif Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Bihar Sharif Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
bhubaneswar Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
bhubaneswar Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetbhubaneswar Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
bhubaneswar Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...
(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...
(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...Joya Singh
 
kozhikode Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
kozhikode Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetkozhikode Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
kozhikode Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Jaipur Call Girls 9257276172 Call Girl in Jaipur Rajasthan
Jaipur Call Girls 9257276172 Call Girl in Jaipur RajasthanJaipur Call Girls 9257276172 Call Girl in Jaipur Rajasthan
Jaipur Call Girls 9257276172 Call Girl in Jaipur Rajasthanindiancallgirl4rent
 

Dernier (20)

Ozhukarai Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Ozhukarai Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetOzhukarai Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Ozhukarai Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Sexy Call Girl Dharmapuri Arshi 💚9058824046💚 Dharmapuri Escort Service
Sexy Call Girl Dharmapuri Arshi 💚9058824046💚 Dharmapuri Escort ServiceSexy Call Girl Dharmapuri Arshi 💚9058824046💚 Dharmapuri Escort Service
Sexy Call Girl Dharmapuri Arshi 💚9058824046💚 Dharmapuri Escort Service
 
Nanded Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Nanded Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetNanded Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Nanded Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Tirupati Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Tirupati Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetTirupati Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Tirupati Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
palanpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
palanpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetpalanpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
palanpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Mangalore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mangalore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetMangalore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mangalore Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Punjab Call Girls Contact Number +919053,900,678 Punjab Call Girls
Punjab Call Girls Contact Number +919053,900,678 Punjab Call GirlsPunjab Call Girls Contact Number +919053,900,678 Punjab Call Girls
Punjab Call Girls Contact Number +919053,900,678 Punjab Call Girls
 
Kolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girl
Kolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girlKolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girl
Kolkata Call Girls Miss Inaaya ❤️ at @30% discount Everyday Call girl
 
kochi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
kochi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetkochi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
kochi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Bareilly Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Bareilly Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetBareilly Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Bareilly Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetPatna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Hubli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Hubli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetHubli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Hubli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Vip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real Meet
Vip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real MeetVip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real Meet
Vip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real Meet
 
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetMathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
surat Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
surat Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetsurat Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
surat Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Bihar Sharif Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Bihar Sharif Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetBihar Sharif Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Bihar Sharif Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
bhubaneswar Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
bhubaneswar Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetbhubaneswar Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
bhubaneswar Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...
(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...
(Big Boobs Indian Girls) 💓 9257276172 💓High Profile Call Girls Jaipur You Can...
 
kozhikode Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
kozhikode Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetkozhikode Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
kozhikode Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Jaipur Call Girls 9257276172 Call Girl in Jaipur Rajasthan
Jaipur Call Girls 9257276172 Call Girl in Jaipur RajasthanJaipur Call Girls 9257276172 Call Girl in Jaipur Rajasthan
Jaipur Call Girls 9257276172 Call Girl in Jaipur Rajasthan
 

Brain Tumor Detection Using Deep Neural Network.pptx

  • 1. Brain Tumor Detection Using Deep Neural Network and Machine Learning Algorithm Authors: Masoumeh Siar, Mohammad Teshnehlab Published on 2019, 9th International Conference on Computer and Knowledge Engineering (ICCKE) Cited by 115 Presented by Khalid Abdul Rehman
  • 2. Abstract and Introduction • Brain tumors can be classified as benign or malignant, and timely detection and treatment are crucial for improved patient outcomes. • Deep Neural Networks (DNN), specifically Convolutional Neural Networks (CNN), have been used in this paper to detect brain tumors using MRI images. • The use of MRI imaging provides accurate images of the brain and is preferred over other techniques due to its higher contrast in soft tissue. • The CNN is capable of automatically and locally extracting features from each image, making it a suitable choice for tumor detection. • The CNN achieved an accuracy of 98.67% when using the Softmax Fully Connected layer for image classification. The accuracy with the Radial Basis Function (RBF) classifier was 97.34%, and with the Decision Tree (DT) classifier, it was 94.24%. • Sensitivity, Specificity, and Precision were used to evaluate the network's performance in addition to accuracy.
  • 3. Abstract and Introduction • The Softmax classifier showed the best accuracy among the categorizers used in the CNN. • The proposed method combines feature extraction techniques with the CNN for tumor detection, leading to an improved accuracy of 99.12% on the test data.. • A clustering algorithm was used for feature extraction before applying the CNN to improve network accuracy and reduce medical errors. • Accurate diagnosis by physicians is enhanced by the proposed method as early diagnosis plays a crucial role in tumor treatment. • The proposed method shows promising results and has the potential to contribute to the accurate diagnosis and treatment of brain tumors.
  • 4. Feature Extraction • Feature extraction is an important technique in machine learning and image processing. • It involves creating a subset of features from the initial dataset, which facilitates the learning process. • Feature extraction helps in reducing the dimensionality of the input data when it is too large. • The process of extracting a subset of features from the primary feature set is called feature extraction. • The selected features contain essential information about the input data. • Feature extraction is commonly used in image processing to identify desired segments or specific shapes (features) within digital images or video streams.
  • 5. Methodology Dataset • The dataset used in the paper consists of brain MRI images from 153 patients. • It includes images from 80 healthy patients and 73 patients with brain tumors. • The dataset was divided into train and test sets, with 515 images for training from healthy patients and 1151 images for training from patients with brain tumors. • For testing, there were 56 images from healthy patients and 170 images from patients with brain tumors. • The original image size is 512 × 512 pixels.
  • 6. Methodology Simulation • Sometimes, fat areas in the images may be mistakenly detected as tumors, or tumors may go unnoticed by physicians, highlighting the importance of skilled medical diagnosis. • The paper utilizes a CNN for tumor detection in brain images. • Additional margins in the collected images were cropped to reduce image noise. • The combination of feature extraction techniques with the CNN is employed to improve network accuracy. • The proposed method in the study introduces a new approach by combining a clustering algorithm for feature extraction with the CNN model.
  • 7. Methodology Feature extraction method • The central clustering algorithm is an iterative method used for clustering. • It aims to find cluster centers that represent the mean points within each cluster. • Data samples are assigned to clusters based on their minimum distance to the cluster centers. • In the paper, the first-order clustering algorithm is used for feature extraction. • Cluster centers are initially selected randomly, and data points are assigned to clusters based on similarity. • This process results in the creation of new clusters. • Figure 1 in the paper showcases the image obtained after applying the clustering algorithm to the data. Fig. 1. Applying the clustering algorithm to the image.
  • 8. Methodology Convolutional neural method • Initially, the images were directly applied to the CNN without any feature extraction methods. • The input image size was 227x227 pixels. • The architecture used for image identification and classification was AlexNet. • AlexNet consists of 5 Convolutional layers, 3 Sub-sampling layers, Normalization layers, Fully Connected layers, and a classification layer. • The Fully Connected layers in AlexNet have 4096 neurons. • The classification layer in the CNN distinguishes between two classes: brain tumor patient and normal patient. • Figure 2 in the paper illustrates the architecture of the utilized CNN.
  • 9. Fig. 2. Proposed CNN to gender detection using MRI images
  • 10. SIMULATION RESULTS AND DISCUSSION • The CNN achieved an accuracy of 98.67% in accurately categorizing tumor patient and normal patient images. • To enhance network performance, a combination of Clustering algorithm for feature extraction and CNN was employed. • Various classifiers, including Softmax Fully Connected layer, RBF classifier, and DT classifier, were used to assess the effectiveness of the proposed technique. • Accuracy, Sensitivity, Specificity, and Precision were utilized as criteria to evaluate classifier performance. • The Softmax classifier in the CNN yielded an accuracy of 98.67%, while the RBF classifier achieved 97.34% accuracy, and the DT classifier achieved 94.24% accuracy. • By employing the proposed method (combining Clustering algorithm for feature extraction and CNN+Softmax), the accuracy improved to 99.12% on the test data. TABLE I THE RESULTS OBTAINED FROM THE CNN ON TEST DATA IMAGES WITH THE CLASSIFIER.
  • 11. SIMULATION RESULTS AND DISCUSSION • The proposed method, which combines the feature extraction algorithm and CNN-SoftMax, was applied to the dataset. • The results of the CNN using the proposed method are presented in Table II. • The accuracy of the proposed method increased to 99.12% on the test data. • This accuracy improvement demonstrates the effectiveness of the combined approach compared to the traditional CNN. TABLE II THE RESULTS OF THE CNN AND PROPOSED METHOD ON THE DATA TEST IMAGES.
  • 12. SIMULATION RESULTS AND DISCUSSION • Out of the total of 226 test data images, three were misdiagnosed by the traditional CNN. • One misclassified image from the traditional CNN was correctly classified after using the proposed method. • The images categorized by the proposed network may still contain some mistakes, as shown in Figure 4. Fig. 3. Images by the CNN are mistakenly classified. Fig. 4. Images that are wrongly categorized by the proposed method.
  • 13. SIMULATION RESULTS AND DISCUSSION Fig. 5. Network accuracy process. Fig. 6. Network loss process.
  • 14. Conclusion • The paper presents a new method that combines feature extraction and CNN for tumor detection from brain images. • The CNN achieved an accuracy of 98.67% in categorizing images into normal and patient classes using the Softmax classifier. • By combining the feature extraction algorithm with the CNN, the proposed method achieved an accuracy of 99.12% on the test data, outperforming the traditional CNN. • The high accuracy of the proposed method can assist physicians in accurately diagnosing tumors and treating patients. • The study demonstrates the effectiveness of CNNs in automatically detecting tumors and selecting relevant features in medical images.