SlideShare uma empresa Scribd logo
1 de 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

Mais conteúdo relacionado

Mais procurados

(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imaging(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imagingKyuhwan Jung
 
deep learning applications in medical image analysis brain tumor
deep learning applications in medical image analysis brain tumordeep learning applications in medical image analysis brain tumor
deep learning applications in medical image analysis brain tumorVenkat Projects
 
MULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORK
MULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORKMULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORK
MULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORKBenyamin Moadab
 
Brain Tumor Segmentation using Enhanced U-Net Model with Empirical Analysis
Brain Tumor Segmentation using Enhanced U-Net Model with Empirical AnalysisBrain Tumor Segmentation using Enhanced U-Net Model with Empirical Analysis
Brain Tumor Segmentation using Enhanced U-Net Model with Empirical AnalysisMD Abdullah Al Nasim
 
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGBRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGDharshika Shreeganesh
 
Application of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detectionApplication of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detectionMyat Myint Zu Thin
 
Image classification with Deep Neural Networks
Image classification with Deep Neural NetworksImage classification with Deep Neural Networks
Image classification with Deep Neural NetworksYogendra Tamang
 
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
 
Deep learning for medical imaging
Deep learning for medical imagingDeep learning for medical imaging
Deep learning for medical imaginggeetachauhan
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNNMohammadRakib8
 
Brain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptBrain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptRoshini Vijayakumar
 
Brain tumor detection ppt (1)today.pptx
Brain tumor detection  ppt (1)today.pptxBrain tumor detection  ppt (1)today.pptx
Brain tumor detection ppt (1)today.pptxPoorabKumar
 
Skin melanoma stage detection - CNN.pptx
Skin melanoma stage detection - CNN.pptxSkin melanoma stage detection - CNN.pptx
Skin melanoma stage detection - CNN.pptxVishalLabde
 
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
 
Breast cancer detection using Artificial Neural Network
Breast cancer detection using Artificial Neural NetworkBreast cancer detection using Artificial Neural Network
Breast cancer detection using Artificial Neural NetworkSubroto Biswas
 
Text Extraction from Image using Python
Text Extraction from Image using PythonText Extraction from Image using Python
Text Extraction from Image using Pythonijtsrd
 

Mais procurados (20)

(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imaging(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imaging
 
deep learning applications in medical image analysis brain tumor
deep learning applications in medical image analysis brain tumordeep learning applications in medical image analysis brain tumor
deep learning applications in medical image analysis brain tumor
 
MULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORK
MULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORKMULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORK
MULTI-CLASSIFICATION OF BRAIN TUMOR IMAGES USING DEEP NEURAL NETWORK
 
Brain Tumor Segmentation using Enhanced U-Net Model with Empirical Analysis
Brain Tumor Segmentation using Enhanced U-Net Model with Empirical AnalysisBrain Tumor Segmentation using Enhanced U-Net Model with Empirical Analysis
Brain Tumor Segmentation using Enhanced U-Net Model with Empirical Analysis
 
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGBRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
 
Application of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detectionApplication of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detection
 
Presentation on K-Means Clustering
Presentation on K-Means ClusteringPresentation on K-Means Clustering
Presentation on K-Means Clustering
 
Image classification with Deep Neural Networks
Image classification with Deep Neural NetworksImage classification with Deep Neural Networks
Image classification with Deep Neural Networks
 
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
 
Deep learning for medical imaging
Deep learning for medical imagingDeep learning for medical imaging
Deep learning for medical imaging
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNN
 
Brain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptBrain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation ppt
 
Brain tumor detection ppt (1)today.pptx
Brain tumor detection  ppt (1)today.pptxBrain tumor detection  ppt (1)today.pptx
Brain tumor detection ppt (1)today.pptx
 
Deep Learning for Computer Vision: Medical Imaging (UPC 2016)
Deep Learning for Computer Vision: Medical Imaging (UPC 2016)Deep Learning for Computer Vision: Medical Imaging (UPC 2016)
Deep Learning for Computer Vision: Medical Imaging (UPC 2016)
 
Skin melanoma stage detection - CNN.pptx
Skin melanoma stage detection - CNN.pptxSkin melanoma stage detection - CNN.pptx
Skin melanoma stage detection - CNN.pptx
 
Report (1)
Report (1)Report (1)
Report (1)
 
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
 
Breast cancer detection using Artificial Neural Network
Breast cancer detection using Artificial Neural NetworkBreast cancer detection using Artificial Neural Network
Breast cancer detection using Artificial Neural Network
 
Medical image analysis
Medical image analysisMedical image analysis
Medical image analysis
 
Text Extraction from Image using Python
Text Extraction from Image using PythonText Extraction from Image using Python
Text Extraction from Image using Python
 

Semelhante a 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
 

Semelhante a 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
 

Último

ooty Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
ooty Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetooty Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
ooty 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
 
Thoothukudi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Thoothukudi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetThoothukudi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Thoothukudi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...mahaiklolahd
 
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
 
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
 
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
 
Erode Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Erode Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetErode Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Erode Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
Best Lahore Escorts 😮‍💨03250114445 || VIP escorts in Lahore
Best Lahore Escorts 😮‍💨03250114445 || VIP escorts in LahoreBest Lahore Escorts 😮‍💨03250114445 || VIP escorts in Lahore
Best Lahore Escorts 😮‍💨03250114445 || VIP escorts in LahoreDeny Daniel
 
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
 
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
 
Gorgeous Call Girls Mohali {7435815124} ❤️VVIP ANGEL Call Girls in Mohali Punjab
Gorgeous Call Girls Mohali {7435815124} ❤️VVIP ANGEL Call Girls in Mohali PunjabGorgeous Call Girls Mohali {7435815124} ❤️VVIP ANGEL Call Girls in Mohali Punjab
Gorgeous Call Girls Mohali {7435815124} ❤️VVIP ANGEL Call Girls in Mohali PunjabSheetaleventcompany
 
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
 
Sangli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Sangli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetSangli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Sangli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 
raisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
raisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetraisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
raisen 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
 
💚 Punjabi Call Girls In Chandigarh 💯Lucky 🔝8868886958🔝Call Girl In Chandigarh
💚 Punjabi Call Girls In Chandigarh 💯Lucky 🔝8868886958🔝Call Girl In Chandigarh💚 Punjabi Call Girls In Chandigarh 💯Lucky 🔝8868886958🔝Call Girl In Chandigarh
💚 Punjabi Call Girls In Chandigarh 💯Lucky 🔝8868886958🔝Call Girl In ChandigarhSheetaleventcompany
 
Call Girl in Indore 8827247818 {Low Price}👉 Nitya Indore Call Girls * ITRG...
Call Girl in Indore 8827247818 {Low Price}👉   Nitya Indore Call Girls  * ITRG...Call Girl in Indore 8827247818 {Low Price}👉   Nitya Indore Call Girls  * ITRG...
Call Girl in Indore 8827247818 {Low Price}👉 Nitya Indore Call Girls * ITRG...mahaiklolahd
 
Muzaffarpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Muzaffarpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetMuzaffarpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Muzaffarpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetCall Girls Service
 

Último (20)

ooty Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
ooty Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetooty Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
ooty 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
 
Thoothukudi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Thoothukudi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetThoothukudi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Thoothukudi Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
Call Girl in Bangalore 9632137771 {LowPrice} ❤️ (Navya) Bangalore Call Girls ...
 
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
 
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
 
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
 
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
 
Erode Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Erode Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetErode Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Erode Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Best Lahore Escorts 😮‍💨03250114445 || VIP escorts in Lahore
Best Lahore Escorts 😮‍💨03250114445 || VIP escorts in LahoreBest Lahore Escorts 😮‍💨03250114445 || VIP escorts in Lahore
Best Lahore Escorts 😮‍💨03250114445 || VIP escorts in Lahore
 
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
 
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
 
Gorgeous Call Girls Mohali {7435815124} ❤️VVIP ANGEL Call Girls in Mohali Punjab
Gorgeous Call Girls Mohali {7435815124} ❤️VVIP ANGEL Call Girls in Mohali PunjabGorgeous Call Girls Mohali {7435815124} ❤️VVIP ANGEL Call Girls in Mohali Punjab
Gorgeous Call Girls Mohali {7435815124} ❤️VVIP ANGEL Call Girls in Mohali Punjab
 
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
 
Sangli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Sangli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetSangli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Sangli Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
raisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
raisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetraisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
raisen 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
 
💚 Punjabi Call Girls In Chandigarh 💯Lucky 🔝8868886958🔝Call Girl In Chandigarh
💚 Punjabi Call Girls In Chandigarh 💯Lucky 🔝8868886958🔝Call Girl In Chandigarh💚 Punjabi Call Girls In Chandigarh 💯Lucky 🔝8868886958🔝Call Girl In Chandigarh
💚 Punjabi Call Girls In Chandigarh 💯Lucky 🔝8868886958🔝Call Girl In Chandigarh
 
Call Girl in Indore 8827247818 {Low Price}👉 Nitya Indore Call Girls * ITRG...
Call Girl in Indore 8827247818 {Low Price}👉   Nitya Indore Call Girls  * ITRG...Call Girl in Indore 8827247818 {Low Price}👉   Nitya Indore Call Girls  * ITRG...
Call Girl in Indore 8827247818 {Low Price}👉 Nitya Indore Call Girls * ITRG...
 
Muzaffarpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Muzaffarpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetMuzaffarpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Muzaffarpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 

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.