SlideShare a Scribd company logo
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 5 Issue 1, November-December 2020 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD38105 | Volume – 5 | Issue – 1 | November-December 2020 Page 975
Brain Tumor Detection using Neural Network
Anagha Jayakumar1, Mehtab Mehdi2
1Student, 2Assistant Professor,
1,2Jain Deemed-to-be University, Bengaluru, Karnataka, India
ABSTRACT
Brain Tumor is basically the unusual growth of some new cells found in the
brain. This can happen in any area of the brain. Tumor are categorized by
finding the origin of the cell which has tumor and if the cells are cancerous or
not. Segmentation process is carried out to find if brain tumor exists or not,
then the response of the patient to the tests performed is collected, different
therapy sessions and also by creating models which has tumor growth in it.
This one is different from the other types of tumor. Anyone can suffer from
this disease. Primary tumors are basically Benign or Malignant. Here, we
propose CNN (Convolutional Neural Network) based approach for improving
accuracy. It also have capacity to detect certain features without any
interaction from human beings.
With the help of this model it classifies whether the MRI brain scan has tumor
or not. There are other different algorithms, but this paper shows that CNN
gives more accuracy than the rest. This model gives validation accuracy
between 77%-85%. gives more precise and accurateresults.CNN alsoletusto
train large data sets and cross validate results, hence the most easy and
reliable model to use.
KEYWORD: Brain Tumor, Brain Detection, MRI Scan, CNN (ConvolutionalNeural
Networks), Malignant, Benign, Accuracy, Deep Learning, Python
How to cite this paper: Anagha
Jayakumar | Mehtab Mehdi "Brain Tumor
Detection using Neural Network"
Published in
International Journal
of Trend in Scientific
Research and
Development
(ijtsrd), ISSN: 2456-
6470, Volume-5 |
Issue-1, December
2020, pp.975-979, URL:
www.ijtsrd.com/papers/ijtsrd38105.pdf
Copyright © 2020 by author(s) and
International Journal ofTrendinScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
CommonsAttribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by/4.0)
INTRODUCTION
The brain is mainly has cells and different tissues in it. It is
very delicate. People of any age can suffer from this. The
reason or the cause of this disease is not found out by the
researchers. Radiation can be one reason for brain tumor
and the other is family history of tumors. Size, type and
location can tell us the behavior of the tumor which is
present.
According to studies different types of tumors related to
brain was found out, but the two main brain tumors include
Primary and Metastatic. Primary brain tumors are the ones
that originate from the tissues of the brain’s surroundings.
Two categories of Primary tumors are glial or non-glial and
benign or malignant. Malignant usually contains the cancer
cells and Benign doesn’t contain any cancerous,mainlycells.
Tissues in the brain are mainly affected by primary brain
tumor. When different sections of the brain are affected
other than brain tissue, then it increases the spread of the
cancerous cell in the brain. These are called as Metastatic
tumor. The meaning of Malignant is simply,cancerous.Itwill
just produce a lump in the brain. It is uncontrollable and
abnormal. Benign on the other hand is non-cancerous. The
cells in the tumor will be normal for this type.
Magnetic resonanceimaging (MRI),widelyusedtechniqueto
find out whether the tumor is present or not. It helps in
imaging structures of the human brain. The new
technologies, especially Machine Learning and AI(Artificial
Intelligence) have a major impact on medical field, with all
the important support for medical branch, including mainly
imaging. Image segmentation and classification are applied
on MRI image processing to provide as a second option for
the radiologists.
With the use of CNN model better accuracy is obtained. In
the proposed system, the image is obtained using MRI scan.
Segmentation is performedfortheMR imagethatisobtained
by the deep learning. To train the system in an efficient way
data augmentation is mainly used. Finally the result is
obtained by a pre-trained CNN model.
PROBLEM DEFINITION
Tumors can occur in different ways it can be either in the
brain or in the spinal cord, but the causes for these tumors
are the same, also share same things in common. No one
really found the actual cause for this problem where we can
prevent this from occurring. Few researchers came to the
conclusion that the changes that happen in the normal brain
cells can be leading to this state of disease. The main effect
on the patient’s symptoms can be found by checking the
location of the tumor.
One of the ways to find out tumor is by Imaging only after
the onset of neurological symptoms. Even though the life of
patient is in trouble because of brain tumors, there is no
other way than imaging.
Brain tumor identification is mainly executed using MRI
images. Some methods use CT images in the process, butitis
identified that the outcome is not accurate when compared
to the procedures that use MRI images.
IJTSRD38105
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD38105 | Volume – 5 | Issue – 1 | November-December 2020 Page 976
Hence to overcome this we uses CNN method. The ability of
CNN has been shown very effectively in areas such as image
processing and classification. That is why this model uses
CNN instead of KNN. Also other tests have proven that the
accuracy rate that CNN gives is greater than that of KNN.
This model uses CNN model to classify whether the MRI
brain scan has tumor or not. By building and training a CNN
model it becomes easy to identify if a person is suffering
from tumor or not. Also other tests have proven that the
accuracy rate that CNN gives is greater than that of KNN. In
normal neural network the images are not scalable, but
with CNN it can scale images. Other methods when using
large data sets will also slow down, and also difficult to
understand.
LITERATURE SURVEY
Convolutional Neural Networks (ConvNets or CNNs)area categoryof Neural Networks thathaveprovenvery effectiveinareas
such as image recognition and classification. ConvNets have been successful in identifying faces, objects and trafficsignsapart
from powering vision in robots. CNN can be applied on any 2D and 3D array of data.
AUTHOR YEAR DESCRIPTION
Dvořák et al[1] 2015
The authors designed a local prediction approach for segmentation task(3D) which
systematically examines parameters which are relevant for anatomical structures.
Havaei et al[2] 2015
The authors proposed an architecture which consists of two pathways: first one focuses
on the details of glimos and the second is patch wise training that allows to train models.
Pereira et al[3] 2016 Automatic segmentation was proposed by the authors here by using CNN method
Kamnitsas et al[4] 2017 Three dimensional CNN for the challenging task of brain segmentation.
Amin et al[5] 2018 The author simply uses CNN method.
Seetha et al[6] 2018
In this paper, CNN archives the rate of 97.5 accuracy that is with low complexity and when
compared with the other state of art methods.
Sajjad et al[7] 2019 The authors proposed CNN method which is based on multi grade tumor classification
Deepak and
Ameer[8]
2019
The proposed paper adopts the concept of deep learning and mainly uses GoogLeNet to
extract features.
Özyurt et al[9] 2019 It provides high performance for classification with many different classifiers.
Saba et al[10] 2020 Here Grab cut method is used by the authors for accurate segmentation.
PROPOSED METHOD
The proposed method mainly consists of:
BRAIN MRI IMAGE
Magnetic resonance imaging (MRI) of head, a painless test that produces the images of the brain. It creates the images using a
magnetic field and radio waves. This test is also called as Cranial MRI. MRI scan usually doesn’t use radiation to produce
images, hence it is very different from X-Ray and CT Scan.
PREPROCESSING
This process helps in improving the MR images that is produced and so it is capable for further processing. It improves the
parameters of the image which is produced. Here the parameters are mainly noise in the data,improvementintheappearance
of MR images, unnecessary parts of image, and maintaining the relevant edges. It also helps in improving the segmentation
accuracy.
SEGMENTATION
Segmentation refers to the process of dividing or making partition of the image into different segments or regions.Everypixel
in an image is allocated to one of a number of these categories. Image segmentation plays an important role in Brain Tumor
Detection.
FEATURE EXTRACTION
As reducing values for feature reduction, extraction deals with reducing amount of the resources that is required to mainly
describe a large data set. Features that are in the set of data is reduced. So the aim is that the new set of reduced set of the data
should be able to give a summary of the information that was contained by the original data set.
FEATURE REDUCTION
Feature reduction is used for reducing input variable numbers. When using large values as input can lead to poor working or
performance of the machine learning algorithms. The main focus of this method is to reduce the input values.
TRAINING
This is performed to train and check if the training data fit the model. Generation of this model is to before-hand predict the
unknown results which is the test set. This particular set consistsofthe examples whichwereusedduringthelearningprocess.
When separating the data set to a training set and also testing set, here we see that most of the data is notforthetestingset but
for the training set. So training set has the larger portion and smaller data portion is for testing.
BENIGN
These are the type of cancer cells which doesn’t spread around and cause danger. Whenremovedtheydon’tusuallygrow back.
They can turn out to be dangerous if not treated well.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD38105 | Volume – 5 | Issue – 1 | November-December 2020 Page 977
MALIGNANT
Malignant is actually the cancerous cells that kills mainly the nearby tissues and canevenspreadtootherpartsofthebody.Itis
the type which is not as dangerous as the other. It causes a lot of pain to the patient.
FLOWCHART OF THE PROPOSED METHOD
Stage (1) classification
Stage (2) classification
Stage (2) classification
no Healthy Brain
yes
Tumor Extraction
The above diagram simply describes how Brain Tumoris detectedusingNeural Network.AftertheBrainMRIimage isobtained
it goes through several steps. It first undergoes pre-processing.Pre-processing mainlyfocusesintheimprovementoftheimage
data that eliminates distortions. Then comes segmentation. The process of separating the tumor from normal brain tissues is
called as Segmentation. After undergoing feature extraction and feature reduction it undergoes the Training method.
Brain MRI Image Preprocessing Segmentation
Feature ExtractionFeature Reduction
Training
Abnormal NormalClassification
Training
Benign
CNN
Classification
Malignant
Tumor
Present
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD38105 | Volume – 5 | Issue – 1 | November-December 2020 Page 978
Next step is classification. In this step the normal ones are rejected and the abnormal ones goes through one more training
method and then classified using the CNN Classificationmethod.Afterthisclassification,a conclusionismadebydifferentiating
the tumor into MALIGNANT and BENIGN. Benign simply means that the cells in the tumor are normal, whichindicatesthatthe
brain is healthy and when the cells are abnormal, they are cancerous cell and the tumor is Malignant.
This algorithm also provides an easy architecture and there is no need of feature extraction. By building and training a CNN
model it becomes easy to identify if a person is suffering from tumor or not.
The proposed model has 198 images as training set and 58 images as test sets. The datasets are then further classified into
training and test sets from where tumor and non-tumor ones are identified. Single prediction is made, that is single images of
brain scans are used to validate whether the model can predict correctly or not. From the training set then the images are
classified based on whether the image has tumor or not. Finally in the test set, based on the images it tests the accuracy of the
detection of tumor. This model has validation accuracy between 77%-85%
RESULT
The data set which is collected contains tumor and non tumor images collected. CNN based algorithm does not require the
feature extraction steps separately and that is the main benefit of this method. The feature value that is extracted is from CNN
itself. Because of this the computation times is less and the accuracy is high. For this study using CNN algorithm, we receive a
training accuracy between 77% to 85%.This method actually uses CNN to improve accuracy than other methods. The results
contain tumor and non tumor images. Here is the output obtained by python programming, the accuracy obtained.
FINAL OUTPUT
CONCLUSION AND FUTURE WORK
In this study the CNN method is used, CNN gives more
accuracy than all the other algorithms. It made it easier to
attain more accuracy and scalability. This paper aims to
differentiate and identify, tumor and non-tumor ones based
on the training set used. By CNN classification it is done. At
first the MRI Image obtained undergoes preprocessing,
segmentation, feature extraction,featurereductionandthen
training.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD38105 | Volume – 5 | Issue – 1 | November-December 2020 Page 979
In the proposed model because of CNN we were able to
improve accuracy by making use of data augmentation and
learning methods. The main reason why all this is done is to
find tumor and also for further treatments to be done.
FUTURE SCOPE
1. Add more training sets to the existing ones.
2. More accuracy can be obtained
3. Scalability can be obtained
Bibliography
[1] P. Dvořák and B. Menze, "Local structure prediction
with convolutional neural networks for multimodal
brain tumor segmentation," in International MICCAI
workshop on medical computer vision, 2015:
Springer, pp. 59-71.
[2] M. Havaei, F. Dutil, C. Pal, H. Larochelle, and P.-M.
Jodoin, "A convolutional neural network approach to
brain tumor segmentation," in BrainLes 2015, 2015:
Springer, pp. 195-208.
[3] S. Pereira, A. Pinto, V. Alves, and C. A. Silva, "Brain
tumor segmentation using convolutional neural
networks in MRI images," IEEE transactions on
medical imaging, vol. 35, no. 5, pp. 1240-1251, 2016.
[4] K. Kamnitsas et al., "Efficient multi-scale3DCNN with
fully connected CRF for accurate brain lesion
segmentation," Medical imageanalysis,vol.36,pp.61-
78, 2017.
[5] J. Amin, M. Sharif, M. Yasmin, and S. L. Fernandes,"Big
data analysis for brain tumor detection: Deep
convolutional neural networks," Future Generation
Computer Systems, vol. 87, pp. 290-297, 2018.
[6] J. Seetha and S. S. Raja, "Brain tumor classification
using convolutional neural networks," Biomedical &
Pharmacology Journal, vol. 11, no. 3, p. 1457, 2018.
[7] S. Sajid, S. Hussain, and A. Sarwar, "Brain tumor
detection and segmentation in MR images using deep
learning," Arabian Journal for Science and
Engineering, vol. 44, no. 11, pp. 9249-9261, 2019.
[8] S. Deepak and P. Ameer, "Brain tumor classification
using deep CNN features via transfer learning,"
Computers in biology and medicine, vol. 111, p.
103345, 2019.
[9] F. Özyurt, E. Sert, E. Avci, and E. Dogantekin, "Brain
tumor detection based on Convolutional Neural
Network with neutrosophic expert maximum fuzzy
sure entropy," Measurement, vol. 147, p. 106830,
2019.
[10] T. Saba, A. S. Mohamed, M. El-Affendi, J. Amin, and M.
Sharif, "Brain tumor detection using fusion of hand
crafted and deep learning features," Cognitive
Systems Research, vol. 59, pp. 221-230, 2020.

More Related Content

What's hot

IRJET- Analysis of Brain Tumor Classification by using Multiple Clustering Al...
IRJET- Analysis of Brain Tumor Classification by using Multiple Clustering Al...IRJET- Analysis of Brain Tumor Classification by using Multiple Clustering Al...
IRJET- Analysis of Brain Tumor Classification by using Multiple Clustering Al...
IRJET Journal
 
IRJET- Brain Tumor Detection using Convolutional Neural Network
IRJET- Brain Tumor Detection using Convolutional Neural NetworkIRJET- Brain Tumor Detection using Convolutional Neural Network
IRJET- Brain Tumor Detection using Convolutional Neural Network
IRJET Journal
 
A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...
IJECEIAES
 
MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...
MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...
MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...
IJERA Editor
 
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means Clustering
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means ClusteringAn Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means Clustering
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means Clustering
IRJET Journal
 
Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network
MD Abdullah Al Nasim
 
Segmentation of Diffusion Tensor Brain Tumor Images using Fuzzy C-Means Clust...
Segmentation of Diffusion Tensor Brain Tumor Images using Fuzzy C-Means Clust...Segmentation of Diffusion Tensor Brain Tumor Images using Fuzzy C-Means Clust...
Segmentation of Diffusion Tensor Brain Tumor Images using Fuzzy C-Means Clust...
IJCSIS Research Publications
 
Integrated Modelling Approach for Enhancing Brain MRI with Flexible Pre-Proce...
Integrated Modelling Approach for Enhancing Brain MRI with Flexible Pre-Proce...Integrated Modelling Approach for Enhancing Brain MRI with Flexible Pre-Proce...
Integrated Modelling Approach for Enhancing Brain MRI with Flexible Pre-Proce...
IJECEIAES
 
Bt36430432
Bt36430432Bt36430432
Bt36430432
IJERA Editor
 
Skin Cancer Detection using Image Processing in Real Time
Skin Cancer Detection using Image Processing in Real TimeSkin Cancer Detection using Image Processing in Real Time
Skin Cancer Detection using Image Processing in Real Time
ijtsrd
 
Classification of Breast Masses Using Convolutional Neural Network as Feature...
Classification of Breast Masses Using Convolutional Neural Network as Feature...Classification of Breast Masses Using Convolutional Neural Network as Feature...
Classification of Breast Masses Using Convolutional Neural Network as Feature...
Pinaki Ranjan Sarkar
 
IRJET- Breast Cancer Detection from Histopathology Images: A Review
IRJET-  	  Breast Cancer Detection from Histopathology Images: A ReviewIRJET-  	  Breast Cancer Detection from Histopathology Images: A Review
IRJET- Breast Cancer Detection from Histopathology Images: A Review
IRJET Journal
 
BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...
BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...
BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...
ijistjournal
 
IRJET- Brain Tumor Detection and Identification using Support Vector Machine
IRJET- Brain Tumor Detection and Identification using Support Vector MachineIRJET- Brain Tumor Detection and Identification using Support Vector Machine
IRJET- Brain Tumor Detection and Identification using Support Vector Machine
IRJET Journal
 
IRJET - Classification of Cancer Images using Deep Learning
IRJET -  	  Classification of Cancer Images using Deep LearningIRJET -  	  Classification of Cancer Images using Deep Learning
IRJET - Classification of Cancer Images using Deep Learning
IRJET Journal
 
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
Venkat Projects
 
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
 
IRJET- A Novel Segmentation Technique for MRI Brain Tumor Images
IRJET- A Novel Segmentation Technique for MRI Brain Tumor ImagesIRJET- A Novel Segmentation Technique for MRI Brain Tumor Images
IRJET- A Novel Segmentation Technique for MRI Brain Tumor Images
IRJET Journal
 
A Review on Brain Disorder Segmentation in MR Images
A Review on Brain Disorder Segmentation in MR ImagesA Review on Brain Disorder Segmentation in MR Images
A Review on Brain Disorder Segmentation in MR Images
IJMER
 
IRJET- Diversified Segmentation and Classification Techniques on Brain Tu...
IRJET-  	  Diversified Segmentation and Classification Techniques on Brain Tu...IRJET-  	  Diversified Segmentation and Classification Techniques on Brain Tu...
IRJET- Diversified Segmentation and Classification Techniques on Brain Tu...
IRJET Journal
 

What's hot (20)

IRJET- Analysis of Brain Tumor Classification by using Multiple Clustering Al...
IRJET- Analysis of Brain Tumor Classification by using Multiple Clustering Al...IRJET- Analysis of Brain Tumor Classification by using Multiple Clustering Al...
IRJET- Analysis of Brain Tumor Classification by using Multiple Clustering Al...
 
IRJET- Brain Tumor Detection using Convolutional Neural Network
IRJET- Brain Tumor Detection using Convolutional Neural NetworkIRJET- Brain Tumor Detection using Convolutional Neural Network
IRJET- Brain Tumor Detection using Convolutional Neural Network
 
A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...
 
MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...
MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...
MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...
 
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means Clustering
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means ClusteringAn Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means Clustering
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means Clustering
 
Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network
 
Segmentation of Diffusion Tensor Brain Tumor Images using Fuzzy C-Means Clust...
Segmentation of Diffusion Tensor Brain Tumor Images using Fuzzy C-Means Clust...Segmentation of Diffusion Tensor Brain Tumor Images using Fuzzy C-Means Clust...
Segmentation of Diffusion Tensor Brain Tumor Images using Fuzzy C-Means Clust...
 
Integrated Modelling Approach for Enhancing Brain MRI with Flexible Pre-Proce...
Integrated Modelling Approach for Enhancing Brain MRI with Flexible Pre-Proce...Integrated Modelling Approach for Enhancing Brain MRI with Flexible Pre-Proce...
Integrated Modelling Approach for Enhancing Brain MRI with Flexible Pre-Proce...
 
Bt36430432
Bt36430432Bt36430432
Bt36430432
 
Skin Cancer Detection using Image Processing in Real Time
Skin Cancer Detection using Image Processing in Real TimeSkin Cancer Detection using Image Processing in Real Time
Skin Cancer Detection using Image Processing in Real Time
 
Classification of Breast Masses Using Convolutional Neural Network as Feature...
Classification of Breast Masses Using Convolutional Neural Network as Feature...Classification of Breast Masses Using Convolutional Neural Network as Feature...
Classification of Breast Masses Using Convolutional Neural Network as Feature...
 
IRJET- Breast Cancer Detection from Histopathology Images: A Review
IRJET-  	  Breast Cancer Detection from Histopathology Images: A ReviewIRJET-  	  Breast Cancer Detection from Histopathology Images: A Review
IRJET- Breast Cancer Detection from Histopathology Images: A Review
 
BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...
BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...
BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...
 
IRJET- Brain Tumor Detection and Identification using Support Vector Machine
IRJET- Brain Tumor Detection and Identification using Support Vector MachineIRJET- Brain Tumor Detection and Identification using Support Vector Machine
IRJET- Brain Tumor Detection and Identification using Support Vector Machine
 
IRJET - Classification of Cancer Images using Deep Learning
IRJET -  	  Classification of Cancer Images using Deep LearningIRJET -  	  Classification of Cancer Images using Deep Learning
IRJET - Classification of Cancer Images using Deep Learning
 
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
 
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- A Novel Segmentation Technique for MRI Brain Tumor Images
IRJET- A Novel Segmentation Technique for MRI Brain Tumor ImagesIRJET- A Novel Segmentation Technique for MRI Brain Tumor Images
IRJET- A Novel Segmentation Technique for MRI Brain Tumor Images
 
A Review on Brain Disorder Segmentation in MR Images
A Review on Brain Disorder Segmentation in MR ImagesA Review on Brain Disorder Segmentation in MR Images
A Review on Brain Disorder Segmentation in MR Images
 
IRJET- Diversified Segmentation and Classification Techniques on Brain Tu...
IRJET-  	  Diversified Segmentation and Classification Techniques on Brain Tu...IRJET-  	  Diversified Segmentation and Classification Techniques on Brain Tu...
IRJET- Diversified Segmentation and Classification Techniques on Brain Tu...
 

Similar to Brain Tumor Detection using Neural Network

Survey on “Brain Tumor Detection Using Deep Learning
Survey on “Brain Tumor Detection Using Deep LearningSurvey on “Brain Tumor Detection Using Deep Learning
Survey on “Brain Tumor Detection Using Deep Learning
IRJET Journal
 
Brain Tumor Detection and Segmentation using UNET
Brain Tumor Detection and Segmentation using UNETBrain Tumor Detection and Segmentation using UNET
Brain Tumor Detection and Segmentation using UNET
IRJET Journal
 
MRI Image Segmentation by Using DWT for Detection of Brain Tumor
MRI Image Segmentation by Using DWT for Detection of Brain TumorMRI Image Segmentation by Using DWT for Detection of Brain Tumor
MRI Image Segmentation by Using DWT for Detection of Brain Tumor
ijtsrd
 
Brain Tumor Detection Using Deep Learning
Brain Tumor Detection Using Deep LearningBrain Tumor Detection Using Deep Learning
Brain Tumor Detection Using Deep Learning
IRJET Journal
 
BRAIN TUMOR DETECTION
BRAIN TUMOR DETECTIONBRAIN TUMOR DETECTION
BRAIN TUMOR DETECTION
IRJET Journal
 
Automated Intracranial Neoplasm Detection Using Convolutional Neural Networks
Automated Intracranial Neoplasm Detection Using Convolutional Neural NetworksAutomated Intracranial Neoplasm Detection Using Convolutional Neural Networks
Automated Intracranial Neoplasm Detection Using Convolutional Neural Networks
IRJET Journal
 
Brain Tumor Detection From MRI Image Using Deep Learning
Brain Tumor Detection From MRI Image Using Deep LearningBrain Tumor Detection From MRI Image Using Deep Learning
Brain Tumor Detection From MRI Image Using Deep Learning
IRJET Journal
 
Brain Tumor Detection System for MRI Image
Brain Tumor Detection System for MRI ImageBrain Tumor Detection System for MRI Image
Brain Tumor Detection System for MRI Image
ijtsrd
 
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET Journal
 
A review on detecting brain tumors using deep learning and magnetic resonanc...
A review on detecting brain tumors using deep learning and  magnetic resonanc...A review on detecting brain tumors using deep learning and  magnetic resonanc...
A review on detecting brain tumors using deep learning and magnetic resonanc...
IJECEIAES
 
BRAIN TUMOR DETECTION USING CNN & ML TECHNIQUES
BRAIN TUMOR DETECTION USING CNN & ML TECHNIQUESBRAIN TUMOR DETECTION USING CNN & ML TECHNIQUES
BRAIN TUMOR DETECTION USING CNN & ML TECHNIQUES
IRJET Journal
 
A Review Paper on Automated Brain Tumor Detection
A Review Paper on Automated Brain Tumor DetectionA Review Paper on Automated Brain Tumor Detection
A Review Paper on Automated Brain Tumor Detection
IRJET Journal
 
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
eSAT Journals
 
Brain tumor detection using Region-based Convolutional Neural Network and PSO
Brain tumor detection using Region-based Convolutional Neural Network and PSOBrain tumor detection using Region-based Convolutional Neural Network and PSO
Brain tumor detection using Region-based Convolutional Neural Network and PSO
IRJET Journal
 
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLPIRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET Journal
 
IRJET - Brain Tumor Detection using Image Processing, ML & NLP
IRJET - Brain Tumor Detection using Image Processing, ML & NLPIRJET - Brain Tumor Detection using Image Processing, ML & NLP
IRJET - Brain Tumor Detection using Image Processing, ML & NLP
IRJET Journal
 
Description of Different Phases of Brain Tumor Classification
Description of Different Phases of Brain Tumor ClassificationDescription of Different Phases of Brain Tumor Classification
Description of Different Phases of Brain Tumor Classification
asclepiuspdfs
 
Automatic brain tumor detection using adaptive region growing with thresholdi...
Automatic brain tumor detection using adaptive region growing with thresholdi...Automatic brain tumor detection using adaptive region growing with thresholdi...
Automatic brain tumor detection using adaptive region growing with thresholdi...
IAESIJAI
 
A Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor DetectionA Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor Detection
Editor IJMTER
 
BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...
BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...
BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...
ijistjournal
 

Similar to Brain Tumor Detection using Neural Network (20)

Survey on “Brain Tumor Detection Using Deep Learning
Survey on “Brain Tumor Detection Using Deep LearningSurvey on “Brain Tumor Detection Using Deep Learning
Survey on “Brain Tumor Detection Using Deep Learning
 
Brain Tumor Detection and Segmentation using UNET
Brain Tumor Detection and Segmentation using UNETBrain Tumor Detection and Segmentation using UNET
Brain Tumor Detection and Segmentation using UNET
 
MRI Image Segmentation by Using DWT for Detection of Brain Tumor
MRI Image Segmentation by Using DWT for Detection of Brain TumorMRI Image Segmentation by Using DWT for Detection of Brain Tumor
MRI Image Segmentation by Using DWT for Detection of Brain Tumor
 
Brain Tumor Detection Using Deep Learning
Brain Tumor Detection Using Deep LearningBrain Tumor Detection Using Deep Learning
Brain Tumor Detection Using Deep Learning
 
BRAIN TUMOR DETECTION
BRAIN TUMOR DETECTIONBRAIN TUMOR DETECTION
BRAIN TUMOR DETECTION
 
Automated Intracranial Neoplasm Detection Using Convolutional Neural Networks
Automated Intracranial Neoplasm Detection Using Convolutional Neural NetworksAutomated Intracranial Neoplasm Detection Using Convolutional Neural Networks
Automated Intracranial Neoplasm Detection Using Convolutional Neural Networks
 
Brain Tumor Detection From MRI Image Using Deep Learning
Brain Tumor Detection From MRI Image Using Deep LearningBrain Tumor Detection From MRI Image Using Deep Learning
Brain Tumor Detection From MRI Image Using Deep Learning
 
Brain Tumor Detection System for MRI Image
Brain Tumor Detection System for MRI ImageBrain Tumor Detection System for MRI Image
Brain Tumor Detection System for MRI Image
 
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
 
A review on detecting brain tumors using deep learning and magnetic resonanc...
A review on detecting brain tumors using deep learning and  magnetic resonanc...A review on detecting brain tumors using deep learning and  magnetic resonanc...
A review on detecting brain tumors using deep learning and magnetic resonanc...
 
BRAIN TUMOR DETECTION USING CNN & ML TECHNIQUES
BRAIN TUMOR DETECTION USING CNN & ML TECHNIQUESBRAIN TUMOR DETECTION USING CNN & ML TECHNIQUES
BRAIN TUMOR DETECTION USING CNN & ML TECHNIQUES
 
A Review Paper on Automated Brain Tumor Detection
A Review Paper on Automated Brain Tumor DetectionA Review Paper on Automated Brain Tumor Detection
A Review Paper on Automated Brain Tumor Detection
 
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 tumor detection using Region-based Convolutional Neural Network and PSO
Brain tumor detection using Region-based Convolutional Neural Network and PSOBrain tumor detection using Region-based Convolutional Neural Network and PSO
Brain tumor detection using Region-based Convolutional Neural Network and PSO
 
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLPIRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
 
IRJET - Brain Tumor Detection using Image Processing, ML & NLP
IRJET - Brain Tumor Detection using Image Processing, ML & NLPIRJET - Brain Tumor Detection using Image Processing, ML & NLP
IRJET - Brain Tumor Detection using Image Processing, ML & NLP
 
Description of Different Phases of Brain Tumor Classification
Description of Different Phases of Brain Tumor ClassificationDescription of Different Phases of Brain Tumor Classification
Description of Different Phases of Brain Tumor Classification
 
Automatic brain tumor detection using adaptive region growing with thresholdi...
Automatic brain tumor detection using adaptive region growing with thresholdi...Automatic brain tumor detection using adaptive region growing with thresholdi...
Automatic brain tumor detection using adaptive region growing with thresholdi...
 
A Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor DetectionA Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor Detection
 
BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...
BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...
BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
ijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
ijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
ijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
ijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
ijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
ijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
ijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 

Recently uploaded (20)

Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 

Brain Tumor Detection using Neural Network

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 5 Issue 1, November-December 2020 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD38105 | Volume – 5 | Issue – 1 | November-December 2020 Page 975 Brain Tumor Detection using Neural Network Anagha Jayakumar1, Mehtab Mehdi2 1Student, 2Assistant Professor, 1,2Jain Deemed-to-be University, Bengaluru, Karnataka, India ABSTRACT Brain Tumor is basically the unusual growth of some new cells found in the brain. This can happen in any area of the brain. Tumor are categorized by finding the origin of the cell which has tumor and if the cells are cancerous or not. Segmentation process is carried out to find if brain tumor exists or not, then the response of the patient to the tests performed is collected, different therapy sessions and also by creating models which has tumor growth in it. This one is different from the other types of tumor. Anyone can suffer from this disease. Primary tumors are basically Benign or Malignant. Here, we propose CNN (Convolutional Neural Network) based approach for improving accuracy. It also have capacity to detect certain features without any interaction from human beings. With the help of this model it classifies whether the MRI brain scan has tumor or not. There are other different algorithms, but this paper shows that CNN gives more accuracy than the rest. This model gives validation accuracy between 77%-85%. gives more precise and accurateresults.CNN alsoletusto train large data sets and cross validate results, hence the most easy and reliable model to use. KEYWORD: Brain Tumor, Brain Detection, MRI Scan, CNN (ConvolutionalNeural Networks), Malignant, Benign, Accuracy, Deep Learning, Python How to cite this paper: Anagha Jayakumar | Mehtab Mehdi "Brain Tumor Detection using Neural Network" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-5 | Issue-1, December 2020, pp.975-979, URL: www.ijtsrd.com/papers/ijtsrd38105.pdf Copyright © 2020 by author(s) and International Journal ofTrendinScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative CommonsAttribution License (CC BY 4.0) (http://creativecommons.org/licenses/by/4.0) INTRODUCTION The brain is mainly has cells and different tissues in it. It is very delicate. People of any age can suffer from this. The reason or the cause of this disease is not found out by the researchers. Radiation can be one reason for brain tumor and the other is family history of tumors. Size, type and location can tell us the behavior of the tumor which is present. According to studies different types of tumors related to brain was found out, but the two main brain tumors include Primary and Metastatic. Primary brain tumors are the ones that originate from the tissues of the brain’s surroundings. Two categories of Primary tumors are glial or non-glial and benign or malignant. Malignant usually contains the cancer cells and Benign doesn’t contain any cancerous,mainlycells. Tissues in the brain are mainly affected by primary brain tumor. When different sections of the brain are affected other than brain tissue, then it increases the spread of the cancerous cell in the brain. These are called as Metastatic tumor. The meaning of Malignant is simply,cancerous.Itwill just produce a lump in the brain. It is uncontrollable and abnormal. Benign on the other hand is non-cancerous. The cells in the tumor will be normal for this type. Magnetic resonanceimaging (MRI),widelyusedtechniqueto find out whether the tumor is present or not. It helps in imaging structures of the human brain. The new technologies, especially Machine Learning and AI(Artificial Intelligence) have a major impact on medical field, with all the important support for medical branch, including mainly imaging. Image segmentation and classification are applied on MRI image processing to provide as a second option for the radiologists. With the use of CNN model better accuracy is obtained. In the proposed system, the image is obtained using MRI scan. Segmentation is performedfortheMR imagethatisobtained by the deep learning. To train the system in an efficient way data augmentation is mainly used. Finally the result is obtained by a pre-trained CNN model. PROBLEM DEFINITION Tumors can occur in different ways it can be either in the brain or in the spinal cord, but the causes for these tumors are the same, also share same things in common. No one really found the actual cause for this problem where we can prevent this from occurring. Few researchers came to the conclusion that the changes that happen in the normal brain cells can be leading to this state of disease. The main effect on the patient’s symptoms can be found by checking the location of the tumor. One of the ways to find out tumor is by Imaging only after the onset of neurological symptoms. Even though the life of patient is in trouble because of brain tumors, there is no other way than imaging. Brain tumor identification is mainly executed using MRI images. Some methods use CT images in the process, butitis identified that the outcome is not accurate when compared to the procedures that use MRI images. IJTSRD38105
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD38105 | Volume – 5 | Issue – 1 | November-December 2020 Page 976 Hence to overcome this we uses CNN method. The ability of CNN has been shown very effectively in areas such as image processing and classification. That is why this model uses CNN instead of KNN. Also other tests have proven that the accuracy rate that CNN gives is greater than that of KNN. This model uses CNN model to classify whether the MRI brain scan has tumor or not. By building and training a CNN model it becomes easy to identify if a person is suffering from tumor or not. Also other tests have proven that the accuracy rate that CNN gives is greater than that of KNN. In normal neural network the images are not scalable, but with CNN it can scale images. Other methods when using large data sets will also slow down, and also difficult to understand. LITERATURE SURVEY Convolutional Neural Networks (ConvNets or CNNs)area categoryof Neural Networks thathaveprovenvery effectiveinareas such as image recognition and classification. ConvNets have been successful in identifying faces, objects and trafficsignsapart from powering vision in robots. CNN can be applied on any 2D and 3D array of data. AUTHOR YEAR DESCRIPTION Dvořák et al[1] 2015 The authors designed a local prediction approach for segmentation task(3D) which systematically examines parameters which are relevant for anatomical structures. Havaei et al[2] 2015 The authors proposed an architecture which consists of two pathways: first one focuses on the details of glimos and the second is patch wise training that allows to train models. Pereira et al[3] 2016 Automatic segmentation was proposed by the authors here by using CNN method Kamnitsas et al[4] 2017 Three dimensional CNN for the challenging task of brain segmentation. Amin et al[5] 2018 The author simply uses CNN method. Seetha et al[6] 2018 In this paper, CNN archives the rate of 97.5 accuracy that is with low complexity and when compared with the other state of art methods. Sajjad et al[7] 2019 The authors proposed CNN method which is based on multi grade tumor classification Deepak and Ameer[8] 2019 The proposed paper adopts the concept of deep learning and mainly uses GoogLeNet to extract features. Özyurt et al[9] 2019 It provides high performance for classification with many different classifiers. Saba et al[10] 2020 Here Grab cut method is used by the authors for accurate segmentation. PROPOSED METHOD The proposed method mainly consists of: BRAIN MRI IMAGE Magnetic resonance imaging (MRI) of head, a painless test that produces the images of the brain. It creates the images using a magnetic field and radio waves. This test is also called as Cranial MRI. MRI scan usually doesn’t use radiation to produce images, hence it is very different from X-Ray and CT Scan. PREPROCESSING This process helps in improving the MR images that is produced and so it is capable for further processing. It improves the parameters of the image which is produced. Here the parameters are mainly noise in the data,improvementintheappearance of MR images, unnecessary parts of image, and maintaining the relevant edges. It also helps in improving the segmentation accuracy. SEGMENTATION Segmentation refers to the process of dividing or making partition of the image into different segments or regions.Everypixel in an image is allocated to one of a number of these categories. Image segmentation plays an important role in Brain Tumor Detection. FEATURE EXTRACTION As reducing values for feature reduction, extraction deals with reducing amount of the resources that is required to mainly describe a large data set. Features that are in the set of data is reduced. So the aim is that the new set of reduced set of the data should be able to give a summary of the information that was contained by the original data set. FEATURE REDUCTION Feature reduction is used for reducing input variable numbers. When using large values as input can lead to poor working or performance of the machine learning algorithms. The main focus of this method is to reduce the input values. TRAINING This is performed to train and check if the training data fit the model. Generation of this model is to before-hand predict the unknown results which is the test set. This particular set consistsofthe examples whichwereusedduringthelearningprocess. When separating the data set to a training set and also testing set, here we see that most of the data is notforthetestingset but for the training set. So training set has the larger portion and smaller data portion is for testing. BENIGN These are the type of cancer cells which doesn’t spread around and cause danger. Whenremovedtheydon’tusuallygrow back. They can turn out to be dangerous if not treated well.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD38105 | Volume – 5 | Issue – 1 | November-December 2020 Page 977 MALIGNANT Malignant is actually the cancerous cells that kills mainly the nearby tissues and canevenspreadtootherpartsofthebody.Itis the type which is not as dangerous as the other. It causes a lot of pain to the patient. FLOWCHART OF THE PROPOSED METHOD Stage (1) classification Stage (2) classification Stage (2) classification no Healthy Brain yes Tumor Extraction The above diagram simply describes how Brain Tumoris detectedusingNeural Network.AftertheBrainMRIimage isobtained it goes through several steps. It first undergoes pre-processing.Pre-processing mainlyfocusesintheimprovementoftheimage data that eliminates distortions. Then comes segmentation. The process of separating the tumor from normal brain tissues is called as Segmentation. After undergoing feature extraction and feature reduction it undergoes the Training method. Brain MRI Image Preprocessing Segmentation Feature ExtractionFeature Reduction Training Abnormal NormalClassification Training Benign CNN Classification Malignant Tumor Present
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD38105 | Volume – 5 | Issue – 1 | November-December 2020 Page 978 Next step is classification. In this step the normal ones are rejected and the abnormal ones goes through one more training method and then classified using the CNN Classificationmethod.Afterthisclassification,a conclusionismadebydifferentiating the tumor into MALIGNANT and BENIGN. Benign simply means that the cells in the tumor are normal, whichindicatesthatthe brain is healthy and when the cells are abnormal, they are cancerous cell and the tumor is Malignant. This algorithm also provides an easy architecture and there is no need of feature extraction. By building and training a CNN model it becomes easy to identify if a person is suffering from tumor or not. The proposed model has 198 images as training set and 58 images as test sets. The datasets are then further classified into training and test sets from where tumor and non-tumor ones are identified. Single prediction is made, that is single images of brain scans are used to validate whether the model can predict correctly or not. From the training set then the images are classified based on whether the image has tumor or not. Finally in the test set, based on the images it tests the accuracy of the detection of tumor. This model has validation accuracy between 77%-85% RESULT The data set which is collected contains tumor and non tumor images collected. CNN based algorithm does not require the feature extraction steps separately and that is the main benefit of this method. The feature value that is extracted is from CNN itself. Because of this the computation times is less and the accuracy is high. For this study using CNN algorithm, we receive a training accuracy between 77% to 85%.This method actually uses CNN to improve accuracy than other methods. The results contain tumor and non tumor images. Here is the output obtained by python programming, the accuracy obtained. FINAL OUTPUT CONCLUSION AND FUTURE WORK In this study the CNN method is used, CNN gives more accuracy than all the other algorithms. It made it easier to attain more accuracy and scalability. This paper aims to differentiate and identify, tumor and non-tumor ones based on the training set used. By CNN classification it is done. At first the MRI Image obtained undergoes preprocessing, segmentation, feature extraction,featurereductionandthen training.
  • 5. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD38105 | Volume – 5 | Issue – 1 | November-December 2020 Page 979 In the proposed model because of CNN we were able to improve accuracy by making use of data augmentation and learning methods. The main reason why all this is done is to find tumor and also for further treatments to be done. FUTURE SCOPE 1. Add more training sets to the existing ones. 2. More accuracy can be obtained 3. Scalability can be obtained Bibliography [1] P. Dvořák and B. Menze, "Local structure prediction with convolutional neural networks for multimodal brain tumor segmentation," in International MICCAI workshop on medical computer vision, 2015: Springer, pp. 59-71. [2] M. Havaei, F. Dutil, C. Pal, H. Larochelle, and P.-M. Jodoin, "A convolutional neural network approach to brain tumor segmentation," in BrainLes 2015, 2015: Springer, pp. 195-208. [3] S. Pereira, A. Pinto, V. Alves, and C. A. Silva, "Brain tumor segmentation using convolutional neural networks in MRI images," IEEE transactions on medical imaging, vol. 35, no. 5, pp. 1240-1251, 2016. [4] K. Kamnitsas et al., "Efficient multi-scale3DCNN with fully connected CRF for accurate brain lesion segmentation," Medical imageanalysis,vol.36,pp.61- 78, 2017. [5] J. Amin, M. Sharif, M. Yasmin, and S. L. Fernandes,"Big data analysis for brain tumor detection: Deep convolutional neural networks," Future Generation Computer Systems, vol. 87, pp. 290-297, 2018. [6] J. Seetha and S. S. Raja, "Brain tumor classification using convolutional neural networks," Biomedical & Pharmacology Journal, vol. 11, no. 3, p. 1457, 2018. [7] S. Sajid, S. Hussain, and A. Sarwar, "Brain tumor detection and segmentation in MR images using deep learning," Arabian Journal for Science and Engineering, vol. 44, no. 11, pp. 9249-9261, 2019. [8] S. Deepak and P. Ameer, "Brain tumor classification using deep CNN features via transfer learning," Computers in biology and medicine, vol. 111, p. 103345, 2019. [9] F. Özyurt, E. Sert, E. Avci, and E. Dogantekin, "Brain tumor detection based on Convolutional Neural Network with neutrosophic expert maximum fuzzy sure entropy," Measurement, vol. 147, p. 106830, 2019. [10] T. Saba, A. S. Mohamed, M. El-Affendi, J. Amin, and M. Sharif, "Brain tumor detection using fusion of hand crafted and deep learning features," Cognitive Systems Research, vol. 59, pp. 221-230, 2020.