SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1493
Malaria Detection System Using Microscopic Blood Smear Image
Priya Singh, Priyanshu Singh, Rahul Sharma, Ragini, Saumya Gupta
Research Scholar, U.G. Student, U.G. Student, U.G. Student, U.G. Student
Department of Computer Science and Engineering
Greater Noida Institute of Technology (AKTU, Lucknow, U.P.) Greater Noida, U.P., India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The impact of malaria is very high all over the
world, according to the World Malaria Report 2021 published
by WHO, around 627000 malaria-related deaths were
reported in the previous year. Most of the malaria cases occur
in less economicallydevelopedcountries wheremedicaltesting
facilities are not good enough. The malaria screening process
requires microscope specialists to calculate malaria parasites
in red blood samples. The result of Malaria testing completely
depends on the microscopist and the Probability of human
error always exists. Therefore, to eliminate human error and
increase test speed, Machine Learning (ML) can be used to
automatically create a testing process. We used the
Convolutional Neural Network (CNN) to isolate blood cells as
parasitized or healthy. We use a wide range of ML strategies
such as data enhancement, familiarity, and map detection
features. Our model gained 95.70%accuracyattheend. Touse
the model easily, we designed a simple web app visual using
Flask. The application must be widely used, as itismainlyused
in low-economy developed countries. Therefore, this
application can be used on almost any device like a
smartphone, laptop, tablet, and other similar electronic
devices.
KEYWORDS: Convolutional Neural Network, Machine
Learning, Deep Learning, Rectified Linear Unit, User
Interface, World Health Organisation
1. INTRODUCTION
Malaria is, a mosquito-borne life-threatening disease, that
causes fever, vomiting, headaches, and fatigue; in severe
cases, it can cause coma or even death. There were around
627000 malaria-related deaths in the preceding year, as
mentioned in World Malaria Report 2021. Malaria canaffect
humans as well as other animals. Malaria is generally
transmitted by female Anopheles mosquitoes. Due to a
mosquito bite, the parasite is injected into the blood and
after some time it becomes more mature and the population
of parasites in the blood gets increases. Malaria is caused by
a single-celled virus called Plasmodium, five of which can
infect humans. Plasmodium falciparum is the most
dangerous and deadly among these species. Symptoms of
malaria are much similar to flu and generally appear in 6 to
30 days after the mosquito bite, but sometimesitcantakeup
to a year for symptoms to start. The preliminary signs of
malaria consist of a headache, sweats, fever, chills, muscle
aches or pains, vomiting, etc. At the start, those symptoms
can start moderate and can be hard to pick out as malaria. A
generally used procedure for testing Malaria is to examine
thin blood smears and search for infected cells. In Malaria
testing, we have to count the number of parasitized red
blood cells manually - sometimes up to 5,000 cellsaccording
to the WHO protocol [2]. To overcome the error probability
due to the manual process we decide to use Machine
learning to automate the testing process of Malaria.
According to WHO, a Quick andaccuratediagnosisof malaria
is necessary for effective disease management and
monitoring. Therefore, using AI to automate the testing
process plays a big role in accurately diagnosing malaria, as
it has many advantages over its manual counterparts [3].
There are several deep neural network architectures are
designed for malaria detection. In this project, we apply
Convolutional Neural Network (CNN) algorithms using
different pre-processing techniquessuchasstandardization,
normalization, and stain normalization to contribute to the
model having overall performance. In this red blood cell
smears images have been used directly asaninput,afterthat
deep learning is used for predicting malaria parasites. Again
several pre-processing and post-processing methods &
techniques are applied to maximize performance in an
unbiased test set.
2. LITERATURE REVIEW
Being a deadly and global disease, Malaria has been an
important focus of research and study in the last few years.
Some of the literaturerelatedtoMalariaanditsdetectionand
diagnosis that we studied are defined here –
 In literature [4], Dr. Peter Manescu from UCL
Computer Science explains that testing of malaria
blood samples using a microscope completely
depends on skilled technicians of microscope and it
also takes a lot of time and is open to human error
caused by workload pressure. But malaria
classification using machine learning allows more
patients to be tested in a shorter amount of time, as
the workload will be reduced for the microscopists.
Furthermore, reducing the workload will reducethe
costs of testing, thus making it more accessible to
remote areas.
 This study [5] reveals that many systems are
describing computerized image analysis methods
that typically include three main steps, In the first
pre-processing is done, in which the luminance of
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1494
the image is corrected and transformed into a
constant color space, In the next step, a histogram-
based image segmentation process was performed
which helps in avoidingmaximumartifactsandover-
stained objects, and in the last one, a neural network
algorithm was used for classifying objects.
 Another related, more accurate method of counting
blood cells using Python OpenCV is explored [6]. It
uses microscopic samples of blood to calculate the
number of cells. In this study, the images were
processed and a blood detection algorithm was used
to detect and differentiate RBCs from WBCs. Image
processing involves signal processing and
mathematical procedure. For counting the red blood
cells and white blood cells, Cell counting methods
have also been used.
 Another piece of Literature[7]proposesamethodfor
detectingparasitesbasedondigitalimageprocessing.
Thin blood smear images are used and the parasites
in the cells are identified using an image processing
approach.
 Ghana is one of the countries broadly affected by
malaria. In Ghana, around 5.9 Million [10] cases of
malaria were reported In the year 2020. This study
[8] looked at determining the extent to which
Hematological parameters and Demographic
characteristics cases could beusedtopredictMalaria
using logistic retrogression. The sensitivity and
specificity of the model were 77.4% and 75.7 %,
respectively, with a PPV and NPV of 52.72% and
90.51%, respectively.
3. METHODOLOGY
3.1 Deep Learning for Malaria Detection
At present time Deep learning is widely used in many
machine learning projects and image classification & video
recognition are very trendy nowadays. In this project, we
used a Convolutional Neural Network (CNN), a type of deep
neural network. it is one of the most considered algorithms
for research in the computer vision field because. The
convolutional layers present in the CNN model are able to
extract hidden and important features automatically. In the
next step, the extracted elements are transferred to a fully
connected neural network that enables the classification of
images by optimizing probability scores.ACNN Architecture
is shown in the following figure (Fig 1).
Fig 1 CNN Architecture
3.2 Dataset and its pre-processing
3.2.1 Dataset Collection
We have used a publicly available malaria dataset from the
Kaggle website[9]. There are 27,558 images in the dataset
with an equal number of normal and parasitized instances.
Parasitized Cell sample
Fig 2
Normal Cell sample
Fig 3
3.2.2 Data splitting
The dataset is split into two sets, namely, training and test
sets having a ratio of 80:20. We did thisusingtheScikit-learn
library popularly known as Sklearn. Scikit-learn is an open-
source library containing a lot of tools for machine learning
and statistical modeling.
3.2.3 Data processing
3.2.3.1 Stain Normalization
For the examination of malaria parasites from blood film
using a microscope, the thin blood films are prepared by
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1495
adding various chemical stains, such as Giemsa stain, and
Wright stains. Color variation occurs in the images because
the microscope specialist uses different chemical stains,
scanners, staining, and staining processes. Due to this
network can learn much more complex features, which
results in an increased error margin. This problem can be
solved using standardization and normalization of input
images.
3.2.3.2 Rescaling (Min-Max Normalization)
To achieve faster convergence, the patches of images were
rescaled to map the range of features from 0 to 1. In, the
original 8-bit RGB color images the value of the data point
can range from 0 to 255. Therefore, using the following
equation, we rescale our input data.
3.2.3.3 Standardization
Here the values of each feature in the data are rescaled to
have a mean of 0 and a standard deviation of 1
3.3 Model Configuration
Our CNN model has two fully connected dense layers and
three convolutional blocks. Fig. 4 shows the proposed CNN
model. Each convolutional block consistsofconvolution,max
pooling, and batch normalization layers.
Fig 4
3.4 Model Training
In the process of training the model, we performed the
following operation as shown in the following workflow
diagram (Fig 5).
Fig 5
The proposed CNN model is trained and evaluated on Google
Colab [11]. It is a cloud-basedJupyter notebookenvironment
available free of cost by Google but there is also a paid
version available known as ColabProthatgivesmoreoptions
and support. And for developing the web app, we have used
Visual Studio code.
4. RESULT
After performing training, using the model discussed above
wegot a training accuracy of 95.70%andwecanclassifycells
as infected or healthy as showninthefollowingimage(Fig6).
Fig 6
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1496
5. Conclusion
Malaria is one of the most common mosquito-borne diseases
and a major public health problem worldwide. The
preliminary signs of malaria consist of a headache, sweats,
fever, chills, muscle aches orpains, vomiting, etc. At the start,
those symptoms can start moderate and can be hard to pick
out as malaria. Currently, the standard method of diagnosing
malaria is to examine a blood smear Manually. Nowadays
Machine Learning, specifically Convolutional Neural
Networks (CNN) has been very effective at detecting malaria
parasites in blood cells. We train our model using the
methodsand techniques mentioned above,after training,we
successfully classified blood smear images as either healthy
or parasitized. we used some popular Machine Learning
libraries in Python in the process of training and got an
accuracy of 95.70. To assist the trained model, we have also
developed a web application using Flask (web framework).
In this case, Anyone can do some work in the future such as
exploring other existing or new machine learning methods
that can provide better accuracy, and there is no end to
research in Machine Learning.
REFERENCES
[1] World Health Organization, Malaria
https://www.who.int/teams/global-malaria-
programme/reports/world-malaria-report-2021
accessed on 9 April 2022.
[2] WorldHealthOrganizationhttps://www.who.int/news-
room/fact-sheets/detail/malaria accessed on 9 April
2022.
[3] World Health Organization, Malaria Diagnostic Rapid
Testhttps://www.who.int/activities/diagnostic-testing-
for-malaria accessed on 9 April 2022.
[4] University College London, “New deep learning
approach can diagnose malaria as well as human
experts,”25 April 2020
https://www.ucl.ac.uk/healthcare-
engineering/news/2020/apr/new-deep-learning-
approach-can-diagnose malaria-well-human-experts
(2020).
[5] Saeid Afkhami, Hassan RashidiHeram-Abadi.“Detection
of Malarial Parasite in Blood Images by two
classification Methods: Support Vector Machine (SVM)
and Artificial Neural Network (ANN)”,TheInternational
Journal of Computer and Information Technologies
(IJOCIT) www.ijocit.org/journal/v05_i02/IJOCIT-
V05I02P01.pdf (2017).
[6] R. J. Meimban, A. Ray Fernando, A. Monsura, J. Rañada,
and J. C. Apduhan, "Blood Cells Counting using Python
OpenCV," 2018 14th IEEE International Conference on
Signal Processing (ICSP), 2018, pp. 50-53, DOI:
10.1109/ICSP.2018.8652384 (2018).
[7] Bashir, A., Mustafa, Z. A., Abdelhameid, I., & Ibrahem, R.
“Detection of malaria parasites using digital image
processing”.2018 International Conference on
Computing and Electronics Engineering (ICCCCEE)
doi:10.1109/iccccee.2017.7867644 (2017).
[8] Ellis Kobina Paintsil, Akoto Yaw Omari-Sasu, Matthew
Glover Addo, and Maxwell Akwasi Boateng. Analysisof
Haematological Parameters as Predictors of Malaria
Infection Using a Logistic Regression Model: A Case
Study of a Hospital in the Ashanti Region of Ghana,
Hindawi Malaria Research and Treatment, Article
ID1486370
https://www.hindawi.com/journals/mrt/2019/148637
0/ (2019).

More Related Content

Similar to Malaria detection using deep learning

A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGA SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGIRJET Journal
 
Skin Disease Detection using Convolutional Neural Network
Skin Disease Detection using Convolutional Neural NetworkSkin Disease Detection using Convolutional Neural Network
Skin Disease Detection using Convolutional Neural NetworkIRJET Journal
 
RICE LEAF DISEASES CLASSIFICATION USING CNN WITH TRANSFER LEARNING
RICE LEAF DISEASES CLASSIFICATION USING CNN WITH TRANSFER LEARNINGRICE LEAF DISEASES CLASSIFICATION USING CNN WITH TRANSFER LEARNING
RICE LEAF DISEASES CLASSIFICATION USING CNN WITH TRANSFER LEARNINGIRJET 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
 
Plant Disease Detection Using InceptionV3
Plant Disease Detection Using InceptionV3Plant Disease Detection Using InceptionV3
Plant Disease Detection Using InceptionV3IRJET Journal
 
Preliminary Lung Cancer Detection using Deep Neural Networks
Preliminary Lung Cancer Detection using Deep Neural NetworksPreliminary Lung Cancer Detection using Deep Neural Networks
Preliminary Lung Cancer Detection using Deep Neural NetworksIRJET Journal
 
IRJET-Malaria Parasites Concentration Determination using Digital Image Proce...
IRJET-Malaria Parasites Concentration Determination using Digital Image Proce...IRJET-Malaria Parasites Concentration Determination using Digital Image Proce...
IRJET-Malaria Parasites Concentration Determination using Digital Image Proce...IRJET Journal
 
AI Based Approach for Classification of MultiGrade Tumour in Human Brain
AI Based Approach for Classification of MultiGrade Tumour in Human BrainAI Based Approach for Classification of MultiGrade Tumour in Human Brain
AI Based Approach for Classification of MultiGrade Tumour in Human BrainIRJET 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
 
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
 
Early Stage Detection of Alzheimer’s Disease Using Deep Learning
Early Stage Detection of Alzheimer’s Disease Using Deep LearningEarly Stage Detection of Alzheimer’s Disease Using Deep Learning
Early Stage Detection of Alzheimer’s Disease Using Deep LearningIRJET Journal
 
X-Ray Based Quick Covid-19 Detection Using Raspberry-pi
X-Ray Based Quick Covid-19 Detection Using Raspberry-piX-Ray Based Quick Covid-19 Detection Using Raspberry-pi
X-Ray Based Quick Covid-19 Detection Using Raspberry-piIRJET Journal
 
An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...
An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...
An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...IRJET Journal
 
Plant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image ProcessingPlant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image ProcessingIRJET Journal
 
Pneumonia Detection Using X-Ray
Pneumonia Detection Using X-RayPneumonia Detection Using X-Ray
Pneumonia Detection Using X-RayIRJET Journal
 
Detection of Skin Cancer Based on Skin Lesion Images UsingDeep Learning
Detection of Skin Cancer Based on Skin Lesion Images UsingDeep LearningDetection of Skin Cancer Based on Skin Lesion Images UsingDeep Learning
Detection of Skin Cancer Based on Skin Lesion Images UsingDeep LearningIRJET Journal
 
IRJET - Early Percentage of Blindness Detection in a Diabetic Person usin...
IRJET -  	  Early Percentage of Blindness Detection in a Diabetic Person usin...IRJET -  	  Early Percentage of Blindness Detection in a Diabetic Person usin...
IRJET - Early Percentage of Blindness Detection in a Diabetic Person usin...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
 
REVIEW ON COVID DETECTION USING X-RAY AND SYMPTOMS
REVIEW ON COVID DETECTION USING X-RAY AND SYMPTOMSREVIEW ON COVID DETECTION USING X-RAY AND SYMPTOMS
REVIEW ON COVID DETECTION USING X-RAY AND SYMPTOMSIRJET Journal
 
Plant Disease Doctor App
Plant Disease Doctor AppPlant Disease Doctor App
Plant Disease Doctor AppIRJET Journal
 

Similar to Malaria detection using deep learning (20)

A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGA SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
 
Skin Disease Detection using Convolutional Neural Network
Skin Disease Detection using Convolutional Neural NetworkSkin Disease Detection using Convolutional Neural Network
Skin Disease Detection using Convolutional Neural Network
 
RICE LEAF DISEASES CLASSIFICATION USING CNN WITH TRANSFER LEARNING
RICE LEAF DISEASES CLASSIFICATION USING CNN WITH TRANSFER LEARNINGRICE LEAF DISEASES CLASSIFICATION USING CNN WITH TRANSFER LEARNING
RICE LEAF DISEASES CLASSIFICATION USING CNN WITH TRANSFER LEARNING
 
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
 
Plant Disease Detection Using InceptionV3
Plant Disease Detection Using InceptionV3Plant Disease Detection Using InceptionV3
Plant Disease Detection Using InceptionV3
 
Preliminary Lung Cancer Detection using Deep Neural Networks
Preliminary Lung Cancer Detection using Deep Neural NetworksPreliminary Lung Cancer Detection using Deep Neural Networks
Preliminary Lung Cancer Detection using Deep Neural Networks
 
IRJET-Malaria Parasites Concentration Determination using Digital Image Proce...
IRJET-Malaria Parasites Concentration Determination using Digital Image Proce...IRJET-Malaria Parasites Concentration Determination using Digital Image Proce...
IRJET-Malaria Parasites Concentration Determination using Digital Image Proce...
 
AI Based Approach for Classification of MultiGrade Tumour in Human Brain
AI Based Approach for Classification of MultiGrade Tumour in Human BrainAI Based Approach for Classification of MultiGrade Tumour in Human Brain
AI Based Approach for Classification of MultiGrade Tumour in Human Brain
 
ORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNNORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNN
 
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
 
Early Stage Detection of Alzheimer’s Disease Using Deep Learning
Early Stage Detection of Alzheimer’s Disease Using Deep LearningEarly Stage Detection of Alzheimer’s Disease Using Deep Learning
Early Stage Detection of Alzheimer’s Disease Using Deep Learning
 
X-Ray Based Quick Covid-19 Detection Using Raspberry-pi
X-Ray Based Quick Covid-19 Detection Using Raspberry-piX-Ray Based Quick Covid-19 Detection Using Raspberry-pi
X-Ray Based Quick Covid-19 Detection Using Raspberry-pi
 
An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...
An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...
An Innovative Deep Learning Framework Integrating Transfer- Learning And Extr...
 
Plant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image ProcessingPlant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image Processing
 
Pneumonia Detection Using X-Ray
Pneumonia Detection Using X-RayPneumonia Detection Using X-Ray
Pneumonia Detection Using X-Ray
 
Detection of Skin Cancer Based on Skin Lesion Images UsingDeep Learning
Detection of Skin Cancer Based on Skin Lesion Images UsingDeep LearningDetection of Skin Cancer Based on Skin Lesion Images UsingDeep Learning
Detection of Skin Cancer Based on Skin Lesion Images UsingDeep Learning
 
IRJET - Early Percentage of Blindness Detection in a Diabetic Person usin...
IRJET -  	  Early Percentage of Blindness Detection in a Diabetic Person usin...IRJET -  	  Early Percentage of Blindness Detection in a Diabetic Person usin...
IRJET - Early Percentage of Blindness Detection in a Diabetic Person usin...
 
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
 
REVIEW ON COVID DETECTION USING X-RAY AND SYMPTOMS
REVIEW ON COVID DETECTION USING X-RAY AND SYMPTOMSREVIEW ON COVID DETECTION USING X-RAY AND SYMPTOMS
REVIEW ON COVID DETECTION USING X-RAY AND SYMPTOMS
 
Plant Disease Doctor App
Plant Disease Doctor AppPlant Disease Doctor App
Plant Disease Doctor App
 

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

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 

Malaria detection using deep learning

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1493 Malaria Detection System Using Microscopic Blood Smear Image Priya Singh, Priyanshu Singh, Rahul Sharma, Ragini, Saumya Gupta Research Scholar, U.G. Student, U.G. Student, U.G. Student, U.G. Student Department of Computer Science and Engineering Greater Noida Institute of Technology (AKTU, Lucknow, U.P.) Greater Noida, U.P., India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The impact of malaria is very high all over the world, according to the World Malaria Report 2021 published by WHO, around 627000 malaria-related deaths were reported in the previous year. Most of the malaria cases occur in less economicallydevelopedcountries wheremedicaltesting facilities are not good enough. The malaria screening process requires microscope specialists to calculate malaria parasites in red blood samples. The result of Malaria testing completely depends on the microscopist and the Probability of human error always exists. Therefore, to eliminate human error and increase test speed, Machine Learning (ML) can be used to automatically create a testing process. We used the Convolutional Neural Network (CNN) to isolate blood cells as parasitized or healthy. We use a wide range of ML strategies such as data enhancement, familiarity, and map detection features. Our model gained 95.70%accuracyattheend. Touse the model easily, we designed a simple web app visual using Flask. The application must be widely used, as itismainlyused in low-economy developed countries. Therefore, this application can be used on almost any device like a smartphone, laptop, tablet, and other similar electronic devices. KEYWORDS: Convolutional Neural Network, Machine Learning, Deep Learning, Rectified Linear Unit, User Interface, World Health Organisation 1. INTRODUCTION Malaria is, a mosquito-borne life-threatening disease, that causes fever, vomiting, headaches, and fatigue; in severe cases, it can cause coma or even death. There were around 627000 malaria-related deaths in the preceding year, as mentioned in World Malaria Report 2021. Malaria canaffect humans as well as other animals. Malaria is generally transmitted by female Anopheles mosquitoes. Due to a mosquito bite, the parasite is injected into the blood and after some time it becomes more mature and the population of parasites in the blood gets increases. Malaria is caused by a single-celled virus called Plasmodium, five of which can infect humans. Plasmodium falciparum is the most dangerous and deadly among these species. Symptoms of malaria are much similar to flu and generally appear in 6 to 30 days after the mosquito bite, but sometimesitcantakeup to a year for symptoms to start. The preliminary signs of malaria consist of a headache, sweats, fever, chills, muscle aches or pains, vomiting, etc. At the start, those symptoms can start moderate and can be hard to pick out as malaria. A generally used procedure for testing Malaria is to examine thin blood smears and search for infected cells. In Malaria testing, we have to count the number of parasitized red blood cells manually - sometimes up to 5,000 cellsaccording to the WHO protocol [2]. To overcome the error probability due to the manual process we decide to use Machine learning to automate the testing process of Malaria. According to WHO, a Quick andaccuratediagnosisof malaria is necessary for effective disease management and monitoring. Therefore, using AI to automate the testing process plays a big role in accurately diagnosing malaria, as it has many advantages over its manual counterparts [3]. There are several deep neural network architectures are designed for malaria detection. In this project, we apply Convolutional Neural Network (CNN) algorithms using different pre-processing techniquessuchasstandardization, normalization, and stain normalization to contribute to the model having overall performance. In this red blood cell smears images have been used directly asaninput,afterthat deep learning is used for predicting malaria parasites. Again several pre-processing and post-processing methods & techniques are applied to maximize performance in an unbiased test set. 2. LITERATURE REVIEW Being a deadly and global disease, Malaria has been an important focus of research and study in the last few years. Some of the literaturerelatedtoMalariaanditsdetectionand diagnosis that we studied are defined here –  In literature [4], Dr. Peter Manescu from UCL Computer Science explains that testing of malaria blood samples using a microscope completely depends on skilled technicians of microscope and it also takes a lot of time and is open to human error caused by workload pressure. But malaria classification using machine learning allows more patients to be tested in a shorter amount of time, as the workload will be reduced for the microscopists. Furthermore, reducing the workload will reducethe costs of testing, thus making it more accessible to remote areas.  This study [5] reveals that many systems are describing computerized image analysis methods that typically include three main steps, In the first pre-processing is done, in which the luminance of
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1494 the image is corrected and transformed into a constant color space, In the next step, a histogram- based image segmentation process was performed which helps in avoidingmaximumartifactsandover- stained objects, and in the last one, a neural network algorithm was used for classifying objects.  Another related, more accurate method of counting blood cells using Python OpenCV is explored [6]. It uses microscopic samples of blood to calculate the number of cells. In this study, the images were processed and a blood detection algorithm was used to detect and differentiate RBCs from WBCs. Image processing involves signal processing and mathematical procedure. For counting the red blood cells and white blood cells, Cell counting methods have also been used.  Another piece of Literature[7]proposesamethodfor detectingparasitesbasedondigitalimageprocessing. Thin blood smear images are used and the parasites in the cells are identified using an image processing approach.  Ghana is one of the countries broadly affected by malaria. In Ghana, around 5.9 Million [10] cases of malaria were reported In the year 2020. This study [8] looked at determining the extent to which Hematological parameters and Demographic characteristics cases could beusedtopredictMalaria using logistic retrogression. The sensitivity and specificity of the model were 77.4% and 75.7 %, respectively, with a PPV and NPV of 52.72% and 90.51%, respectively. 3. METHODOLOGY 3.1 Deep Learning for Malaria Detection At present time Deep learning is widely used in many machine learning projects and image classification & video recognition are very trendy nowadays. In this project, we used a Convolutional Neural Network (CNN), a type of deep neural network. it is one of the most considered algorithms for research in the computer vision field because. The convolutional layers present in the CNN model are able to extract hidden and important features automatically. In the next step, the extracted elements are transferred to a fully connected neural network that enables the classification of images by optimizing probability scores.ACNN Architecture is shown in the following figure (Fig 1). Fig 1 CNN Architecture 3.2 Dataset and its pre-processing 3.2.1 Dataset Collection We have used a publicly available malaria dataset from the Kaggle website[9]. There are 27,558 images in the dataset with an equal number of normal and parasitized instances. Parasitized Cell sample Fig 2 Normal Cell sample Fig 3 3.2.2 Data splitting The dataset is split into two sets, namely, training and test sets having a ratio of 80:20. We did thisusingtheScikit-learn library popularly known as Sklearn. Scikit-learn is an open- source library containing a lot of tools for machine learning and statistical modeling. 3.2.3 Data processing 3.2.3.1 Stain Normalization For the examination of malaria parasites from blood film using a microscope, the thin blood films are prepared by
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1495 adding various chemical stains, such as Giemsa stain, and Wright stains. Color variation occurs in the images because the microscope specialist uses different chemical stains, scanners, staining, and staining processes. Due to this network can learn much more complex features, which results in an increased error margin. This problem can be solved using standardization and normalization of input images. 3.2.3.2 Rescaling (Min-Max Normalization) To achieve faster convergence, the patches of images were rescaled to map the range of features from 0 to 1. In, the original 8-bit RGB color images the value of the data point can range from 0 to 255. Therefore, using the following equation, we rescale our input data. 3.2.3.3 Standardization Here the values of each feature in the data are rescaled to have a mean of 0 and a standard deviation of 1 3.3 Model Configuration Our CNN model has two fully connected dense layers and three convolutional blocks. Fig. 4 shows the proposed CNN model. Each convolutional block consistsofconvolution,max pooling, and batch normalization layers. Fig 4 3.4 Model Training In the process of training the model, we performed the following operation as shown in the following workflow diagram (Fig 5). Fig 5 The proposed CNN model is trained and evaluated on Google Colab [11]. It is a cloud-basedJupyter notebookenvironment available free of cost by Google but there is also a paid version available known as ColabProthatgivesmoreoptions and support. And for developing the web app, we have used Visual Studio code. 4. RESULT After performing training, using the model discussed above wegot a training accuracy of 95.70%andwecanclassifycells as infected or healthy as showninthefollowingimage(Fig6). Fig 6
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1496 5. Conclusion Malaria is one of the most common mosquito-borne diseases and a major public health problem worldwide. The preliminary signs of malaria consist of a headache, sweats, fever, chills, muscle aches orpains, vomiting, etc. At the start, those symptoms can start moderate and can be hard to pick out as malaria. Currently, the standard method of diagnosing malaria is to examine a blood smear Manually. Nowadays Machine Learning, specifically Convolutional Neural Networks (CNN) has been very effective at detecting malaria parasites in blood cells. We train our model using the methodsand techniques mentioned above,after training,we successfully classified blood smear images as either healthy or parasitized. we used some popular Machine Learning libraries in Python in the process of training and got an accuracy of 95.70. To assist the trained model, we have also developed a web application using Flask (web framework). In this case, Anyone can do some work in the future such as exploring other existing or new machine learning methods that can provide better accuracy, and there is no end to research in Machine Learning. REFERENCES [1] World Health Organization, Malaria https://www.who.int/teams/global-malaria- programme/reports/world-malaria-report-2021 accessed on 9 April 2022. [2] WorldHealthOrganizationhttps://www.who.int/news- room/fact-sheets/detail/malaria accessed on 9 April 2022. [3] World Health Organization, Malaria Diagnostic Rapid Testhttps://www.who.int/activities/diagnostic-testing- for-malaria accessed on 9 April 2022. [4] University College London, “New deep learning approach can diagnose malaria as well as human experts,”25 April 2020 https://www.ucl.ac.uk/healthcare- engineering/news/2020/apr/new-deep-learning- approach-can-diagnose malaria-well-human-experts (2020). [5] Saeid Afkhami, Hassan RashidiHeram-Abadi.“Detection of Malarial Parasite in Blood Images by two classification Methods: Support Vector Machine (SVM) and Artificial Neural Network (ANN)”,TheInternational Journal of Computer and Information Technologies (IJOCIT) www.ijocit.org/journal/v05_i02/IJOCIT- V05I02P01.pdf (2017). [6] R. J. Meimban, A. Ray Fernando, A. Monsura, J. Rañada, and J. C. Apduhan, "Blood Cells Counting using Python OpenCV," 2018 14th IEEE International Conference on Signal Processing (ICSP), 2018, pp. 50-53, DOI: 10.1109/ICSP.2018.8652384 (2018). [7] Bashir, A., Mustafa, Z. A., Abdelhameid, I., & Ibrahem, R. “Detection of malaria parasites using digital image processing”.2018 International Conference on Computing and Electronics Engineering (ICCCCEE) doi:10.1109/iccccee.2017.7867644 (2017). [8] Ellis Kobina Paintsil, Akoto Yaw Omari-Sasu, Matthew Glover Addo, and Maxwell Akwasi Boateng. Analysisof Haematological Parameters as Predictors of Malaria Infection Using a Logistic Regression Model: A Case Study of a Hospital in the Ashanti Region of Ghana, Hindawi Malaria Research and Treatment, Article ID1486370 https://www.hindawi.com/journals/mrt/2019/148637 0/ (2019).