SlideShare a Scribd company logo
1 of 6
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 1797
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
Senthil Kumar V1, Ragul S S2, Ramya Shree3, Agustus A4
1
Assistant Professor, Department of Computer Science and Engineering, Kumaraguru College of Technology
[anonymous], Coimbatore, Tamilnadu, India
2-4
Department of Computer Science and Engineering, Kumaraguru College of Technology [anonymous], Coimbatore,
Tamilnadu, India
---------------------------------------------------------------------------***-----------------------------------------------------------------------
Abstract— Technology is changing the world to live in easy way, but not all people in the world experiencing technology. To
them this world is still giving more complex problems. We believe this proposal will make them to live easier. Now a days, people
are spending lot of money in laboratories and in hospitals. In laboratories, they are using high level software which requires
highly configured and specified PCs, hardware. Some laboratories in towns and village does not have PCS with high specification.
This project will be used by entry level PCs. By running .py, the user will be taken to local host app UI and then one will promptly
enter the required values to predict blood deficiency disease (required fields varies depends on diseases ) And if client want to view
and use the project through online mode they can access the endpoints provided by Streamlit. And the machine learning model
will classify the disease and show result with nutrition chart .Using machine learning with python, to create model and streamlit
for User Interface.
Keywords—Model selection, Random forest, Gaussian, SVC.
1. INTRODUCTION
Machine learning has undergone vital development over the past decade and is already used with success in several bright
applications covering a good array of knowledge connected issues. One in all the foremost interesting queries is whether or
not it will be with success applied to the sphere of medical medicine and what reasonably knowledge is required. Laboratory
tests area unit familiar ensure, exclude, classify or monitor diseases and to guide treatment. However, verity power of
laboratory check results is often underestimated, since clinical laboratories tend to report check results as individual
numerical or categorical values, with physicians concentrating primarily on those values that fall outside a given reference
vary.
2. PROJECT OBJECTIVE
The objective of the project is to classify and predict diseases using machine learning algorithms with the help of blood sample
results provided by the laboratory. The most important questions is how this technologies and software can be applied to
medical field successfully.Blood data analysis, only machine learning classification algorithms were used.
They were as follows:
 Gaussian
 Random forest.
 Support vector classification (SVC).
A. Gaussian classification:
Gaussian Processes square measure a generalization of the mathematician chance distribution and may be used because the
basis for stylish non-parametric machine learning algorithms for classification and regression. They’re a kind of kernel model,
like SVMs, and in contrast to SVMs, they're capable of predicting extremely tag category membership chances, though the
selection and configuration of the kernel used at the center of the strategy will be difficult. Since mathematician works well for
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 1798
multiclass classification we are able to think about alternative algorithms random forest, SVC will be tried. to look at the
comparison table confer with fig.2
B .Random forest:
A random Forest could be a common machine learning algorithmic rule that belongs to the supervised learning technique. It
will be used for each Classification and Regression issues in mil. it's supported the construct of ensemble learning, that could
be a method of mixing multiple classifiers to resolve a fancy downside and to boost the performance of the model. Random
Forest could be a classifier that contains variety of call trees on numerous subsets of the given dataset and takes the common
to boost the prophetic accuracy of that dataset. The greater number of trees in the forest leads to higher accuracy and prevents
the problem of overfitting, to classify whether the patient has leukemia or not, SVC model was used. The problem with SVC
was over fitting, the result accuracy was 1.0. So to overcome over fitting problem, random forest classifier was used to classify
patients with anemia. Initially Patient gender, age and hemoglobin count is considered. The accuracy percent observed was
93%.
C. Support vector classification (SVC):
Support vector machines (SVMs) area unit powerful nevertheless versatile supervised machine learning strategies used for
classification, regression, and, outliers’ detection. SVMs are very efficient in high dimensional spaces and generally are used in
classification problems. SVMs are popular and memory efficient because they use a subset of training points in the decision
function. For anemia classification, the hemoglobin column from the dataset consisting of 11 columns were taken to classify
the patients whether they have anemia or not. The accuracy observed in SVC is 98%. Plotting confusion matrix, result is [[51 1]
[1 68]] (ref fig.1) which denotes true positive, true negative, false positive and false negative values. For the same model linear
classification was performed in which very less accuracy was obtained.
Fig-1.1-Confusion matrix-SVC
Comparison Table for anemia:
Algorithms used Accuracy found
Gaussian 94%
Random forest 93%
SupportVector
Classification
98%
Table-1.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 1799
3. DEPLOYEMENT OF MODELS
Streamlit is a open source platform that data science team and machine learning team can use to deploy the model and we
used the Streamlit to deploy our model here. In first step of deployment we converted our models which is anaemia model and
leukaemia model into pickle file and stored our pickle file in a corresponding repository and we should have the Python file in
same repository so they can access our pickle file easily or you can specify the file path of the pickle file directly while loading
the pickle file in Python file. On the next step the Python file will have Streamlit code which we can create our user interface so
that the client can access our model and use the model through this UI which is created using Streamlit and python. Nowadays
creating a model is bit easier which means many people familiar with that but deploying the model is bit complicated so we
chose Streamlit to deploy the model correctly .So, we can use our model efficiently for this disease detection. By using this
deployment method, people can use this project in local and through Internet also.
And nutrition chart is also displayed when if the diagnosis shows positive result. And we are providing nutrition chart in
weekly basis so that patient can check the nutrition chart next week and they can see the next result. And analyse if they are
having any improvement in their diagnosis compared to previous week.
4. END USER BENEFITS:
a) People can use this blood deficiency detection through both online and offline mode.(ref fig.2)
b) Computers or laptops with low specification can run this project (locally).
c) This can be used or viewed through mobile phones too as website.
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 1800
Fig-1.2-Flow chart for end user online/offline
5. INFERENCES:
The surveys and papers mentioned in references really gave more accurate information related to this blood deficiency
detection. A survey on blood disease detection using classical machine learning by Lewontin, Richard C gave us conclusion for
selecting schema for dataset. An application of machine learning to haematological diagnosis by Jordan, M. I. & Mitchell
provide information to deal and detect more than one disease using very minimal amount of data. Machine Learning in
Detection and Classification of Leukaemia Using Smear Blood Images: A Systematic Review,25Jun 2021 , in this paper they
used images as input to predict leukaemia disease result, and it helped to predict Leukaemia using normal data. Department of
Haematology and Blood Banking, School of Allied Medical Sciences, Shahid Beheshti University of Medical Sciences, Tehran,
Iran. From this paper we obtained some major terms related to blood diseases like Haemoglobin, platelets. And we referred
more papers to achieve implementing this blood disease detection web app using Streamlit
6. CONCLUSION:
Detection of blood deficiency using laboratory results without doctor intervention could be time saving for the patient as well
as doctors. In this way most essential/ emergency cases could be handled by the doctors to save patients. The model built is to
classify patients who had anaemia and leukemia. In future, predictions for few other diseases/deficiency related to blood will
Create a .py file
Load pickle file
using pickle library.
View results online
offline
After creating UI for
deployment run command
‘streamlit
runpythonfilename.py’
Clients can access
endpoints using
their credits
After running the
command, end user
will be redirected to
localhost website.
Creates a
logistics
card.
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 1801
be done using machine learning models. At the end, the models will be uploaded in streamlit to display the output when input
is being given. It will help the hospitals to get result within fraction of seconds. Food chart for deficient components in the
blood will be displayed after classification.
7. REFERENCES:
[1] Blood diseases detection using classical machine learning algorithms (2019) Lewontin, Richard C. It ain't necessarily so:
The dream of the human genome and other illusions. New York Review of Books, 2001. Feldman, Eric A., Eric Feldman, and
Ronald Bayer, eds. Blood feuds: AIDS, blood, and the politics of medical disaster. Oxford University
[2]An application of machine learning to haematological diagnosis Jordan, M. I. & Mitchell, T. M. Machine learning: Trends,
perspectives, and prospects. Science 349, 255–260 Luo, Y., Szolovits, P., Dighe, A. S. & Baron, J. M. Using Machine Learning to
Predict Laboratory Test Results. American journal of clinical pathology 145, 778–788
[3]Development of Machine Learning Model for Diagnostic Disease Prediction Based on Laboratory Tests- April 16th, 2021
Esteva A, et al. A guide to deep learning in healthcare. Nat. Med. 2019; 25:24–29. doi: 10.1038/s41591-018-0316-z Zhang Y, et
al. Computational analysis and prediction of lysine malonylation sites by exploiting informative features in an integrative
machine-learning framework. Brief. Bio inform.
[4]Machine Learning in Detection and Classification of Leukemia Using Smear Blood Images: A Systematic Review,25Jun 2021
Mustafa Ghaderzadeh ,1 Farkhondeh Asadi ,1 Azamossadat Hosseini ,1 Davood Bashash ,2 Hassan Abolghasemi ,3 and Arash
Roshanpour4
1Department of Health Information Technology and Management, School of Allied Medical Sciences, Shahid Beheshti
University of Medical Sciences, Tehran, Iran
2Department of Hematology and Blood Banking, School of Allied Medical Sciences, Shahid Beheshti University of Medical
Sciences, Tehran, Iran
3Pediatric Congenital Hematologic Disorders Research Center, Shahid Beheshti University of Medical Sciences, Tehran, Iran
4Department of Computer Science, Sama Technical and Vocational Training College, Tehran Branch (Tehran), Islamic Azad
University (IAU), Tehran, Iran
[5] Automatic Pattern Recognition for Detection of Disease from Blood Drop Stain Obtained with Microfluidic Device Guthrie,
R., Susi, A.: A simple phenylalanine method for detecting phenylketonuria in large populations of newborn infants. Pediatrics
32(3), 338–343
[6] Parkinson’s Disease Detection And Classification Using Machine Learning And Deep Learning Algorithms– A Survey
[7] Deep Learning Based Automatic Malaria Parasite Detection from Blood Smear and Its Smartphone Based Application
[8] Laboratory diagnosis of thalassemia V. Brancaleoni,E. Di Pierro,I. Motta,M. D. Cappellini
[9] Stroke Disease Detection and Prediction Using Robust Learning Approaches Tahia Tazin ,1 Md Nur Alam,1 Nahian Nakiba
Dola,1 Mohammad Sajibul Bari,1 Sami Bourouis ,2 and Mohammad Monirujjaman Khan 1
1Department of Electrical and Computer Engineering, North South University, Bashundhara, Dhaka 1229, Bangladesh
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 1802
2Department of Information Technology, College of Computers and Information Technology, Taif University, P.O. Box 11099,
Taif 21944, Saudi Arabia
[10] Effective Heart Disease Detection Based on Quantitative Computerized Traditional Chinese Medicine Using
Representation Based Classifiers Ting Shu,1 Bob Zhang ,1 and Yuan Yan Tang 1 1Department of Computer and Information
Science, University of Macau, Taipa, Macau
[11] Machine Learning Applied to Diagnosis of Human Diseases: A Systematic Review
[12] Disease Prediction From Various Symptoms Using Machine Learning
[13]Web Based Disease Detection System,Authors : Hasnuhana Mazumder, Sayantan Saha, Argha Roy Chowdhuri, Anindita
Dey
[14] Classification of Diseases Using Machine Learning Algorithms: A Comparative Study by Marco-Antonio Moreno-
Ibarra,YennyVilluendas-Rey
[15] Deep Learning Methods for Predicting Disease Status Using GenomicData.
[16] Use of artificial intelligence in infectious disease Said Agrebia and Anis Larbi
[17] Early and accurate detection and diagnosis of heart disease
using intelligent computational model
[18] Efficient Automated Disease Diagnosis Using Machine Learning Models Naresh Kumar ,1 Nripendra Narayan Das,2
Deepali Gupta ,3 Kamali Gupta,3 and Jatin Bindra1
[19] Artificial intelligence in disease diagnostics: A critical review and classification on the current state of research guiding
future direction Milad Mirbabaie, Stefan Stieglitz & Nicholas R. J. Frick
[20] Smart healthcare disease diagnosis and patient management: Innovation, improvement and skill development
Authors:Arkadip Raya,Avijit Kumar Chaudhurib

More Related Content

Similar to A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING

Care expert assistant for Medicare system using Machine learning
Care expert assistant for Medicare system using Machine learningCare expert assistant for Medicare system using Machine learning
Care expert assistant for Medicare system using Machine learningIRJET Journal
 
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUE
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUEDESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUE
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUEIRJET Journal
 
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...IRJET Journal
 
Machine Learning Aided Breast Cancer Classification
Machine Learning Aided Breast Cancer ClassificationMachine Learning Aided Breast Cancer Classification
Machine Learning Aided Breast Cancer ClassificationIRJET Journal
 
Integrated Health App
Integrated Health AppIntegrated Health App
Integrated Health AppIRJET Journal
 
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNNLEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNNIRJET Journal
 
IRJET- Breast Cancer Prediction using Deep Learning
IRJET-  	  Breast Cancer Prediction using Deep LearningIRJET-  	  Breast Cancer Prediction using Deep Learning
IRJET- Breast Cancer Prediction using Deep LearningIRJET Journal
 
Malaria Detection System Using Microscopic Blood Smear Image
Malaria Detection System Using Microscopic Blood Smear ImageMalaria Detection System Using Microscopic Blood Smear Image
Malaria Detection System Using Microscopic Blood Smear ImageIRJET Journal
 
IRJET- A Framework for Disease Risk Prediction
IRJET- A Framework for Disease Risk PredictionIRJET- A Framework for Disease Risk Prediction
IRJET- A Framework for Disease Risk PredictionIRJET Journal
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET Journal
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET Journal
 
IRJET - Machine Learning for Diagnosis of Diabetes
IRJET - Machine Learning for Diagnosis of DiabetesIRJET - Machine Learning for Diagnosis of Diabetes
IRJET - Machine Learning for Diagnosis of DiabetesIRJET Journal
 
IRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction SystemIRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction SystemIRJET Journal
 
IRJET - Prediction of Risk Factor of the Patient with Hepatocellular Carcinom...
IRJET - Prediction of Risk Factor of the Patient with Hepatocellular Carcinom...IRJET - Prediction of Risk Factor of the Patient with Hepatocellular Carcinom...
IRJET - Prediction of Risk Factor of the Patient with Hepatocellular Carcinom...IRJET Journal
 
Smart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine LearningSmart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine LearningIRJET Journal
 
Plant Disease Detection Using InceptionV3
Plant Disease Detection Using InceptionV3Plant Disease Detection Using InceptionV3
Plant Disease Detection Using InceptionV3IRJET Journal
 
IRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction SystemIRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction SystemIRJET Journal
 
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...IRJET Journal
 
A Review on Covid Detection using Cross Dataset Analysis
A Review on Covid Detection using Cross Dataset AnalysisA Review on Covid Detection using Cross Dataset Analysis
A Review on Covid Detection using Cross Dataset AnalysisIRJET Journal
 
Fruit Disease Detection And Fertilizer Recommendation
Fruit Disease Detection And Fertilizer RecommendationFruit Disease Detection And Fertilizer Recommendation
Fruit Disease Detection And Fertilizer RecommendationIRJET Journal
 

Similar to A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING (20)

Care expert assistant for Medicare system using Machine learning
Care expert assistant for Medicare system using Machine learningCare expert assistant for Medicare system using Machine learning
Care expert assistant for Medicare system using Machine learning
 
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUE
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUEDESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUE
DESIGN AND IMPLEMENTATION OF CARDIAC DISEASE USING NAIVE BAYES TECHNIQUE
 
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
IRJET- Result on the Application for Multiple Disease Prediction from Symptom...
 
Machine Learning Aided Breast Cancer Classification
Machine Learning Aided Breast Cancer ClassificationMachine Learning Aided Breast Cancer Classification
Machine Learning Aided Breast Cancer Classification
 
Integrated Health App
Integrated Health AppIntegrated Health App
Integrated Health App
 
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNNLEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
 
IRJET- Breast Cancer Prediction using Deep Learning
IRJET-  	  Breast Cancer Prediction using Deep LearningIRJET-  	  Breast Cancer Prediction using Deep Learning
IRJET- Breast Cancer Prediction using Deep Learning
 
Malaria Detection System Using Microscopic Blood Smear Image
Malaria Detection System Using Microscopic Blood Smear ImageMalaria Detection System Using Microscopic Blood Smear Image
Malaria Detection System Using Microscopic Blood Smear Image
 
IRJET- A Framework for Disease Risk Prediction
IRJET- A Framework for Disease Risk PredictionIRJET- A Framework for Disease Risk Prediction
IRJET- A Framework for Disease Risk Prediction
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
 
IRJET - Machine Learning for Diagnosis of Diabetes
IRJET - Machine Learning for Diagnosis of DiabetesIRJET - Machine Learning for Diagnosis of Diabetes
IRJET - Machine Learning for Diagnosis of Diabetes
 
IRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction SystemIRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction System
 
IRJET - Prediction of Risk Factor of the Patient with Hepatocellular Carcinom...
IRJET - Prediction of Risk Factor of the Patient with Hepatocellular Carcinom...IRJET - Prediction of Risk Factor of the Patient with Hepatocellular Carcinom...
IRJET - Prediction of Risk Factor of the Patient with Hepatocellular Carcinom...
 
Smart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine LearningSmart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine Learning
 
Plant Disease Detection Using InceptionV3
Plant Disease Detection Using InceptionV3Plant Disease Detection Using InceptionV3
Plant Disease Detection Using InceptionV3
 
IRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction SystemIRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction System
 
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
 
A Review on Covid Detection using Cross Dataset Analysis
A Review on Covid Detection using Cross Dataset AnalysisA Review on Covid Detection using Cross Dataset Analysis
A Review on Covid Detection using Cross Dataset Analysis
 
Fruit Disease Detection And Fertilizer Recommendation
Fruit Disease Detection And Fertilizer RecommendationFruit Disease Detection And Fertilizer Recommendation
Fruit Disease Detection And Fertilizer Recommendation
 

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

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
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
(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
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
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
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 

Recently uploaded (20)

DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
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)
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
(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...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
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
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 

A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE 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 1797 A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING Senthil Kumar V1, Ragul S S2, Ramya Shree3, Agustus A4 1 Assistant Professor, Department of Computer Science and Engineering, Kumaraguru College of Technology [anonymous], Coimbatore, Tamilnadu, India 2-4 Department of Computer Science and Engineering, Kumaraguru College of Technology [anonymous], Coimbatore, Tamilnadu, India ---------------------------------------------------------------------------***----------------------------------------------------------------------- Abstract— Technology is changing the world to live in easy way, but not all people in the world experiencing technology. To them this world is still giving more complex problems. We believe this proposal will make them to live easier. Now a days, people are spending lot of money in laboratories and in hospitals. In laboratories, they are using high level software which requires highly configured and specified PCs, hardware. Some laboratories in towns and village does not have PCS with high specification. This project will be used by entry level PCs. By running .py, the user will be taken to local host app UI and then one will promptly enter the required values to predict blood deficiency disease (required fields varies depends on diseases ) And if client want to view and use the project through online mode they can access the endpoints provided by Streamlit. And the machine learning model will classify the disease and show result with nutrition chart .Using machine learning with python, to create model and streamlit for User Interface. Keywords—Model selection, Random forest, Gaussian, SVC. 1. INTRODUCTION Machine learning has undergone vital development over the past decade and is already used with success in several bright applications covering a good array of knowledge connected issues. One in all the foremost interesting queries is whether or not it will be with success applied to the sphere of medical medicine and what reasonably knowledge is required. Laboratory tests area unit familiar ensure, exclude, classify or monitor diseases and to guide treatment. However, verity power of laboratory check results is often underestimated, since clinical laboratories tend to report check results as individual numerical or categorical values, with physicians concentrating primarily on those values that fall outside a given reference vary. 2. PROJECT OBJECTIVE The objective of the project is to classify and predict diseases using machine learning algorithms with the help of blood sample results provided by the laboratory. The most important questions is how this technologies and software can be applied to medical field successfully.Blood data analysis, only machine learning classification algorithms were used. They were as follows:  Gaussian  Random forest.  Support vector classification (SVC). A. Gaussian classification: Gaussian Processes square measure a generalization of the mathematician chance distribution and may be used because the basis for stylish non-parametric machine learning algorithms for classification and regression. They’re a kind of kernel model, like SVMs, and in contrast to SVMs, they're capable of predicting extremely tag category membership chances, though the selection and configuration of the kernel used at the center of the strategy will be difficult. Since mathematician works well for
  • 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 1798 multiclass classification we are able to think about alternative algorithms random forest, SVC will be tried. to look at the comparison table confer with fig.2 B .Random forest: A random Forest could be a common machine learning algorithmic rule that belongs to the supervised learning technique. It will be used for each Classification and Regression issues in mil. it's supported the construct of ensemble learning, that could be a method of mixing multiple classifiers to resolve a fancy downside and to boost the performance of the model. Random Forest could be a classifier that contains variety of call trees on numerous subsets of the given dataset and takes the common to boost the prophetic accuracy of that dataset. The greater number of trees in the forest leads to higher accuracy and prevents the problem of overfitting, to classify whether the patient has leukemia or not, SVC model was used. The problem with SVC was over fitting, the result accuracy was 1.0. So to overcome over fitting problem, random forest classifier was used to classify patients with anemia. Initially Patient gender, age and hemoglobin count is considered. The accuracy percent observed was 93%. C. Support vector classification (SVC): Support vector machines (SVMs) area unit powerful nevertheless versatile supervised machine learning strategies used for classification, regression, and, outliers’ detection. SVMs are very efficient in high dimensional spaces and generally are used in classification problems. SVMs are popular and memory efficient because they use a subset of training points in the decision function. For anemia classification, the hemoglobin column from the dataset consisting of 11 columns were taken to classify the patients whether they have anemia or not. The accuracy observed in SVC is 98%. Plotting confusion matrix, result is [[51 1] [1 68]] (ref fig.1) which denotes true positive, true negative, false positive and false negative values. For the same model linear classification was performed in which very less accuracy was obtained. Fig-1.1-Confusion matrix-SVC Comparison Table for anemia: Algorithms used Accuracy found Gaussian 94% Random forest 93% SupportVector Classification 98% Table-1.1
  • 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 1799 3. DEPLOYEMENT OF MODELS Streamlit is a open source platform that data science team and machine learning team can use to deploy the model and we used the Streamlit to deploy our model here. In first step of deployment we converted our models which is anaemia model and leukaemia model into pickle file and stored our pickle file in a corresponding repository and we should have the Python file in same repository so they can access our pickle file easily or you can specify the file path of the pickle file directly while loading the pickle file in Python file. On the next step the Python file will have Streamlit code which we can create our user interface so that the client can access our model and use the model through this UI which is created using Streamlit and python. Nowadays creating a model is bit easier which means many people familiar with that but deploying the model is bit complicated so we chose Streamlit to deploy the model correctly .So, we can use our model efficiently for this disease detection. By using this deployment method, people can use this project in local and through Internet also. And nutrition chart is also displayed when if the diagnosis shows positive result. And we are providing nutrition chart in weekly basis so that patient can check the nutrition chart next week and they can see the next result. And analyse if they are having any improvement in their diagnosis compared to previous week. 4. END USER BENEFITS: a) People can use this blood deficiency detection through both online and offline mode.(ref fig.2) b) Computers or laptops with low specification can run this project (locally). c) This can be used or viewed through mobile phones too as website.
  • 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 1800 Fig-1.2-Flow chart for end user online/offline 5. INFERENCES: The surveys and papers mentioned in references really gave more accurate information related to this blood deficiency detection. A survey on blood disease detection using classical machine learning by Lewontin, Richard C gave us conclusion for selecting schema for dataset. An application of machine learning to haematological diagnosis by Jordan, M. I. & Mitchell provide information to deal and detect more than one disease using very minimal amount of data. Machine Learning in Detection and Classification of Leukaemia Using Smear Blood Images: A Systematic Review,25Jun 2021 , in this paper they used images as input to predict leukaemia disease result, and it helped to predict Leukaemia using normal data. Department of Haematology and Blood Banking, School of Allied Medical Sciences, Shahid Beheshti University of Medical Sciences, Tehran, Iran. From this paper we obtained some major terms related to blood diseases like Haemoglobin, platelets. And we referred more papers to achieve implementing this blood disease detection web app using Streamlit 6. CONCLUSION: Detection of blood deficiency using laboratory results without doctor intervention could be time saving for the patient as well as doctors. In this way most essential/ emergency cases could be handled by the doctors to save patients. The model built is to classify patients who had anaemia and leukemia. In future, predictions for few other diseases/deficiency related to blood will Create a .py file Load pickle file using pickle library. View results online offline After creating UI for deployment run command ‘streamlit runpythonfilename.py’ Clients can access endpoints using their credits After running the command, end user will be redirected to localhost website. Creates a logistics card.
  • 5. 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 1801 be done using machine learning models. At the end, the models will be uploaded in streamlit to display the output when input is being given. It will help the hospitals to get result within fraction of seconds. Food chart for deficient components in the blood will be displayed after classification. 7. REFERENCES: [1] Blood diseases detection using classical machine learning algorithms (2019) Lewontin, Richard C. It ain't necessarily so: The dream of the human genome and other illusions. New York Review of Books, 2001. Feldman, Eric A., Eric Feldman, and Ronald Bayer, eds. Blood feuds: AIDS, blood, and the politics of medical disaster. Oxford University [2]An application of machine learning to haematological diagnosis Jordan, M. I. & Mitchell, T. M. Machine learning: Trends, perspectives, and prospects. Science 349, 255–260 Luo, Y., Szolovits, P., Dighe, A. S. & Baron, J. M. Using Machine Learning to Predict Laboratory Test Results. American journal of clinical pathology 145, 778–788 [3]Development of Machine Learning Model for Diagnostic Disease Prediction Based on Laboratory Tests- April 16th, 2021 Esteva A, et al. A guide to deep learning in healthcare. Nat. Med. 2019; 25:24–29. doi: 10.1038/s41591-018-0316-z Zhang Y, et al. Computational analysis and prediction of lysine malonylation sites by exploiting informative features in an integrative machine-learning framework. Brief. Bio inform. [4]Machine Learning in Detection and Classification of Leukemia Using Smear Blood Images: A Systematic Review,25Jun 2021 Mustafa Ghaderzadeh ,1 Farkhondeh Asadi ,1 Azamossadat Hosseini ,1 Davood Bashash ,2 Hassan Abolghasemi ,3 and Arash Roshanpour4 1Department of Health Information Technology and Management, School of Allied Medical Sciences, Shahid Beheshti University of Medical Sciences, Tehran, Iran 2Department of Hematology and Blood Banking, School of Allied Medical Sciences, Shahid Beheshti University of Medical Sciences, Tehran, Iran 3Pediatric Congenital Hematologic Disorders Research Center, Shahid Beheshti University of Medical Sciences, Tehran, Iran 4Department of Computer Science, Sama Technical and Vocational Training College, Tehran Branch (Tehran), Islamic Azad University (IAU), Tehran, Iran [5] Automatic Pattern Recognition for Detection of Disease from Blood Drop Stain Obtained with Microfluidic Device Guthrie, R., Susi, A.: A simple phenylalanine method for detecting phenylketonuria in large populations of newborn infants. Pediatrics 32(3), 338–343 [6] Parkinson’s Disease Detection And Classification Using Machine Learning And Deep Learning Algorithms– A Survey [7] Deep Learning Based Automatic Malaria Parasite Detection from Blood Smear and Its Smartphone Based Application [8] Laboratory diagnosis of thalassemia V. Brancaleoni,E. Di Pierro,I. Motta,M. D. Cappellini [9] Stroke Disease Detection and Prediction Using Robust Learning Approaches Tahia Tazin ,1 Md Nur Alam,1 Nahian Nakiba Dola,1 Mohammad Sajibul Bari,1 Sami Bourouis ,2 and Mohammad Monirujjaman Khan 1 1Department of Electrical and Computer Engineering, North South University, Bashundhara, Dhaka 1229, Bangladesh
  • 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 1802 2Department of Information Technology, College of Computers and Information Technology, Taif University, P.O. Box 11099, Taif 21944, Saudi Arabia [10] Effective Heart Disease Detection Based on Quantitative Computerized Traditional Chinese Medicine Using Representation Based Classifiers Ting Shu,1 Bob Zhang ,1 and Yuan Yan Tang 1 1Department of Computer and Information Science, University of Macau, Taipa, Macau [11] Machine Learning Applied to Diagnosis of Human Diseases: A Systematic Review [12] Disease Prediction From Various Symptoms Using Machine Learning [13]Web Based Disease Detection System,Authors : Hasnuhana Mazumder, Sayantan Saha, Argha Roy Chowdhuri, Anindita Dey [14] Classification of Diseases Using Machine Learning Algorithms: A Comparative Study by Marco-Antonio Moreno- Ibarra,YennyVilluendas-Rey [15] Deep Learning Methods for Predicting Disease Status Using GenomicData. [16] Use of artificial intelligence in infectious disease Said Agrebia and Anis Larbi [17] Early and accurate detection and diagnosis of heart disease using intelligent computational model [18] Efficient Automated Disease Diagnosis Using Machine Learning Models Naresh Kumar ,1 Nripendra Narayan Das,2 Deepali Gupta ,3 Kamali Gupta,3 and Jatin Bindra1 [19] Artificial intelligence in disease diagnostics: A critical review and classification on the current state of research guiding future direction Milad Mirbabaie, Stefan Stieglitz & Nicholas R. J. Frick [20] Smart healthcare disease diagnosis and patient management: Innovation, improvement and skill development Authors:Arkadip Raya,Avijit Kumar Chaudhurib