SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 6 Issue 2, January-February 2022 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD49156 | Volume – 6 | Issue – 2 | Jan-Feb 2022 Page 79
A Survey of Convolutional Neural Network
Architectures for Deep Learning via Health Images
Ahmet Özcan1
, Mahmut Ünver2
, Atilla Ergüzen3
1
Instructor, Department of Computer Engineering, Kırıkkale University, Kırıkkale, Turkey
2
Assistant Professor, Department of Vocational High School, Kırıkkale University, Kırıkkale, Turkey
3
Associate Professor, Department of Computer Engineering, Kırıkkale University, Kırıkkale, Turkey
ABSTRACT
Convolutional Neural Network (CNN) designs can successfully
classify, predict and cluster in many artificial intelligence
applications. In the health sector, intensive studies continue for
disease classification. When the literature in this field is examined, it
is seen that the studies are concentrated on the health sector. Thanks
to these studies, doctors can make an accurate diagnosis by
examining radiological images more consistently. In addition, doctors
can save time to do other patient work by using CNN. In this study,
related current manuscripts in the health sector were examined. The
contributions of these publications to the literature were explained
and evaluated. Complementary and contradictory arguments of the
presented perspectives were revealed. It has been stated that the
current status of the studies carried out and in which direction the
future studies should evolve and that they can make an important
contribution to the literature. Suggestions have been made for the
guidance for future studies.
KEYWORDS: Deep learning, convolutional neural network, image
processing, classification
How to cite this paper: Ahmet Özcan |
Mahmut Ünver | Atilla Ergüzen "A
Survey of Convolutional Neural
Network Architectures for Deep
Learning via Health
Images" Published
in International
Journal of Trend in
Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-6 |
Issue-2, February 2022, pp.79-82, URL:
www.ijtsrd.com/papers/ijtsrd49156.pdf
Copyright © 2022 by author(s) and
International Journal of Trend in
Scientific Research and Development
Journal. This is an
Open Access article
distributed under the
terms of the Creative Commons
Attribution License (CC BY 4.0)
(http://creativecommons.org/licenses/by/4.0)
I. INTRODUCTION
Today, deep learning algorithms are widely used.
Different sectors such as agriculture, health and
industry are using deep learning for their own
purposes. Among the deep learning algorithms, the
convolutional neural network algorithm (CNN) is the
most preferred algorithm. CNN first was announced,
surprisingly, in computer vision, for especially object
recognition processes. In fact, CNN can be thought of
as a mixture of computer and biological sciences,
surprisingly which in the past were unlikely to come
together. It is a subject that emerged with the joint
work of computer science, which is
electromechanical, and biology, which examines life
science. Image processing, which takes place
automatically in the human brain without the person
being aware of it, can be performed artificiallythanks
to CNN. This process is very successful in image
recognition.
In this study, firstly the necessity and usage areas of
CNN are explained, then the CNN structure is
explained. The next section describes common
Convolutional Neral Networks. Under Section 5,
designed CNN systems that can be used in the health
sector, which have an important place in the
literature, are introduced. In the last section, there are
conclusions and recommendations.
Shared with virtual machines hosted on the
hypervisor. Today, most of the cloud providers
actively use virtualization technology [3]. Container
technology is a technology that has been popular in
recent years. Container technology can be used
alongside virtualization technology as well as to run
isolated applications on physical machines without
virtualization.
II. CONVOLUTIONAL NEURAL
NETWORK STRUCTURE
Convolutional neural networks (CNN) deep learning
architecture is frequently used in the processing of
medical image data. Recently, deep learning
algorithms such as CNN have been used as a decision
IJTSRD49156
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD49156 | Volume – 6 | Issue – 2 | Jan-Feb 2022 Page 80
support system in various clinical tasks such as
detection of breast cancer in mammograms,
segmentation of liver metastases with computed
tomography (CT), brain tumor segmentation with
resonance (MR) imaging, classification of high-
resolution chest CT images of interstitial lung
patients. started to be used [Ref:26]. CNNs were first
proposed by Fukushima in his article on
“Neocognitron” based on the hierarchical receptive
field model of the visual cortex proposed by Hubel
and Wiesel [1].
In order for the designed system to produce correct
results, CNN processes the image with various layers.
These layers are;
Convolutional Layer: This layer is the main building
block of CNN. It is responsible for detecting the
properties of the Image. This layer applies filters to
the image to extract low- and high-level features from
the image. It is used to detect properties. A matrix is
obtained by applying a filter. This matrix is called
Feature Map. Indicates where the image is located in
the feature represented by the filter. CNN can have
more than one Convolutional layer. Each of the
applied filters reveals a separate feature [2].
Non-Linearity Layer: Non-linearity is introduced to
the system. Since one of the activation functions is
used in this layer, it is called the Activation Layer.
Previously, nonlinear functions such as sigmoid and
tanh were used, but the Rectifier(ReLu) function has
been used because it gives the best results for the
speed of Neural Network training.
Pooling Layer: It reduces the number of weights and
controls the fit. It controls the incompatibility within
the network by reducing the parameters and the
number of calculations in the network. The most
commonly used poling process is Max Pooling. Apart
from that, it is used in Average Pooling and L2-norm
pooling [3].
Flattening Layer: The task of this layer is to prepare
the data in the input of the FLC, which is the last and
most important layer. It turns the matrix into a one-
dimensional array.
Fully-Connected Layer: Some of the most well-
known CNN architectures nowadays can be listed as
follows:
LeNet, AlexNet, VGGNet, GoogLeNet, ResNet,
ZFNet [4].
III. REVIEWED STUDIES
In the study of Uçar and Uçar [6], lung nodules were
detected using convolutional neural network with the
help of chest x-rays. Today, x-ray images are used to
detect the differences in the lungs. Diagnosis with X-
ray images significantly reduces the disease diagnosis
process. However, X-ray images must be properly
examined by doctors. In this study, the authors aimed
to increase the accuracy of convolutional deep
learning by using different filters. In this study,
royalty-free publicly available chest X-rays were
used. The total number of images is 247. In the study,
after the introduction, related works are explained. In
the third part, dataset and analysis methods are
explained and in the last part, the results are shown
and a comparison is made between this method and
other different methods.
Figure 1 Architecture of the intended method [6]
As seen in Figure 1, LoG filter normalization was
performed and the input data was created to increase
the accuracy of the convolutional neural network, as
it was first targeted. Then versions of the AlexNet and
GoogLeNet models were used to test the accuracy of
the results. According to a Classic CNN application, 7
layers are used in this model as in Figure 1. 70% of
the input data was used for training and 30% for
testing. The system was run on MATLAB. According
to the results, in the 4 models used, LoG Filtered
model produced 82.43%, Deep Conventional Neural
Network 72.97%, GoogLeNet 68.92% and AlexNet
64.86% accuracy nodule and non-nodule values. [6].
In the study of Arı and Hanbay [Ref:10], a Regional
Convolutional Neural Networks (RCNN) based
system was developed that helps experts by detecting
the presence and location of the tumor with magnetic
resonance images. According to the working principle
of the system, the following operations were carried
out respectively: a) Preprocessing was applied to the
data obtained from the sources. The noise in the
image is removed by the histogram stretching
process. b) Tumors were labeled manually in the
training set. c) 4 RCNNs were designed. In each
design, access filter, pooling filter, pooling operator,
activation function, Euclidean function are used. d)
Tumors have been detected in the designed RCNNs.
If 80% of the tumor is detected in that area in the test
images, that area is marked as a tumorous area. e) The
developed system was evaluated according to
accuracy, sensitivity, specificity, false positive rate
and false negative criteria. 360 MR images obtained
from Benchmark, Rembredant and Harvard datasets
were used. Coding and testing was done in MATLAB
2016 environment. In the system, 252 MR images
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD49156 | Volume – 6 | Issue – 2 | Jan-Feb 2022 Page 81
were used for training and 108 images were used for
testing. [7].
Table 1 Average Accuracy Performance Rates of
Designed RCNNs [7]
When the results obtained were compared with the
designed RCNNs, RCCN4 gave the most accurate
result. Table1 shows the results. The performance of
RCNN4 was compared with similar studies and it was
found to be higher than them [7].
In the study by Rajee and Mythili [8], an algorithm
was designed to predict the gender of a human using a
dental dental x-ray image (DXI). The system can
detect gender with an accuracy rate of 98.27% after
classification. In the architecture of the system,
preprocessing was done for DXI first. Then,
segmentation and gender classification were made,
respectively. In the preprocessing, the image is free of
noise using Gaussian, speckle and impulse filters.
Next, DXI is segmented using the gradient-based
recursive thresholding segmentation. In the last step,
classification was made on the DXI image using the
ResNet50 deep convolutional neural network
(DCNN) classification algorithm. In the designed
system, 600 training data and 400 test data were used.
After the system was designed, it was compared with
similar methods. It has been seen that the proposed
system gives better results. It has been concluded that
the system designed with these results will help
dentists to determine gender using the tooth of a dead
person [8]. The architecture of the proposed system is
shown in Figure 2.
Figure 2 Architecture of the proposed system [8]
In the study by Jeyaraj and Nadar [9], a Deep
Learning (DL) algorithm was developed for
automated, computer-assisted oral cancer diagnosis
using hyperspectral images of patients. In the
developed system, the seven-way cross-validation
technique was applied to the data given to the input
layer of the CNN. Then, the first stage training was
conducted with convoluational pooling and maximum
pooling. The data were then classified by applying
SVM classification, DBN and deep regression
techniques. In the implementation of the algorithm,
500 image sets were used. The system has classified
malignant and benign tumors. The proposed design
achieved 91.4% accuracy. The system has also
classified malignant tumor and precancerous tumor.
The success rate in this is 91.56%.
The developed system achieved an accuracy of 94.5
compared to the other basic classifier system. With
the Deep CNN training suggested in this study, it was
possible to classify the tumor as benign or malignant
without the need for expert knowledge. The structure
related to the system is shown in Figure 3 [9].
Figure 3 Architectural structure of the designed
system [9]
According to Basaran et al. In his study [10],
AlexNet, VGG16, VGG19, GoogLeNet, ResNet18,
ResNet50, ResNet101 architectures were studied in
the designed system. Experimental studies of the
system were done with MATLAB R2019a software.
First, the images were evaluated by 3 experts and
labeled. Disease classification was made using 598
middle ear otoscope images. 70% of the images are
reserved for training and 30% for testing. Training is
completed in 1152 iterations. Stochastic gradient
descent algorithm was used for optimization.
Classification was made using 7 different CNN
algorithms. The highest accuracy rate was achieved
with the VGG16 algorithm. The accuracy rates of the
algorithms are shown in Table 2.
Table 2 Accuracy Rates of CNN Architectures
[10]
As a result, it has been revealed that the diagnosis of
chronic otitis media can be made successfully using
CNN algorithms. The highest success rate was 97,
2067%. [10].
IV. CONCLUSION
In this study, important manuscripts published in
health related to CNN were examined. It has been
seen that there are a lot of deep learning-based studies
for the automatic detection of diseased regions from
health images. Generally, it was seen that 2/3 of the
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD49156 | Volume – 6 | Issue – 2 | Jan-Feb 2022 Page 82
data was reserved for training and 1/3 for testing. It
has been seen that the number of data sets should be
higher for better training. The data were brought into
ready-to-use form and optimized. Diseased areas
were determined manually by experts on the image.
Popular CNN architectures were used in the designed
systems. The results were evaluated and it was seen
that successful classification could be made. It has
been shown that using the methods suggested in
Health images can help doctors diagnose diseases and
reduce their workload. It has been understood that the
systems to be designed in the future can be more
successful and can diagnose without experts.
REFERENCES
[1] H. Ucuzal, “Yapay zekâya dayalı anlamsal
video işleme yöntemlerinin tıpta
kullanılabilirliğinin araştırılması.” İnönü
Üniversitesi Sağlık Bilimleri Enstitüsü, 2020.
[2] O. Abdel-Hamid, L. Deng, and D. Yu,
“Exploring convolutional neural network
structures and optimization techniques for
speech recognition.,” in Interspeech, 2013, vol.
11, pp. 73–75.
[3] P. Kim, “Convolutional neural network,” in
MATLAB deep learning, Springer, 2017, pp.
121–147.
[4] T. Ergin, “Neural Network-Convnet-CNN
nedir? Nasıl çalışır?,” medium.com, 2018.
https://medium.com/@tuncerergin/convolution
al-neural-network-convnet-yada-cnn-nedir-
nasil-calisir-97a0f5d34cad (accessed Dec. 28,
2021).
[5] Z. Arabasadi, R. Alizadehsani, M.
Roshanzamir, H. Moosaei, and A. A. Yarifard,
“Computer aided decision making for heart
disease detection using hybrid neural network-
Genetic algorithm,” Comput. Methods
Programs Biomed., vol. 141, pp. 19–26, 2017.
[6] M. Uçar and E. Uçar, “Computer-aided
detection of lung nodules in chest X-rays using
deep convolutional neural networks,” 2019.
[7] A. Arı and D. Hanbay, “Tumor detection in MR
images of regional convolutional neural
networks,” J. Fac. Eng. Archit. Gazi Univ., vol.
34, no. 3, pp. 1395–1408, 2019.
[8] M. V Rajee and C. Mythili, “Gender
classification on digital dental x-ray images
using deep convolutional neural network,”
Biomed. Signal Process. Control, vol. 69, p.
102939, 2021.
[9] P. R. Jeyaraj and E. R. S. Nadar, “Computer-
assisted medical image classification for early
diagnosis of oral cancer employing deep
learning algorithm,” J. Cancer Res. Clin.
Oncol., vol. 145, no. 4, pp. 829–837, 2019.
[10] E. BAŞARAN, Z. CÖMERT, A. SENGUR, Ü.
BUDAK, Y. CELIK, and M. TOĞAÇAR,
“Normal ve Kronik Hastalıklı Orta Kulak
İmgelerinin Evrişimsel Sinir Ağları Yöntemiyle
Tespit Edilmesi,” Türkiye Bilişim Vakfı Bilgi.
Bilim. ve Mühendisliği Derg., vol. 13, no. 1,
pp. 1–10, 2020.

More Related Content

Similar to A Survey of Convolutional Neural Network Architectures for Deep Learning via Health Images

PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHMPADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHMIRJET Journal
 
IRJET - Detection of Skin Cancer using Convolutional Neural Network
IRJET -  	  Detection of Skin Cancer using Convolutional Neural NetworkIRJET -  	  Detection of Skin Cancer using Convolutional Neural Network
IRJET - Detection of Skin Cancer using Convolutional Neural NetworkIRJET Journal
 
IRJET- Anomaly Detection System in CCTV Derived Videos
IRJET- Anomaly Detection System in CCTV Derived VideosIRJET- Anomaly Detection System in CCTV Derived Videos
IRJET- Anomaly Detection System in CCTV Derived VideosIRJET Journal
 
Deep Learning based Multi-class Brain Tumor Classification
Deep Learning based Multi-class Brain Tumor ClassificationDeep Learning based Multi-class Brain Tumor Classification
Deep Learning based Multi-class Brain Tumor ClassificationIRJET Journal
 
IRJET - Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET -  	  Lung Disease Prediction using Image Processing and CNN AlgorithmIRJET -  	  Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET - Lung Disease Prediction using Image Processing and CNN AlgorithmIRJET Journal
 
Lung Cancer Detection Using Convolutional Neural Network
Lung Cancer Detection Using Convolutional Neural NetworkLung Cancer Detection Using Convolutional Neural Network
Lung Cancer Detection Using Convolutional Neural NetworkIRJET Journal
 
Image Forgery Detection Methods- A Review
Image Forgery Detection Methods- A ReviewImage Forgery Detection Methods- A Review
Image Forgery Detection Methods- A ReviewIRJET Journal
 
Lung Cancer Detection using Convolutional Neural Network
Lung Cancer Detection using Convolutional Neural NetworkLung Cancer Detection using Convolutional Neural Network
Lung Cancer Detection using Convolutional Neural NetworkIRJET Journal
 
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesDilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesIRJET Journal
 
Plant Disease Detection using Convolution Neural Network (CNN)
Plant Disease Detection using Convolution Neural Network (CNN)Plant Disease Detection using Convolution Neural Network (CNN)
Plant Disease Detection using Convolution Neural Network (CNN)IRJET Journal
 
Pneumonia Detection Using Deep Learning and Transfer Learning
Pneumonia Detection Using Deep Learning and Transfer LearningPneumonia Detection Using Deep Learning and Transfer Learning
Pneumonia Detection Using Deep Learning and Transfer LearningIRJET Journal
 
A Review on Covid Detection using Cross Dataset Analysis
A Review on Covid Detection using Cross Dataset AnalysisA Review on Covid Detection using Cross Dataset Analysis
A Review on Covid Detection using Cross Dataset AnalysisIRJET Journal
 
Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...
Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...
Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...IRJET Journal
 
ORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNNORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNNIRJET Journal
 
Overview of convolutional neural networks architectures for brain tumor segm...
Overview of convolutional neural networks architectures for  brain tumor segm...Overview of convolutional neural networks architectures for  brain tumor segm...
Overview of convolutional neural networks architectures for brain tumor segm...IJECEIAES
 
A Review on Medical Image Analysis Using Deep Learning
A Review on Medical Image Analysis Using Deep LearningA Review on Medical Image Analysis Using Deep Learning
A Review on Medical Image Analysis Using Deep LearningIRJET Journal
 
Using Deep Learning and Transfer Learning for Pneumonia Detection
Using Deep Learning and Transfer Learning for Pneumonia DetectionUsing Deep Learning and Transfer Learning for Pneumonia Detection
Using Deep Learning and Transfer Learning for Pneumonia DetectionIRJET Journal
 
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...IRJET Journal
 
Blood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNNBlood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNNIRJET Journal
 
Enhancing Pneumonia Detection: A Comparative Study of CNN, DenseNet201, and V...
Enhancing Pneumonia Detection: A Comparative Study of CNN, DenseNet201, and V...Enhancing Pneumonia Detection: A Comparative Study of CNN, DenseNet201, and V...
Enhancing Pneumonia Detection: A Comparative Study of CNN, DenseNet201, and V...IRJET Journal
 

Similar to A Survey of Convolutional Neural Network Architectures for Deep Learning via Health Images (20)

PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHMPADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
PADDY CROP DISEASE DETECTION USING SVM AND CNN ALGORITHM
 
IRJET - Detection of Skin Cancer using Convolutional Neural Network
IRJET -  	  Detection of Skin Cancer using Convolutional Neural NetworkIRJET -  	  Detection of Skin Cancer using Convolutional Neural Network
IRJET - Detection of Skin Cancer using Convolutional Neural Network
 
IRJET- Anomaly Detection System in CCTV Derived Videos
IRJET- Anomaly Detection System in CCTV Derived VideosIRJET- Anomaly Detection System in CCTV Derived Videos
IRJET- Anomaly Detection System in CCTV Derived Videos
 
Deep Learning based Multi-class Brain Tumor Classification
Deep Learning based Multi-class Brain Tumor ClassificationDeep Learning based Multi-class Brain Tumor Classification
Deep Learning based Multi-class Brain Tumor Classification
 
IRJET - Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET -  	  Lung Disease Prediction using Image Processing and CNN AlgorithmIRJET -  	  Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET - Lung Disease Prediction using Image Processing and CNN Algorithm
 
Lung Cancer Detection Using Convolutional Neural Network
Lung Cancer Detection Using Convolutional Neural NetworkLung Cancer Detection Using Convolutional Neural Network
Lung Cancer Detection Using Convolutional Neural Network
 
Image Forgery Detection Methods- A Review
Image Forgery Detection Methods- A ReviewImage Forgery Detection Methods- A Review
Image Forgery Detection Methods- A Review
 
Lung Cancer Detection using Convolutional Neural Network
Lung Cancer Detection using Convolutional Neural NetworkLung Cancer Detection using Convolutional Neural Network
Lung Cancer Detection using Convolutional Neural Network
 
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesDilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
 
Plant Disease Detection using Convolution Neural Network (CNN)
Plant Disease Detection using Convolution Neural Network (CNN)Plant Disease Detection using Convolution Neural Network (CNN)
Plant Disease Detection using Convolution Neural Network (CNN)
 
Pneumonia Detection Using Deep Learning and Transfer Learning
Pneumonia Detection Using Deep Learning and Transfer LearningPneumonia Detection Using Deep Learning and Transfer Learning
Pneumonia Detection Using Deep Learning and Transfer Learning
 
A Review on Covid Detection using Cross Dataset Analysis
A Review on Covid Detection using Cross Dataset AnalysisA Review on Covid Detection using Cross Dataset Analysis
A Review on Covid Detection using Cross Dataset Analysis
 
Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...
Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...
Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...
 
ORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNNORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNN
 
Overview of convolutional neural networks architectures for brain tumor segm...
Overview of convolutional neural networks architectures for  brain tumor segm...Overview of convolutional neural networks architectures for  brain tumor segm...
Overview of convolutional neural networks architectures for brain tumor segm...
 
A Review on Medical Image Analysis Using Deep Learning
A Review on Medical Image Analysis Using Deep LearningA Review on Medical Image Analysis Using Deep Learning
A Review on Medical Image Analysis Using Deep Learning
 
Using Deep Learning and Transfer Learning for Pneumonia Detection
Using Deep Learning and Transfer Learning for Pneumonia DetectionUsing Deep Learning and Transfer Learning for Pneumonia Detection
Using Deep Learning and Transfer Learning for Pneumonia Detection
 
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
 
Blood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNNBlood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNN
 
Enhancing Pneumonia Detection: A Comparative Study of CNN, DenseNet201, and V...
Enhancing Pneumonia Detection: A Comparative Study of CNN, DenseNet201, and V...Enhancing Pneumonia Detection: A Comparative Study of CNN, DenseNet201, and V...
Enhancing Pneumonia Detection: A Comparative Study of CNN, DenseNet201, and V...
 

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 Implementationijtsrd
 
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 Prospectsijtsrd
 
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 Studyijtsrd
 
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. Sadikuijtsrd
 
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 Mapijtsrd
 
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 Societyijtsrd
 
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 Learningijtsrd
 

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

Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 

Recently uploaded (20)

Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 

A Survey of Convolutional Neural Network Architectures for Deep Learning via Health Images

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 6 Issue 2, January-February 2022 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD49156 | Volume – 6 | Issue – 2 | Jan-Feb 2022 Page 79 A Survey of Convolutional Neural Network Architectures for Deep Learning via Health Images Ahmet Özcan1 , Mahmut Ünver2 , Atilla Ergüzen3 1 Instructor, Department of Computer Engineering, Kırıkkale University, Kırıkkale, Turkey 2 Assistant Professor, Department of Vocational High School, Kırıkkale University, Kırıkkale, Turkey 3 Associate Professor, Department of Computer Engineering, Kırıkkale University, Kırıkkale, Turkey ABSTRACT Convolutional Neural Network (CNN) designs can successfully classify, predict and cluster in many artificial intelligence applications. In the health sector, intensive studies continue for disease classification. When the literature in this field is examined, it is seen that the studies are concentrated on the health sector. Thanks to these studies, doctors can make an accurate diagnosis by examining radiological images more consistently. In addition, doctors can save time to do other patient work by using CNN. In this study, related current manuscripts in the health sector were examined. The contributions of these publications to the literature were explained and evaluated. Complementary and contradictory arguments of the presented perspectives were revealed. It has been stated that the current status of the studies carried out and in which direction the future studies should evolve and that they can make an important contribution to the literature. Suggestions have been made for the guidance for future studies. KEYWORDS: Deep learning, convolutional neural network, image processing, classification How to cite this paper: Ahmet Özcan | Mahmut Ünver | Atilla Ergüzen "A Survey of Convolutional Neural Network Architectures for Deep Learning via Health Images" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-6 | Issue-2, February 2022, pp.79-82, URL: www.ijtsrd.com/papers/ijtsrd49156.pdf Copyright © 2022 by author(s) and International Journal of Trend in Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/by/4.0) I. INTRODUCTION Today, deep learning algorithms are widely used. Different sectors such as agriculture, health and industry are using deep learning for their own purposes. Among the deep learning algorithms, the convolutional neural network algorithm (CNN) is the most preferred algorithm. CNN first was announced, surprisingly, in computer vision, for especially object recognition processes. In fact, CNN can be thought of as a mixture of computer and biological sciences, surprisingly which in the past were unlikely to come together. It is a subject that emerged with the joint work of computer science, which is electromechanical, and biology, which examines life science. Image processing, which takes place automatically in the human brain without the person being aware of it, can be performed artificiallythanks to CNN. This process is very successful in image recognition. In this study, firstly the necessity and usage areas of CNN are explained, then the CNN structure is explained. The next section describes common Convolutional Neral Networks. Under Section 5, designed CNN systems that can be used in the health sector, which have an important place in the literature, are introduced. In the last section, there are conclusions and recommendations. Shared with virtual machines hosted on the hypervisor. Today, most of the cloud providers actively use virtualization technology [3]. Container technology is a technology that has been popular in recent years. Container technology can be used alongside virtualization technology as well as to run isolated applications on physical machines without virtualization. II. CONVOLUTIONAL NEURAL NETWORK STRUCTURE Convolutional neural networks (CNN) deep learning architecture is frequently used in the processing of medical image data. Recently, deep learning algorithms such as CNN have been used as a decision IJTSRD49156
  • 2. International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD49156 | Volume – 6 | Issue – 2 | Jan-Feb 2022 Page 80 support system in various clinical tasks such as detection of breast cancer in mammograms, segmentation of liver metastases with computed tomography (CT), brain tumor segmentation with resonance (MR) imaging, classification of high- resolution chest CT images of interstitial lung patients. started to be used [Ref:26]. CNNs were first proposed by Fukushima in his article on “Neocognitron” based on the hierarchical receptive field model of the visual cortex proposed by Hubel and Wiesel [1]. In order for the designed system to produce correct results, CNN processes the image with various layers. These layers are; Convolutional Layer: This layer is the main building block of CNN. It is responsible for detecting the properties of the Image. This layer applies filters to the image to extract low- and high-level features from the image. It is used to detect properties. A matrix is obtained by applying a filter. This matrix is called Feature Map. Indicates where the image is located in the feature represented by the filter. CNN can have more than one Convolutional layer. Each of the applied filters reveals a separate feature [2]. Non-Linearity Layer: Non-linearity is introduced to the system. Since one of the activation functions is used in this layer, it is called the Activation Layer. Previously, nonlinear functions such as sigmoid and tanh were used, but the Rectifier(ReLu) function has been used because it gives the best results for the speed of Neural Network training. Pooling Layer: It reduces the number of weights and controls the fit. It controls the incompatibility within the network by reducing the parameters and the number of calculations in the network. The most commonly used poling process is Max Pooling. Apart from that, it is used in Average Pooling and L2-norm pooling [3]. Flattening Layer: The task of this layer is to prepare the data in the input of the FLC, which is the last and most important layer. It turns the matrix into a one- dimensional array. Fully-Connected Layer: Some of the most well- known CNN architectures nowadays can be listed as follows: LeNet, AlexNet, VGGNet, GoogLeNet, ResNet, ZFNet [4]. III. REVIEWED STUDIES In the study of Uçar and Uçar [6], lung nodules were detected using convolutional neural network with the help of chest x-rays. Today, x-ray images are used to detect the differences in the lungs. Diagnosis with X- ray images significantly reduces the disease diagnosis process. However, X-ray images must be properly examined by doctors. In this study, the authors aimed to increase the accuracy of convolutional deep learning by using different filters. In this study, royalty-free publicly available chest X-rays were used. The total number of images is 247. In the study, after the introduction, related works are explained. In the third part, dataset and analysis methods are explained and in the last part, the results are shown and a comparison is made between this method and other different methods. Figure 1 Architecture of the intended method [6] As seen in Figure 1, LoG filter normalization was performed and the input data was created to increase the accuracy of the convolutional neural network, as it was first targeted. Then versions of the AlexNet and GoogLeNet models were used to test the accuracy of the results. According to a Classic CNN application, 7 layers are used in this model as in Figure 1. 70% of the input data was used for training and 30% for testing. The system was run on MATLAB. According to the results, in the 4 models used, LoG Filtered model produced 82.43%, Deep Conventional Neural Network 72.97%, GoogLeNet 68.92% and AlexNet 64.86% accuracy nodule and non-nodule values. [6]. In the study of Arı and Hanbay [Ref:10], a Regional Convolutional Neural Networks (RCNN) based system was developed that helps experts by detecting the presence and location of the tumor with magnetic resonance images. According to the working principle of the system, the following operations were carried out respectively: a) Preprocessing was applied to the data obtained from the sources. The noise in the image is removed by the histogram stretching process. b) Tumors were labeled manually in the training set. c) 4 RCNNs were designed. In each design, access filter, pooling filter, pooling operator, activation function, Euclidean function are used. d) Tumors have been detected in the designed RCNNs. If 80% of the tumor is detected in that area in the test images, that area is marked as a tumorous area. e) The developed system was evaluated according to accuracy, sensitivity, specificity, false positive rate and false negative criteria. 360 MR images obtained from Benchmark, Rembredant and Harvard datasets were used. Coding and testing was done in MATLAB 2016 environment. In the system, 252 MR images
  • 3. International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD49156 | Volume – 6 | Issue – 2 | Jan-Feb 2022 Page 81 were used for training and 108 images were used for testing. [7]. Table 1 Average Accuracy Performance Rates of Designed RCNNs [7] When the results obtained were compared with the designed RCNNs, RCCN4 gave the most accurate result. Table1 shows the results. The performance of RCNN4 was compared with similar studies and it was found to be higher than them [7]. In the study by Rajee and Mythili [8], an algorithm was designed to predict the gender of a human using a dental dental x-ray image (DXI). The system can detect gender with an accuracy rate of 98.27% after classification. In the architecture of the system, preprocessing was done for DXI first. Then, segmentation and gender classification were made, respectively. In the preprocessing, the image is free of noise using Gaussian, speckle and impulse filters. Next, DXI is segmented using the gradient-based recursive thresholding segmentation. In the last step, classification was made on the DXI image using the ResNet50 deep convolutional neural network (DCNN) classification algorithm. In the designed system, 600 training data and 400 test data were used. After the system was designed, it was compared with similar methods. It has been seen that the proposed system gives better results. It has been concluded that the system designed with these results will help dentists to determine gender using the tooth of a dead person [8]. The architecture of the proposed system is shown in Figure 2. Figure 2 Architecture of the proposed system [8] In the study by Jeyaraj and Nadar [9], a Deep Learning (DL) algorithm was developed for automated, computer-assisted oral cancer diagnosis using hyperspectral images of patients. In the developed system, the seven-way cross-validation technique was applied to the data given to the input layer of the CNN. Then, the first stage training was conducted with convoluational pooling and maximum pooling. The data were then classified by applying SVM classification, DBN and deep regression techniques. In the implementation of the algorithm, 500 image sets were used. The system has classified malignant and benign tumors. The proposed design achieved 91.4% accuracy. The system has also classified malignant tumor and precancerous tumor. The success rate in this is 91.56%. The developed system achieved an accuracy of 94.5 compared to the other basic classifier system. With the Deep CNN training suggested in this study, it was possible to classify the tumor as benign or malignant without the need for expert knowledge. The structure related to the system is shown in Figure 3 [9]. Figure 3 Architectural structure of the designed system [9] According to Basaran et al. In his study [10], AlexNet, VGG16, VGG19, GoogLeNet, ResNet18, ResNet50, ResNet101 architectures were studied in the designed system. Experimental studies of the system were done with MATLAB R2019a software. First, the images were evaluated by 3 experts and labeled. Disease classification was made using 598 middle ear otoscope images. 70% of the images are reserved for training and 30% for testing. Training is completed in 1152 iterations. Stochastic gradient descent algorithm was used for optimization. Classification was made using 7 different CNN algorithms. The highest accuracy rate was achieved with the VGG16 algorithm. The accuracy rates of the algorithms are shown in Table 2. Table 2 Accuracy Rates of CNN Architectures [10] As a result, it has been revealed that the diagnosis of chronic otitis media can be made successfully using CNN algorithms. The highest success rate was 97, 2067%. [10]. IV. CONCLUSION In this study, important manuscripts published in health related to CNN were examined. It has been seen that there are a lot of deep learning-based studies for the automatic detection of diseased regions from health images. Generally, it was seen that 2/3 of the
  • 4. International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD49156 | Volume – 6 | Issue – 2 | Jan-Feb 2022 Page 82 data was reserved for training and 1/3 for testing. It has been seen that the number of data sets should be higher for better training. The data were brought into ready-to-use form and optimized. Diseased areas were determined manually by experts on the image. Popular CNN architectures were used in the designed systems. The results were evaluated and it was seen that successful classification could be made. It has been shown that using the methods suggested in Health images can help doctors diagnose diseases and reduce their workload. It has been understood that the systems to be designed in the future can be more successful and can diagnose without experts. REFERENCES [1] H. Ucuzal, “Yapay zekâya dayalı anlamsal video işleme yöntemlerinin tıpta kullanılabilirliğinin araştırılması.” İnönü Üniversitesi Sağlık Bilimleri Enstitüsü, 2020. [2] O. Abdel-Hamid, L. Deng, and D. Yu, “Exploring convolutional neural network structures and optimization techniques for speech recognition.,” in Interspeech, 2013, vol. 11, pp. 73–75. [3] P. Kim, “Convolutional neural network,” in MATLAB deep learning, Springer, 2017, pp. 121–147. [4] T. Ergin, “Neural Network-Convnet-CNN nedir? Nasıl çalışır?,” medium.com, 2018. https://medium.com/@tuncerergin/convolution al-neural-network-convnet-yada-cnn-nedir- nasil-calisir-97a0f5d34cad (accessed Dec. 28, 2021). [5] Z. Arabasadi, R. Alizadehsani, M. Roshanzamir, H. Moosaei, and A. A. Yarifard, “Computer aided decision making for heart disease detection using hybrid neural network- Genetic algorithm,” Comput. Methods Programs Biomed., vol. 141, pp. 19–26, 2017. [6] M. Uçar and E. Uçar, “Computer-aided detection of lung nodules in chest X-rays using deep convolutional neural networks,” 2019. [7] A. Arı and D. Hanbay, “Tumor detection in MR images of regional convolutional neural networks,” J. Fac. Eng. Archit. Gazi Univ., vol. 34, no. 3, pp. 1395–1408, 2019. [8] M. V Rajee and C. Mythili, “Gender classification on digital dental x-ray images using deep convolutional neural network,” Biomed. Signal Process. Control, vol. 69, p. 102939, 2021. [9] P. R. Jeyaraj and E. R. S. Nadar, “Computer- assisted medical image classification for early diagnosis of oral cancer employing deep learning algorithm,” J. Cancer Res. Clin. Oncol., vol. 145, no. 4, pp. 829–837, 2019. [10] E. BAŞARAN, Z. CÖMERT, A. SENGUR, Ü. BUDAK, Y. CELIK, and M. TOĞAÇAR, “Normal ve Kronik Hastalıklı Orta Kulak İmgelerinin Evrişimsel Sinir Ağları Yöntemiyle Tespit Edilmesi,” Türkiye Bilişim Vakfı Bilgi. Bilim. ve Mühendisliği Derg., vol. 13, no. 1, pp. 1–10, 2020.