SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 70
Pneumonia Detection System using AI
1Neha Kudu, 2Manasi Sherkhane, 3Omkar Wadekar, 4Ritesh Rahatal
1,2,3,4Department of Information Technology, Vidyalankar Institute of Technology, Mumbai, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract— Pneumonia is known as one of the most life-
threatening diseases in the world which affects the lung(s) of
humans and is known as one of the leading causes of death in
India. Roughly 33% of the deaths in India are caused as a result
of pneumonia and as reported by the World Health
Organization (WHO). Currently pneumonia is diagnosed using a
Chest X-Ray image which is then evaluated by an expert
radiotherapist. This process is quiet exerting and travail and it
often leads to a difference in opinion among the experts. Thus
developing a solitary system would be beneficial for
identification, preventing further transmission and treatment in
remote areas. This system proposes a cnn model which has
been trained from scratch and that will classify and also detect
the presence of pneumonia from a dataset of chest X-ray
images. For this system the cnn model would extract features
from a given dataset of chest X-ray image and then classify it to
work it out if an individual is infected with pneumonia or not.
Keywords—Pneumonia, Chest X-ray images, Deep learning,
convolutional Neural Network.
I. INTRODUCTION
Pneumonia is a disease that disturbs the alveoli of the lungs and
has a mortal account which accounts to about 16% of the world
deaths [1], being the world's leading cause for deaths among
many children. Pneumonia is responsible for almost 127,000
deaths in India the numbers are rising due to the spread of
novel coronavirus. The risk of pneumonia is quite high,
especially in developing countries where billions of people live
in energy poverty and rely on polluting energy sources. Each
year, nearly 4 million people die prematurely as a result of
diseases related by indoor air pollution, such as pneumonia,
according to the World Health Organization. On a yearly basis,
about 150 million individuals, mostly children under the age of
five, become sick with pneumonia. Chest X-ray (CXR) is the
most suitable imaging modality to diagnose pneumonia among
others. Pneumonia manifests as an area or areas of increased
opacity on CXR. In the automated analysis and clinical diagnosis
of medical pictures, deep learning has played a critical role. In
particular, convolutional neural networks (CNN)-based
approaches have been effectively used to categorise illnesses
and detect aberrant areas or segment lesions in CXR pictures. A
chest x-ray is one of the most common medical methods used to
identify the illness.. As a focused beam of electrons known as x-
ray photons passes through the human tissues, a picture is
created on a metal surface known as photographic film. When a
radiologist examines chest X-rays for Pneumonia, he or she will
look for white spots in the lungs called infiltrates,
which suggest an infection. The restricted colour
palette of x-ray pictures consists of just black and white
colours, which has limitations for detecting whether an
infected region in the lungs exists.
II. LITERATURE SURVEY
The latest improvements in the field of Machine
Learning and AI mainly due to large scale usage of
Convolutional Neural Networks (CNNs) and the
availability of free dataset. That was once considered to
be very rare and has assisted various algorithms to
perform much better that was not considered to be a
commonplace a few years ago. The automated
diagnosis of varied diseases has received a high
interest. The low performance of several CNN models
on diverse abnormalities proves that a single model
cannot be used for all the purposes. So for a better
exploration of machine learning in the chest screening,
Wang et al. (2017) [2] released a larger dataset of
frontal chest X-Rays.
Huang et al. [3] adopted deep learning techniques.
Performance of different variants of Convolutional
Neural Networks for abnormality detection in chest X-
Rays was then proposed by Islam et al. using the
publicly available OpenI dataset for the better
exploration of machine learning in chest screening.
Cicero et al. discussed the training and validation of
CNNs with modest-sized medical data to detect
pathology in 2017 [4]. Ma et al. presented a survey on
deep learning for pulmonary medical imaging in 2019
[5]. Jaiswal et al. from University of Bedfordshire
described an approach based on deep learning for
identifying pneumonia in chest X-way in 2019 [6].
In recent times, Pranav Rajpurkar, Jeremy Irvin, et al.
(2017) [7] explored the dataset for detecting
pneumonia at a level far better than radiologists, they
referred their model as ChexNet that uses DenseNet-
121 layer architecture for detecting all the 14 diseases
from a lot of 112,200 images that are available in the
dataset. After the CheXNet [7] model, Benjamin Antin et
al. (2017) [8] worked on the same dataset and
proposed a logistic regression model for detecting
pneumonia.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 71
Okeke Stephen, Mangal Sain , Uchenna, and Do-Un Jeong In [9]
proposed a cnn model that's trained from scratch to classify and
to detect the presence of pneumonia from a collection of chest
X-ray image dataset. Unlike other methods that rely only on
transfer learning approaches to realize an
interesting classification performance, they constructed a
convolutional neural network model from scratch that extract
features from a given chest X-ray image and classify it to work
out if an individual is infected with pneumonia. This model
could help mitigate the reliability and interpretability
challenges often faced when handling medical imagery.
III. PROPOSED SYSTEM
This method presents a convolutional neural network model
that can identify and detect the presence of pneumonia from a
set of chest X-ray image samples after being trained from
scratch. In our model, we'll use the data from x-ray pictures.
We'll build a convolutional neural network model from the
ground up to extract characteristics from a chest X-ray picture
and then categorize it to see if a person has pneumonia or not.
Parts of the lungs afflicted by pneumonia would be recognized
using computer vision.
This research proposes an optimal approach for detecting
pneumonia using chest X-rays.
IV. METHODOLOGY
In our model, we'll use the data from x-ray pictures. Parts of the
lungs afflicted by pneumonia would be recognised using
computer vision. This research proposes an optimal approach
for detecting pneumonia using chest X-rays. Our approach is
based on a chest X-ray picture collection. The proposed
pneumonia detection system uses the Custom Sequential Model.
The aforementioned model's design has been broken down into
three traditional stages: preprocessing, augmentation, and
classification.
A. DATASET
Chest Radiograph x-ray (CXR) pictures were collected from the
Kaggle website for this research. The dataset is categorized into
four major folders: training, testing, and validation, with two
subfolders for pneumonia (P) and normal (N) chest X-ray
pictures in each of them. There are a total of 5,856 X-ray images
of chests, with 4,273 Pneumonia photos and 1,583 Normal
images.
B. CONVOLUTIONAL NEURAL NETWORK
Convolutional neural networks (CNNs, or ConvNets) are a type
of deep neural network used to analyse visual images. CNN is a
form of deep neural network (DNN) that specialises in image
processing and achieves better illness diagnosis accuracy than
previous techniques. It's frequently utilised in
computer vision applications including clustering,
object recognition, and picture classification as a result.
It's a Deep Learning system that can take an image as
an input, assign significance to distinct parts of the
picture, and distinguish between them. CNN models
include AlexNet, VGG-Net, GoogleNet, and ResNet. The
number of convolution layers implemented in each of
these models is varied. The more convolution layers in
a CNN model, the better the classification accuracy.
CNN employs a minimal amount of pre-processing in
comparison to other image classification methods. This
implies the network will learn the filters that were
previously hand-engineered in traditional methods.
The ability to develop features without relying on past
knowledge or skilled effort is a significant benefit.
C. PREPROCESSING AND AUGMENTATION
In most picture classification applications, the major
aim of utilizing a Convolutional Neural Network is to
minimize the computational complexity of the model,
which is likely to rise if the input is taken as images. To
decrease expensive calculation and speed up
processing, the original 3-channel pictures will be
reduced from 1024 × 1024 to 224 × 224 pixels.
V. ALGORITHM
Loading the dataset.
The dataset is divided into 3 folders: train, test, and val,
with subfolders for each visual category (pneumonia
and normal).
Data visualization and pre-processing.
The data seems to be imbalanced therefore to increase
the number of training examples we shall use data
augmentation.
Matplot is used for previewing the images and dividing
it into 20X20 squares. We will perform a grayscale
normalization for reducing the effect of illumination's
differences. Here we would be normalizing the data by
dividing it by 255 as it’s the maximum pixel of an
image.
Data augmentation.
We need to artificially increase our dataset to prevent
the overfitting problem. To recreate the variances, the
answer is to change the training data using minor
modifications. Horizontal flips, grayscales, random cuts,
rotations, and other data augmentation techniques are
some of the most common. We can simply increase the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 72
number of training instances by using a few of these
modification strategies to our training data.
Training the model
The experiments were performed on the NVIDIA GeForce GTX
1660 Super configuration. With Cuda acceleration, processing
32 images per batch, the initial learning rate is set to 0. 000001,
and the 12 epochs and the classification uses the binary cross-
entropy (CE) loss function.
Analysis after model training
Precision is the ratio between the True Positives and all the
Positives. For our problem statement, that would be the
measure of patients that we correctly identify having a
Pneumonia out of all the patients actually having it.
Mathematically:
Precision -
Recall is the measure of our model correctly identifying True
Positives. Thus, for all the patients who actually have heart
disease, recall tells us how many we correctly identified as
having a heart disease. Mathematically:
Recall -
Accuracy is the ratio of the total number of correct predictions
and the total number of predictions
Accuracy-
Role of the F1-Score
F1-score is the Harmonic mean of the Precision and Recall:
F1-Score – 2 *
VI. CONCLUSION
To a certain extent, machines can emulate humans. As a result,
even the most sophisticated computers and technology cannot
always completely replace the function of experts in a certain
sector. Although the presence of itinerant medical professionals
is required, the presence of experienced radiologists is
unavoidable thanks to the advancement of AI technology. Early
diagnosis of pneumonia can save a lot of lives and lessen the
strain on our healthcare system.
A model has been presented that identifies all positive
and negative pneumonia data from a set of X-ray
pictures. This technology will assist medical staff in
making real-time decisions.
REFRENCES
[1] WHO, “World pneumonia day”, 2018.
[2] Xiaosong Wang, Yifan Peng, Le Lu, Zhiyong Lu, and
Ronald M Summers, “Chest x-ray8: Hospital-scale chest
x-ray database and benchmarks on weakly-supervised
classification and localization of the common lung
diseases,” 2017.
[3] Ahmed Tahseen Minhaz, and Khalid Ashraf,
“Abnormality detection and localization in chest x-rays
using deep convolutional neural networks,” 2017 .
[4] A. Bilbily, M. Cicero et al., “Training and validating a
deep convolutional neural network for computer-aided
detection and classification of abnormalities on frontal
chest radiographs,” 2017
[5] J. Ma, Y. Song, X. Tian, Y. Hua, R. Zhang, “Survey on
deep learning for pulmonary medical imaging,” Front
Medicine, vol. 14, no. 4, 2019.
[6] P. Tiwari, D. Gupta, A. K. Jaiswal, S. Kumar, A.
Khanna, “Identifying pneumonia in chest X-rays: a
deep learning approach,” Measurement, vol. 145, pp.
511–518, 2019.
[7] Brandon Yang, Jeremy Irvin, Pranav Rajpurkar,
Hershel Mehta, Daisy Ding, Katie Shpanskaya, and
others, “CheXnet: Radiologist-level pneumonia
detection on chest xrays with Deep Learning,” 2017.
[8] Joshua Kravitz, Benjamin Antin, and Emil Martayan,
“Detecting Pneumonia in Chest X-Rays with Supervised
Learning,” 2017.
[9] Okele Stephen, ”An Efficient Deep Learning
Approach to Pneumonia Classification in Healthcare,”
2019

More Related Content

What's hot

Information retrieval dynamic indexing
Information retrieval dynamic indexingInformation retrieval dynamic indexing
Information retrieval dynamic indexingNadia Nahar
 
Lung Cancer Detection using transfer learning.pptx.pdf
Lung Cancer Detection using transfer learning.pptx.pdfLung Cancer Detection using transfer learning.pptx.pdf
Lung Cancer Detection using transfer learning.pptx.pdfjagan477830
 
Analysis and Prediction of Diabetes Diseases using Machine Learning Algorithm...
Analysis and Prediction of Diabetes Diseases using Machine Learning Algorithm...Analysis and Prediction of Diabetes Diseases using Machine Learning Algorithm...
Analysis and Prediction of Diabetes Diseases using Machine Learning Algorithm...IRJET Journal
 
Image Classification using deep learning
Image Classification using deep learning Image Classification using deep learning
Image Classification using deep learning Asma-AH
 
Comparative studies on detecting abusive language on twitter
Comparative studies on detecting abusive language on twitterComparative studies on detecting abusive language on twitter
Comparative studies on detecting abusive language on twitterNAVER Engineering
 
A survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applicationsA survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applicationsJoseph Paul Cohen PhD
 
Lung Cancer Prediction using Image Classification
Lung Cancer Prediction using Image ClassificationLung Cancer Prediction using Image Classification
Lung Cancer Prediction using Image ClassificationShreshth Saxena
 
Covid 19 diagnosis using x-ray images and deep learning
Covid 19 diagnosis using x-ray images and deep learningCovid 19 diagnosis using x-ray images and deep learning
Covid 19 diagnosis using x-ray images and deep learningShamik Tiwari
 
Toxic Comment Classification
Toxic Comment ClassificationToxic Comment Classification
Toxic Comment Classificationijtsrd
 
Covid-19 Detection using Chest X-Ray Images
Covid-19 Detection using Chest X-Ray ImagesCovid-19 Detection using Chest X-Ray Images
Covid-19 Detection using Chest X-Ray ImagesIRJET Journal
 
Image classification with Deep Neural Networks
Image classification with Deep Neural NetworksImage classification with Deep Neural Networks
Image classification with Deep Neural NetworksYogendra Tamang
 
Predicting Diabetes Using Machine Learning
Predicting Diabetes Using Machine LearningPredicting Diabetes Using Machine Learning
Predicting Diabetes Using Machine LearningJohn Alex
 
Federated learning
Federated learningFederated learning
Federated learningMindos Cheng
 
Detect COVID-19 with Deep Learning- A survey on Deep Learning for Pulmonary M...
Detect COVID-19 with Deep Learning- A survey on Deep Learning for Pulmonary M...Detect COVID-19 with Deep Learning- A survey on Deep Learning for Pulmonary M...
Detect COVID-19 with Deep Learning- A survey on Deep Learning for Pulmonary M...JumanaNadir
 
Pneumonia Detection using CNN
Pneumonia Detection using CNNPneumonia Detection using CNN
Pneumonia Detection using CNNYashIyengar
 
Object Detection using Deep Neural Networks
Object Detection using Deep Neural NetworksObject Detection using Deep Neural Networks
Object Detection using Deep Neural NetworksUsman Qayyum
 

What's hot (20)

Information retrieval dynamic indexing
Information retrieval dynamic indexingInformation retrieval dynamic indexing
Information retrieval dynamic indexing
 
Lung Cancer Detection using transfer learning.pptx.pdf
Lung Cancer Detection using transfer learning.pptx.pdfLung Cancer Detection using transfer learning.pptx.pdf
Lung Cancer Detection using transfer learning.pptx.pdf
 
Analysis and Prediction of Diabetes Diseases using Machine Learning Algorithm...
Analysis and Prediction of Diabetes Diseases using Machine Learning Algorithm...Analysis and Prediction of Diabetes Diseases using Machine Learning Algorithm...
Analysis and Prediction of Diabetes Diseases using Machine Learning Algorithm...
 
Image Classification using deep learning
Image Classification using deep learning Image Classification using deep learning
Image Classification using deep learning
 
Deep Learning for Computer Vision: Medical Imaging (UPC 2016)
Deep Learning for Computer Vision: Medical Imaging (UPC 2016)Deep Learning for Computer Vision: Medical Imaging (UPC 2016)
Deep Learning for Computer Vision: Medical Imaging (UPC 2016)
 
Comparative studies on detecting abusive language on twitter
Comparative studies on detecting abusive language on twitterComparative studies on detecting abusive language on twitter
Comparative studies on detecting abusive language on twitter
 
A survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applicationsA survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applications
 
Lung Cancer Prediction using Image Classification
Lung Cancer Prediction using Image ClassificationLung Cancer Prediction using Image Classification
Lung Cancer Prediction using Image Classification
 
Covid 19 diagnosis using x-ray images and deep learning
Covid 19 diagnosis using x-ray images and deep learningCovid 19 diagnosis using x-ray images and deep learning
Covid 19 diagnosis using x-ray images and deep learning
 
Toxic Comment Classification
Toxic Comment ClassificationToxic Comment Classification
Toxic Comment Classification
 
Covid-19 Detection using Chest X-Ray Images
Covid-19 Detection using Chest X-Ray ImagesCovid-19 Detection using Chest X-Ray Images
Covid-19 Detection using Chest X-Ray Images
 
Image classification with Deep Neural Networks
Image classification with Deep Neural NetworksImage classification with Deep Neural Networks
Image classification with Deep Neural Networks
 
Detection of Malarial Parasite in Blood Using Image Processing
Detection of Malarial Parasite in Blood Using Image ProcessingDetection of Malarial Parasite in Blood Using Image Processing
Detection of Malarial Parasite in Blood Using Image Processing
 
Predicting Diabetes Using Machine Learning
Predicting Diabetes Using Machine LearningPredicting Diabetes Using Machine Learning
Predicting Diabetes Using Machine Learning
 
Federated learning
Federated learningFederated learning
Federated learning
 
Detect COVID-19 with Deep Learning- A survey on Deep Learning for Pulmonary M...
Detect COVID-19 with Deep Learning- A survey on Deep Learning for Pulmonary M...Detect COVID-19 with Deep Learning- A survey on Deep Learning for Pulmonary M...
Detect COVID-19 with Deep Learning- A survey on Deep Learning for Pulmonary M...
 
Learning from imbalanced data
Learning from imbalanced data Learning from imbalanced data
Learning from imbalanced data
 
Pneumonia Detection using CNN
Pneumonia Detection using CNNPneumonia Detection using CNN
Pneumonia Detection using CNN
 
Fingerprints recognition
Fingerprints recognitionFingerprints recognition
Fingerprints recognition
 
Object Detection using Deep Neural Networks
Object Detection using Deep Neural NetworksObject Detection using Deep Neural Networks
Object Detection using Deep Neural Networks
 

Similar to Pneumonia Detection System using AI

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
 
Deep Learning Approach for Unprecedented Lung Disease Prognosis
Deep Learning Approach for Unprecedented Lung Disease PrognosisDeep Learning Approach for Unprecedented Lung Disease Prognosis
Deep Learning Approach for Unprecedented Lung Disease PrognosisIRJET Journal
 
Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...
Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...
Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...IRJET 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
 
Pneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network WritersPneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network WritersIRJET 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
 
APPLICATION OF CNN MODEL ON MEDICAL IMAGE
APPLICATION OF CNN MODEL ON MEDICAL IMAGEAPPLICATION OF CNN MODEL ON MEDICAL IMAGE
APPLICATION OF CNN MODEL ON MEDICAL IMAGEIRJET 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
 
Study and Analysis of Different CNN Architectures by Detecting Covid- 19 and ...
Study and Analysis of Different CNN Architectures by Detecting Covid- 19 and ...Study and Analysis of Different CNN Architectures by Detecting Covid- 19 and ...
Study and Analysis of Different CNN Architectures by Detecting Covid- 19 and ...IRJET Journal
 
Presentation MINI.pptx djreheukuyegyejej
Presentation MINI.pptx djreheukuyegyejejPresentation MINI.pptx djreheukuyegyejej
Presentation MINI.pptx djreheukuyegyejejpadamsravan8
 
A REVIEW PAPER ON PULMONARY NODULE DETECTION
A REVIEW PAPER ON PULMONARY NODULE DETECTIONA REVIEW PAPER ON PULMONARY NODULE DETECTION
A REVIEW PAPER ON PULMONARY NODULE DETECTIONIRJET 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 tumorVenkat Projects
 
X-Ray Disease Identifier
X-Ray Disease IdentifierX-Ray Disease Identifier
X-Ray Disease IdentifierIRJET Journal
 
IRJET - Detecting Pneumonia from Chest X-Ray Images using Committee Machine
IRJET - Detecting Pneumonia from Chest X-Ray Images using Committee MachineIRJET - Detecting Pneumonia from Chest X-Ray Images using Committee Machine
IRJET - Detecting Pneumonia from Chest X-Ray Images using Committee MachineIRJET Journal
 
Breast cancer detection using ensemble of convolutional neural networks
Breast cancer detection using ensemble of convolutional neural networksBreast cancer detection using ensemble of convolutional neural networks
Breast cancer detection using ensemble of convolutional neural networksIJECEIAES
 
Computer-aided diagnostic system kinds and pulmonary nodule detection efficacy
Computer-aided diagnostic system kinds and pulmonary nodule  detection efficacyComputer-aided diagnostic system kinds and pulmonary nodule  detection efficacy
Computer-aided diagnostic system kinds and pulmonary nodule detection efficacyIJECEIAES
 
Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...CSCJournals
 
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET Journal
 
Deep Learning-based Diagnosis of Pneumonia using X-Ray Scans
Deep Learning-based Diagnosis of Pneumonia using X-Ray ScansDeep Learning-based Diagnosis of Pneumonia using X-Ray Scans
Deep Learning-based Diagnosis of Pneumonia using X-Ray ScansIRJET Journal
 

Similar to Pneumonia Detection System using AI (20)

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...
 
Deep Learning Approach for Unprecedented Lung Disease Prognosis
Deep Learning Approach for Unprecedented Lung Disease PrognosisDeep Learning Approach for Unprecedented Lung Disease Prognosis
Deep Learning Approach for Unprecedented Lung Disease Prognosis
 
Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...
Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...
Deep Learning for Pneumonia Diagnosis: A Comprehensive Analysis of CNN and Tr...
 
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
 
x-RAYS PROJECT
x-RAYS PROJECTx-RAYS PROJECT
x-RAYS PROJECT
 
Pneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network WritersPneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network Writers
 
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
 
APPLICATION OF CNN MODEL ON MEDICAL IMAGE
APPLICATION OF CNN MODEL ON MEDICAL IMAGEAPPLICATION OF CNN MODEL ON MEDICAL IMAGE
APPLICATION OF CNN MODEL ON MEDICAL IMAGE
 
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
 
Study and Analysis of Different CNN Architectures by Detecting Covid- 19 and ...
Study and Analysis of Different CNN Architectures by Detecting Covid- 19 and ...Study and Analysis of Different CNN Architectures by Detecting Covid- 19 and ...
Study and Analysis of Different CNN Architectures by Detecting Covid- 19 and ...
 
Presentation MINI.pptx djreheukuyegyejej
Presentation MINI.pptx djreheukuyegyejejPresentation MINI.pptx djreheukuyegyejej
Presentation MINI.pptx djreheukuyegyejej
 
A REVIEW PAPER ON PULMONARY NODULE DETECTION
A REVIEW PAPER ON PULMONARY NODULE DETECTIONA REVIEW PAPER ON PULMONARY NODULE DETECTION
A REVIEW PAPER ON PULMONARY NODULE DETECTION
 
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
 
X-Ray Disease Identifier
X-Ray Disease IdentifierX-Ray Disease Identifier
X-Ray Disease Identifier
 
IRJET - Detecting Pneumonia from Chest X-Ray Images using Committee Machine
IRJET - Detecting Pneumonia from Chest X-Ray Images using Committee MachineIRJET - Detecting Pneumonia from Chest X-Ray Images using Committee Machine
IRJET - Detecting Pneumonia from Chest X-Ray Images using Committee Machine
 
Breast cancer detection using ensemble of convolutional neural networks
Breast cancer detection using ensemble of convolutional neural networksBreast cancer detection using ensemble of convolutional neural networks
Breast cancer detection using ensemble of convolutional neural networks
 
Computer-aided diagnostic system kinds and pulmonary nodule detection efficacy
Computer-aided diagnostic system kinds and pulmonary nodule  detection efficacyComputer-aided diagnostic system kinds and pulmonary nodule  detection efficacy
Computer-aided diagnostic system kinds and pulmonary nodule detection efficacy
 
Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...
 
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting PneumoniaIRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
IRJET- A Survey on Medical Image Interpretation for Predicting Pneumonia
 
Deep Learning-based Diagnosis of Pneumonia using X-Ray Scans
Deep Learning-based Diagnosis of Pneumonia using X-Ray ScansDeep Learning-based Diagnosis of Pneumonia using X-Ray Scans
Deep Learning-based Diagnosis of Pneumonia using X-Ray Scans
 

More from IRJET Journal

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

More from IRJET Journal (20)

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

Recently uploaded

fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptAfnanAhmad53
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)ChandrakantDivate1
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementDr. Deepak Mudgal
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesRashidFaridChishti
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Ramkumar k
 
Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257subhasishdas79
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsmeharikiros2
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...HenryBriggs2
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxMustafa Ahmed
 

Recently uploaded (20)

fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systems
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 

Pneumonia Detection System using AI

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 70 Pneumonia Detection System using AI 1Neha Kudu, 2Manasi Sherkhane, 3Omkar Wadekar, 4Ritesh Rahatal 1,2,3,4Department of Information Technology, Vidyalankar Institute of Technology, Mumbai, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract— Pneumonia is known as one of the most life- threatening diseases in the world which affects the lung(s) of humans and is known as one of the leading causes of death in India. Roughly 33% of the deaths in India are caused as a result of pneumonia and as reported by the World Health Organization (WHO). Currently pneumonia is diagnosed using a Chest X-Ray image which is then evaluated by an expert radiotherapist. This process is quiet exerting and travail and it often leads to a difference in opinion among the experts. Thus developing a solitary system would be beneficial for identification, preventing further transmission and treatment in remote areas. This system proposes a cnn model which has been trained from scratch and that will classify and also detect the presence of pneumonia from a dataset of chest X-ray images. For this system the cnn model would extract features from a given dataset of chest X-ray image and then classify it to work it out if an individual is infected with pneumonia or not. Keywords—Pneumonia, Chest X-ray images, Deep learning, convolutional Neural Network. I. INTRODUCTION Pneumonia is a disease that disturbs the alveoli of the lungs and has a mortal account which accounts to about 16% of the world deaths [1], being the world's leading cause for deaths among many children. Pneumonia is responsible for almost 127,000 deaths in India the numbers are rising due to the spread of novel coronavirus. The risk of pneumonia is quite high, especially in developing countries where billions of people live in energy poverty and rely on polluting energy sources. Each year, nearly 4 million people die prematurely as a result of diseases related by indoor air pollution, such as pneumonia, according to the World Health Organization. On a yearly basis, about 150 million individuals, mostly children under the age of five, become sick with pneumonia. Chest X-ray (CXR) is the most suitable imaging modality to diagnose pneumonia among others. Pneumonia manifests as an area or areas of increased opacity on CXR. In the automated analysis and clinical diagnosis of medical pictures, deep learning has played a critical role. In particular, convolutional neural networks (CNN)-based approaches have been effectively used to categorise illnesses and detect aberrant areas or segment lesions in CXR pictures. A chest x-ray is one of the most common medical methods used to identify the illness.. As a focused beam of electrons known as x- ray photons passes through the human tissues, a picture is created on a metal surface known as photographic film. When a radiologist examines chest X-rays for Pneumonia, he or she will look for white spots in the lungs called infiltrates, which suggest an infection. The restricted colour palette of x-ray pictures consists of just black and white colours, which has limitations for detecting whether an infected region in the lungs exists. II. LITERATURE SURVEY The latest improvements in the field of Machine Learning and AI mainly due to large scale usage of Convolutional Neural Networks (CNNs) and the availability of free dataset. That was once considered to be very rare and has assisted various algorithms to perform much better that was not considered to be a commonplace a few years ago. The automated diagnosis of varied diseases has received a high interest. The low performance of several CNN models on diverse abnormalities proves that a single model cannot be used for all the purposes. So for a better exploration of machine learning in the chest screening, Wang et al. (2017) [2] released a larger dataset of frontal chest X-Rays. Huang et al. [3] adopted deep learning techniques. Performance of different variants of Convolutional Neural Networks for abnormality detection in chest X- Rays was then proposed by Islam et al. using the publicly available OpenI dataset for the better exploration of machine learning in chest screening. Cicero et al. discussed the training and validation of CNNs with modest-sized medical data to detect pathology in 2017 [4]. Ma et al. presented a survey on deep learning for pulmonary medical imaging in 2019 [5]. Jaiswal et al. from University of Bedfordshire described an approach based on deep learning for identifying pneumonia in chest X-way in 2019 [6]. In recent times, Pranav Rajpurkar, Jeremy Irvin, et al. (2017) [7] explored the dataset for detecting pneumonia at a level far better than radiologists, they referred their model as ChexNet that uses DenseNet- 121 layer architecture for detecting all the 14 diseases from a lot of 112,200 images that are available in the dataset. After the CheXNet [7] model, Benjamin Antin et al. (2017) [8] worked on the same dataset and proposed a logistic regression model for detecting pneumonia.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 71 Okeke Stephen, Mangal Sain , Uchenna, and Do-Un Jeong In [9] proposed a cnn model that's trained from scratch to classify and to detect the presence of pneumonia from a collection of chest X-ray image dataset. Unlike other methods that rely only on transfer learning approaches to realize an interesting classification performance, they constructed a convolutional neural network model from scratch that extract features from a given chest X-ray image and classify it to work out if an individual is infected with pneumonia. This model could help mitigate the reliability and interpretability challenges often faced when handling medical imagery. III. PROPOSED SYSTEM This method presents a convolutional neural network model that can identify and detect the presence of pneumonia from a set of chest X-ray image samples after being trained from scratch. In our model, we'll use the data from x-ray pictures. We'll build a convolutional neural network model from the ground up to extract characteristics from a chest X-ray picture and then categorize it to see if a person has pneumonia or not. Parts of the lungs afflicted by pneumonia would be recognized using computer vision. This research proposes an optimal approach for detecting pneumonia using chest X-rays. IV. METHODOLOGY In our model, we'll use the data from x-ray pictures. Parts of the lungs afflicted by pneumonia would be recognised using computer vision. This research proposes an optimal approach for detecting pneumonia using chest X-rays. Our approach is based on a chest X-ray picture collection. The proposed pneumonia detection system uses the Custom Sequential Model. The aforementioned model's design has been broken down into three traditional stages: preprocessing, augmentation, and classification. A. DATASET Chest Radiograph x-ray (CXR) pictures were collected from the Kaggle website for this research. The dataset is categorized into four major folders: training, testing, and validation, with two subfolders for pneumonia (P) and normal (N) chest X-ray pictures in each of them. There are a total of 5,856 X-ray images of chests, with 4,273 Pneumonia photos and 1,583 Normal images. B. CONVOLUTIONAL NEURAL NETWORK Convolutional neural networks (CNNs, or ConvNets) are a type of deep neural network used to analyse visual images. CNN is a form of deep neural network (DNN) that specialises in image processing and achieves better illness diagnosis accuracy than previous techniques. It's frequently utilised in computer vision applications including clustering, object recognition, and picture classification as a result. It's a Deep Learning system that can take an image as an input, assign significance to distinct parts of the picture, and distinguish between them. CNN models include AlexNet, VGG-Net, GoogleNet, and ResNet. The number of convolution layers implemented in each of these models is varied. The more convolution layers in a CNN model, the better the classification accuracy. CNN employs a minimal amount of pre-processing in comparison to other image classification methods. This implies the network will learn the filters that were previously hand-engineered in traditional methods. The ability to develop features without relying on past knowledge or skilled effort is a significant benefit. C. PREPROCESSING AND AUGMENTATION In most picture classification applications, the major aim of utilizing a Convolutional Neural Network is to minimize the computational complexity of the model, which is likely to rise if the input is taken as images. To decrease expensive calculation and speed up processing, the original 3-channel pictures will be reduced from 1024 × 1024 to 224 × 224 pixels. V. ALGORITHM Loading the dataset. The dataset is divided into 3 folders: train, test, and val, with subfolders for each visual category (pneumonia and normal). Data visualization and pre-processing. The data seems to be imbalanced therefore to increase the number of training examples we shall use data augmentation. Matplot is used for previewing the images and dividing it into 20X20 squares. We will perform a grayscale normalization for reducing the effect of illumination's differences. Here we would be normalizing the data by dividing it by 255 as it’s the maximum pixel of an image. Data augmentation. We need to artificially increase our dataset to prevent the overfitting problem. To recreate the variances, the answer is to change the training data using minor modifications. Horizontal flips, grayscales, random cuts, rotations, and other data augmentation techniques are some of the most common. We can simply increase the
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 72 number of training instances by using a few of these modification strategies to our training data. Training the model The experiments were performed on the NVIDIA GeForce GTX 1660 Super configuration. With Cuda acceleration, processing 32 images per batch, the initial learning rate is set to 0. 000001, and the 12 epochs and the classification uses the binary cross- entropy (CE) loss function. Analysis after model training Precision is the ratio between the True Positives and all the Positives. For our problem statement, that would be the measure of patients that we correctly identify having a Pneumonia out of all the patients actually having it. Mathematically: Precision - Recall is the measure of our model correctly identifying True Positives. Thus, for all the patients who actually have heart disease, recall tells us how many we correctly identified as having a heart disease. Mathematically: Recall - Accuracy is the ratio of the total number of correct predictions and the total number of predictions Accuracy- Role of the F1-Score F1-score is the Harmonic mean of the Precision and Recall: F1-Score – 2 * VI. CONCLUSION To a certain extent, machines can emulate humans. As a result, even the most sophisticated computers and technology cannot always completely replace the function of experts in a certain sector. Although the presence of itinerant medical professionals is required, the presence of experienced radiologists is unavoidable thanks to the advancement of AI technology. Early diagnosis of pneumonia can save a lot of lives and lessen the strain on our healthcare system. A model has been presented that identifies all positive and negative pneumonia data from a set of X-ray pictures. This technology will assist medical staff in making real-time decisions. REFRENCES [1] WHO, “World pneumonia day”, 2018. [2] Xiaosong Wang, Yifan Peng, Le Lu, Zhiyong Lu, and Ronald M Summers, “Chest x-ray8: Hospital-scale chest x-ray database and benchmarks on weakly-supervised classification and localization of the common lung diseases,” 2017. [3] Ahmed Tahseen Minhaz, and Khalid Ashraf, “Abnormality detection and localization in chest x-rays using deep convolutional neural networks,” 2017 . [4] A. Bilbily, M. Cicero et al., “Training and validating a deep convolutional neural network for computer-aided detection and classification of abnormalities on frontal chest radiographs,” 2017 [5] J. Ma, Y. Song, X. Tian, Y. Hua, R. Zhang, “Survey on deep learning for pulmonary medical imaging,” Front Medicine, vol. 14, no. 4, 2019. [6] P. Tiwari, D. Gupta, A. K. Jaiswal, S. Kumar, A. Khanna, “Identifying pneumonia in chest X-rays: a deep learning approach,” Measurement, vol. 145, pp. 511–518, 2019. [7] Brandon Yang, Jeremy Irvin, Pranav Rajpurkar, Hershel Mehta, Daisy Ding, Katie Shpanskaya, and others, “CheXnet: Radiologist-level pneumonia detection on chest xrays with Deep Learning,” 2017. [8] Joshua Kravitz, Benjamin Antin, and Emil Martayan, “Detecting Pneumonia in Chest X-Rays with Supervised Learning,” 2017. [9] Okele Stephen, ”An Efficient Deep Learning Approach to Pneumonia Classification in Healthcare,” 2019