SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 11 | Nov 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 882
Blood Transfusion success rate prediction using Artificial Intelligence
Rushabh Jaiswal1
1B.Tech. Student, Information Technology, Veermata Jijabai Technological Institute, Mumbai, Maharashtra
400019
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Surgery has made extensive use of red blood
cell (RBC) transfusion therapy, which has resulted in
excellent treatment outcomes. However, doctors
sometimes use their experience to determine whether or
not RBC transfusions are necessary. In this study, we use
machine learning models to predict whether a patient will
require an intraoperative blood transfusion of red blood
cells (RBCs) during mitral valve surgery. In surgery, blood
transfusions are frequently used. The majority of blood
products are used in cardiac surgery, where the rate of
blood transfusions ranges from 40% to 90% (1-3).
However, this treatment has advantages and
disadvantages. In critically ill patients, transfusion has
been linked to high rates of morbidity and mortality (4).
Blood transfusion has been linked in some recent studies
to worse outcomes, such as an increased risk of renal
failure and infection and respiratory, circulatory, and
neurological complications following cardiac surgery (5,6).
Red blood cell (RBC) transfusion is linked to an increased
risk of postoperative infections and mortality, according to
a review of studies on cardiac surgery (7-9). It is common
knowledge that blood products are frequently wasted,
which may indicate a lack of evidence-based procedures
for blood transfusion (10-12). The writer of this paper has
aimed to predict the success rate of the transfusion using
the XGBoost technique and gradient boost technique.
Key Words: Blood Transfusion, Machine Learning,
XGBoost, Gradient Boost, Prediction, Artificial Intelligence
1. INTRODUCTION
Before the surgery, it is necessary to provide clinicians
with practical guidance for making clinical decisions and
to predict RBC transfusion. On a clinical level, a patient's
hemoglobin level and anemia symptoms are the primary
considerations for doctors when considering a
transfusion. However, other perioperative indicators, such
as essential patient characteristics like sex, age, and
weight, should not be overlooked; preoperative side
effects like the presence of entry hypertension, ascites,
and hepatic encephalopathy; and preoperative laboratory
results like transaminases, creatinine, and hemoglobin.
The clinical significance of intraoperative and
postoperative risk factors like operation time,
intraoperative blood loss, and postoperative laboratory
indicators as well as the transfusion of RBCs prior to
surgery are also poorly documented. Clinical prediction
models and patients' preoperative risk factors have been
used in studies to predict blood transfusions in
craniofacial, obstetric, and joint surgery (9–11). In
medicine, artificial intelligence (AI) is being used more
and more to help with diagnosis, treatment, automatic
classification, and rehabilitation. An AI method called the
machine learning algorithm is made to mimic human
intelligence by finding patterns of reasoning about the
data that is available (16). Machine learning algorithms
can be used to predict relevant information from basic
data, like whether blood transfusions are required. Mitral
valve disease patients exhibit high homogeneity, standard
diagnostic and treatment procedures, comparable patient
data, and a low rate of bleeding during surgery. In order to
help the surgeon, determine whether or not a patient
requires an intraoperative blood transfusion, we use
machine learning models to investigate the risk factors
that influence blood transfusion during mitral valve
surgery and precisely define these factors' boundaries.
Following the STROBE reporting checklist, we present the
following article.
2. Literature Overview
The study aims to identify the appropriate variables and
the AI method for predicting optimal demand and
minimizing excess and shortage. It is intended to make
predictions by taking into account the variables that will
affect the prediction but have not been discussed in the
literature. In the literature, variables related to human
biologies like age, blood group, and gender make up the
inputs of blood demand models. However, the external
environment has an impact on the dynamic process of
blood component demand. In contrast to other studies, the
study takes into account fifteen distinct variables,
including temperature, province population, and the
number of operations. In the writing, no review has
analyzed the outside factors that influence RBCs request.
Then, based on the established variables, the AI method
that best predicts demand is investigated. Weekly, unit,
and average predictions from the determined AI methods
were compared. The support vector machine was found to
be the most suitable prediction method in light of the
comparisons. A subfield of artificial intelligence that uses
computational modeling to learn from data is known as
machine learning. High-order relationships between
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 11 | Nov 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 883
covariates and outcomes can be modeled using cutting-
edge machine-learning techniques even when there is a lot
of data. As a result, they can be used to solve complex
medical issues and typically outperform conventional
statistical analysis, particularly when analyzing large
amounts of medical data (12). Patients at high risk for a
liver transplant receive targeted preventative measures if
the RBC transfusion can be predicted prior to surgery.
Patients' treatment and prognosis can benefit from
reducing unnecessary costs and side effects. Traditional
linear models and logistic regression (LR) are the
foundations of the majority of studies on predicting RBC
transfusion during liver transplantation. A machine
learning model has not, however, been used to predict
RBC transfusion in patients during or after liver
transplantation (13, 14). This study, therefore,
hypothesized that machine learning could be used to
predict RBC transfusion during or after surgery using
patient preoperative data. This study set out to develop a
machine learning model that could predict RBC
transfusion during and after surgery as well as the
preoperative risk factors for RBC transfusion in liver
transplant patients.
3. Methodology
3.1 Dataset
This is a classification issue based on data from the Blood
Transfusion Service Center in Hsin-Chu City, Taiwan. This
study utilized the donor database of the Blood Transfusion
Service Center in Hsin-Chu City in Taiwan as a means of
demonstrating the RFMTC marketing model, which is a
modified version of RFM. Every three months, the center
sends a blood transfusion service bus to one university in
Hsin-Chu City to collect blood donations. We selected 748
donors from the donor database at random for the FRMTC
model. Each of these 748 donor records contained the
following information: R (recency), F (frequency), and M
(monetary): total blood donated in c.c., T (Time - months
since the first gift), and a double factor addressing
whether he/she gave blood in Walk 2007 (1 represent
giving blood;0 denotes non-blood donation).
Figure -1: Dataset Overview
3.2 Data Preprocessing
Here in figure 2, we can see the non-null count which is
very important to see if there are any data missing so that
we can find it and make the dataset perfect. In figure 3 the
entire description of the data is given and how it is
relevant for the model to grasp the function and use any
particular amount of features that can be used to increase
the accuracy of the model.
Figure -2: Non-null values
Figure -3: dataset description
3.3 Data Visualization
In figure 4 the authors are able to see that a heat map is
generated on the basis of all the features that are present
in the dataset and how much each feature in the dataset is
relevant to the other feature and vice versa.
Figure -4: Heat Map
4. Model Architecture
XGBoost is a distributed gradient boosting library that has
been optimized for high efficiency, adaptability, and
portability. Gradient Boosting is used to put machine
learning algorithms into action. XGBoost offers parallel
tree boosting, also known as GBDT or GBM, which quickly
and accurately solves numerous data science issues. The
same code can solve problems beyond billions of examples
and runs on major distributed environments like Hadoop,
SGE, and MPI.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 11 | Nov 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 884
5. CONCLUSION
Finally, the authors conclude that the methods which have
been used are XGBoost and gradient boost. The accuracy
of XGBoost is about 93 percent and that of a gradient boost
is 90 percent. A 3 percent change can be seen in the
prediction hence the XGBoost performs better in this case.
Hence, the prediction of the transfusion is successful with
the best accuracy of 93 percent.
REFERENCES
[1] K. T. Navya, K. Prasad and B. M. K. Singh,
"Classification of blood cells into white blood cells and
red blood cells from blood smear images using
machine learning techniques," 2021 2nd Global
Conference for Advancement in Technology (GCAT),
2021, pp. 1-4, doi:
10.1109/GCAT52182.2021.9587524.
[2] L. Evdochim, A. E. Zhdanov, V. I. Borisov, D. Dobrescu
and L. G. Dorosinsky, "Blood Mixers for Transfusion
Therapy: Blood Flow Estimation Based on PPG
Technique," 2020 13th International Conference on
Communications (COMM), 2020, pp. 49-53, doi:
10.1109/COMM48946.2020.9142037.
[3] R. K. Nath, H. Thapliyal and A. Caban-Holt, "Towards
Photoplethysmogram Based Non-Invasive Blood
Pressure Classification," 2018 IEEE International
Symposium on Smart Electronic Systems (iSES)
(Formerly iNiS), 2018, pp. 37-39, doi:
10.1109/iSES.2018.00018.
[4] Ü. Şentürk, İ. Yücedağ and K. Polat, "Cuff-less
continuous blood pressure estimation from
Electrocardiogram(ECG) and Photoplethysmography
(PPG) signals with artificial neural network," 2018
26th Signal Processing and Communications
Applications Conference (SIU), 2018, pp. 1-4, doi:
10.1109/SIU.2018.8404255.
[5] Y. Zhong, X. Chuang, T. Xiaoyan and S. Fen, "Study on
the impacting injure principle of blood in the high-
speed axial flow blood pump and its experiment
analysis," 2011 International Conference on
Electronics, Communications and Control (ICECC),
2011, pp. 2870-2873, doi:
10.1109/ICECC.2011.6067901.
[6] E. Nakamachi, "Development of three dimensional
blood vessel search system by using on stereo and
autofocus hybrid method," 2011 Annual International
Conference of the IEEE Engineering in Medicine and
Biology Society, 2011, pp. 6142-6145, doi:
10.1109/IEMBS.2011.6091517.
[7] X. F. Teng and Y. T. Zhang, "An Evaluation of a PTT-
Based Method for Noninvasive and Cuffless
Estimation of Arterial Blood Pressure," 2006
International Conference of the IEEE Engineering in
Medicine and Biology Society, 2006, pp. 6049-6052,
doi: 10.1109/IEMBS.2006.260823.
[8] R. S. Ali, T. F. Hafez, A. B. Ali and N. Abd-Alsabour,
"Blood bag: A web application to manage all blood
donation and transfusion processes," 2017
International Conference on Wireless
Communications, Signal Processing and Networking
(WiSPNET), 2017, pp. 2125-2130, doi:
10.1109/WiSPNET.2017.8300136.
[9] L. Evdochim, A. E. Zhdanov, V. I. Borisov, D. Dobrescu
and L. G. Dorosinsky, "Blood Mixers for Transfusion
Therapy:Photoplethysmogram application for blood
velocity determination," 2020 IEEE International
Symposium on Medical Measurements and
Applications (MeMeA), 2020, pp. 1-6, doi:
10.1109/MeMeA49120.2020.9137214.
[10] M. Lubin, D. Vray and S. Bonnet, "Blood pressure
measurement by coupling an external pressure and
photo-plethysmographic signals," 2020 42nd Annual
International Conference of the IEEE Engineering in
Medicine & Biology Society (EMBC), 2020, pp. 4996-
4999, doi: 10.1109/EMBC44109.2020.9176730.
[11] P. Magni and R. Bellazzi, "A stochastic model to assess
the variability of blood glucose time series in diabetic
patients self-monitoring," in IEEE Transactions on
Biomedical Engineering, vol. 53, no. 6, pp. 977-985,
June 2006, doi: 10.1109/TBME.2006.873388.
[12] S. Subramani, S. Sukumar, Z. Ahmed, V. Venkat, V.
Sriram and B. Geethanjali, "Analysing the Performance
of Blood Pressure Parameters Using EMF Method,"
2020 4th International Conference on Trends in
Electronics and Informatics (ICOEI)(48184), 2020, pp.
832-836, doi: 10.1109/ICOEI48184.2020.9142931.
[13] L. A. Geddes, "Why do we measure blood pressure in
millimeters of mercury? [Retrospectroscope]," in IEEE
Engineering in Medicine and Biology Magazine, vol.
27, no. 1, pp. 70-86, Jan.-Feb. 2008, doi:
10.1109/MEMB.2007.911401.
[14] H. Otsuki, T. Ota and N. Miki, "Blood-Separating Device
Without Energy Source for Implantable Medical
Devices," 2018 40th Annual International Conference
of the IEEE Engineering in Medicine and Biology
Society (EMBC), 2018, pp. 4661-4664, doi:
10.1109/EMBC.2018.8513160.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 11 | Nov 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 885
[15] D. B. McCombie, P. A. Shaltis, A. T. Reisner and H. H.
Asada, "Adaptive hydrostatic blood pressure
calibration: Development of a wearable, autonomous
pulse wave velocity blood pressure monitor," 2007
29th Annual International Conference of the IEEE
Engineering in Medicine and Biology Society, 2007,
pp. 370-373, doi: 10.1109/IEMBS.2007.4352301.
[16] E. Nakamachi, "Development of automatic operated
blood sampling system for portable type Self-
Monitoring Blood Glucose device," 2010 Annual
International Conference of the IEEE Engineering in
Medicine and Biology, 2010, pp. 335-338, doi:
10.1109/IEMBS.2010.5627675.
[17] S. Tanaka, M. Nogawa, T. Yamakoshi and K. -i.
Yamakoshi, "Accuracy Assessment of a Noninvasive
Device for Monitoring Beat-by-Beat Blood Pressure in
the Radial Artery Using the Volume-Compensation
Method," in IEEE Transactions on Biomedical
Engineering, vol. 54, no. 10, pp. 1892-1895, Oct. 2007,
doi: 10.1109/TBME.2007.894833.
[18] M. Mafi, S. Rajan, M. Bolic, V. Z. Groza and H. R. Dajani,
"Blood pressure estimation using maximum slope of
oscillometric pulses," 2012 Annual International
Conference of the IEEE Engineering in Medicine and
Biology Society, 2012, pp. 3239-3242, doi:
10.1109/EMBC.2012.6346655.
[19] C. Rungsirikunnan, K. Mondee, G. Gesprasert and P.
Naiyanetr, "Investigation of Blood Hemolysis Study in
Rotary Blood Pump between Continuous Flow and
Pulsatile Flow," 2018 11th Biomedical Engineering
International Conference (BMEiCON), 2018, pp. 1-4,
doi: 10.1109/BMEiCON.2018.8609953.
[20] R. Kumar and A. K. Sahani, "A Device to Reduce
Vasovagal Syncope in Blood Donors," 2021 43rd
Annual International Conference of the IEEE
Engineering in Medicine & Biology Society (EMBC),
2021, pp. 2136-2139, doi:
10.1109/EMBC46164.2021.9630891.

More Related Content

Similar to Blood Transfusion success rate prediction using Artificial Intelligence

10.2307@2631397
10.2307@263139710.2307@2631397
10.2307@2631397
jesus vargas
 
HEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUES
HEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUESHEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUES
HEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUES
IRJET Journal
 
IRJET- Data Mining Techniques to Predict Diabetes
IRJET- Data Mining Techniques to Predict DiabetesIRJET- Data Mining Techniques to Predict Diabetes
IRJET- Data Mining Techniques to Predict Diabetes
IRJET Journal
 
IRJET-Electro-Discharge Machining: Recent Developments and Trends
IRJET-Electro-Discharge Machining: Recent Developments and TrendsIRJET-Electro-Discharge Machining: Recent Developments and Trends
IRJET-Electro-Discharge Machining: Recent Developments and Trends
IRJET Journal
 
IRJET- Predicting Diabetes Disease using Effective Classification Techniques
IRJET-  	  Predicting Diabetes Disease using Effective Classification TechniquesIRJET-  	  Predicting Diabetes Disease using Effective Classification Techniques
IRJET- Predicting Diabetes Disease using Effective Classification Techniques
IRJET Journal
 
Comparative Analysis of Heart Disease Prediction Models: Unveiling the Most A...
Comparative Analysis of Heart Disease Prediction Models: Unveiling the Most A...Comparative Analysis of Heart Disease Prediction Models: Unveiling the Most A...
Comparative Analysis of Heart Disease Prediction Models: Unveiling the Most A...
IRJET Journal
 
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
IRJET Journal
 
IRJET- Automated Blood Group Recognition System using Image Processing
IRJET- Automated Blood Group Recognition System using Image ProcessingIRJET- Automated Blood Group Recognition System using Image Processing
IRJET- Automated Blood Group Recognition System using Image Processing
IRJET Journal
 
IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...
IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...
IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...
IRJET Journal
 
IRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction SystemIRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction System
IRJET Journal
 
IRJET-Cloud Based Patient Referral System
IRJET-Cloud Based Patient Referral SystemIRJET-Cloud Based Patient Referral System
IRJET-Cloud Based Patient Referral System
IRJET Journal
 
PREDICTION OF HEART DISEASE USING LOGISTIC REGRESSION
PREDICTION OF HEART DISEASE USING LOGISTIC REGRESSIONPREDICTION OF HEART DISEASE USING LOGISTIC REGRESSION
PREDICTION OF HEART DISEASE USING LOGISTIC REGRESSION
IRJET Journal
 
Improving Transparency between Doner and Seeker in Blood Bank Management Syst...
Improving Transparency between Doner and Seeker in Blood Bank Management Syst...Improving Transparency between Doner and Seeker in Blood Bank Management Syst...
Improving Transparency between Doner and Seeker in Blood Bank Management Syst...
IRJET Journal
 
IRJET- Hospital Admission Prediction: A Technology Survey
IRJET- Hospital Admission Prediction: A Technology SurveyIRJET- Hospital Admission Prediction: A Technology Survey
IRJET- Hospital Admission Prediction: A Technology Survey
IRJET Journal
 
Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397Editor IJARCET
 
“A Medical System to Identify the Mortality Rates with Hospital ResourcesUsin...
“A Medical System to Identify the Mortality Rates with Hospital ResourcesUsin...“A Medical System to Identify the Mortality Rates with Hospital ResourcesUsin...
“A Medical System to Identify the Mortality Rates with Hospital ResourcesUsin...
IRJET Journal
 
[DSC Europe 23][DigiHealth] Urosh VIlimanovich Clinical Data Management and C...
[DSC Europe 23][DigiHealth] Urosh VIlimanovich Clinical Data Management and C...[DSC Europe 23][DigiHealth] Urosh VIlimanovich Clinical Data Management and C...
[DSC Europe 23][DigiHealth] Urosh VIlimanovich Clinical Data Management and C...
DataScienceConferenc1
 
Heart Disease Prediction Using Data Mining
Heart Disease Prediction Using Data MiningHeart Disease Prediction Using Data Mining
Heart Disease Prediction Using Data Mining
IRJET Journal
 
IRJET - Prediction and Analysis of Multiple Diseases using Machine Learni...
IRJET -  	  Prediction and Analysis of Multiple Diseases using Machine Learni...IRJET -  	  Prediction and Analysis of Multiple Diseases using Machine Learni...
IRJET - Prediction and Analysis of Multiple Diseases using Machine Learni...
IRJET Journal
 
PREDICT THE QUALITY OF FRESHWATER USING MACHINE LEARNING
PREDICT THE QUALITY OF FRESHWATER USING MACHINE LEARNINGPREDICT THE QUALITY OF FRESHWATER USING MACHINE LEARNING
PREDICT THE QUALITY OF FRESHWATER USING MACHINE LEARNING
IRJET Journal
 

Similar to Blood Transfusion success rate prediction using Artificial Intelligence (20)

10.2307@2631397
10.2307@263139710.2307@2631397
10.2307@2631397
 
HEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUES
HEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUESHEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUES
HEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUES
 
IRJET- Data Mining Techniques to Predict Diabetes
IRJET- Data Mining Techniques to Predict DiabetesIRJET- Data Mining Techniques to Predict Diabetes
IRJET- Data Mining Techniques to Predict Diabetes
 
IRJET-Electro-Discharge Machining: Recent Developments and Trends
IRJET-Electro-Discharge Machining: Recent Developments and TrendsIRJET-Electro-Discharge Machining: Recent Developments and Trends
IRJET-Electro-Discharge Machining: Recent Developments and Trends
 
IRJET- Predicting Diabetes Disease using Effective Classification Techniques
IRJET-  	  Predicting Diabetes Disease using Effective Classification TechniquesIRJET-  	  Predicting Diabetes Disease using Effective Classification Techniques
IRJET- Predicting Diabetes Disease using Effective Classification Techniques
 
Comparative Analysis of Heart Disease Prediction Models: Unveiling the Most A...
Comparative Analysis of Heart Disease Prediction Models: Unveiling the Most A...Comparative Analysis of Heart Disease Prediction Models: Unveiling the Most A...
Comparative Analysis of Heart Disease Prediction Models: Unveiling the Most A...
 
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
 
IRJET- Automated Blood Group Recognition System using Image Processing
IRJET- Automated Blood Group Recognition System using Image ProcessingIRJET- Automated Blood Group Recognition System using Image Processing
IRJET- Automated Blood Group Recognition System using Image Processing
 
IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...
IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...
IRJET- Extending Association Rule Summarization Techniques to Assess Risk of ...
 
IRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction SystemIRJET- Heart Disease Prediction System
IRJET- Heart Disease Prediction System
 
IRJET-Cloud Based Patient Referral System
IRJET-Cloud Based Patient Referral SystemIRJET-Cloud Based Patient Referral System
IRJET-Cloud Based Patient Referral System
 
PREDICTION OF HEART DISEASE USING LOGISTIC REGRESSION
PREDICTION OF HEART DISEASE USING LOGISTIC REGRESSIONPREDICTION OF HEART DISEASE USING LOGISTIC REGRESSION
PREDICTION OF HEART DISEASE USING LOGISTIC REGRESSION
 
Improving Transparency between Doner and Seeker in Blood Bank Management Syst...
Improving Transparency between Doner and Seeker in Blood Bank Management Syst...Improving Transparency between Doner and Seeker in Blood Bank Management Syst...
Improving Transparency between Doner and Seeker in Blood Bank Management Syst...
 
IRJET- Hospital Admission Prediction: A Technology Survey
IRJET- Hospital Admission Prediction: A Technology SurveyIRJET- Hospital Admission Prediction: A Technology Survey
IRJET- Hospital Admission Prediction: A Technology Survey
 
Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397Ijarcet vol-2-issue-4-1393-1397
Ijarcet vol-2-issue-4-1393-1397
 
“A Medical System to Identify the Mortality Rates with Hospital ResourcesUsin...
“A Medical System to Identify the Mortality Rates with Hospital ResourcesUsin...“A Medical System to Identify the Mortality Rates with Hospital ResourcesUsin...
“A Medical System to Identify the Mortality Rates with Hospital ResourcesUsin...
 
[DSC Europe 23][DigiHealth] Urosh VIlimanovich Clinical Data Management and C...
[DSC Europe 23][DigiHealth] Urosh VIlimanovich Clinical Data Management and C...[DSC Europe 23][DigiHealth] Urosh VIlimanovich Clinical Data Management and C...
[DSC Europe 23][DigiHealth] Urosh VIlimanovich Clinical Data Management and C...
 
Heart Disease Prediction Using Data Mining
Heart Disease Prediction Using Data MiningHeart Disease Prediction Using Data Mining
Heart Disease Prediction Using Data Mining
 
IRJET - Prediction and Analysis of Multiple Diseases using Machine Learni...
IRJET -  	  Prediction and Analysis of Multiple Diseases using Machine Learni...IRJET -  	  Prediction and Analysis of Multiple Diseases using Machine Learni...
IRJET - Prediction and Analysis of Multiple Diseases using Machine Learni...
 
PREDICT THE QUALITY OF FRESHWATER USING MACHINE LEARNING
PREDICT THE QUALITY OF FRESHWATER USING MACHINE LEARNINGPREDICT THE QUALITY OF FRESHWATER USING MACHINE LEARNING
PREDICT THE QUALITY OF FRESHWATER USING MACHINE LEARNING
 

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 STRUCTURE
IRJET 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 Characteristics
IRJET 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 ADAS
IRJET 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 Pro
IRJET 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 System
IRJET 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 bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET 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 Design
IRJET 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

HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 

Recently uploaded (20)

HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 

Blood Transfusion success rate prediction using Artificial Intelligence

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 11 | Nov 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 882 Blood Transfusion success rate prediction using Artificial Intelligence Rushabh Jaiswal1 1B.Tech. Student, Information Technology, Veermata Jijabai Technological Institute, Mumbai, Maharashtra 400019 ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Surgery has made extensive use of red blood cell (RBC) transfusion therapy, which has resulted in excellent treatment outcomes. However, doctors sometimes use their experience to determine whether or not RBC transfusions are necessary. In this study, we use machine learning models to predict whether a patient will require an intraoperative blood transfusion of red blood cells (RBCs) during mitral valve surgery. In surgery, blood transfusions are frequently used. The majority of blood products are used in cardiac surgery, where the rate of blood transfusions ranges from 40% to 90% (1-3). However, this treatment has advantages and disadvantages. In critically ill patients, transfusion has been linked to high rates of morbidity and mortality (4). Blood transfusion has been linked in some recent studies to worse outcomes, such as an increased risk of renal failure and infection and respiratory, circulatory, and neurological complications following cardiac surgery (5,6). Red blood cell (RBC) transfusion is linked to an increased risk of postoperative infections and mortality, according to a review of studies on cardiac surgery (7-9). It is common knowledge that blood products are frequently wasted, which may indicate a lack of evidence-based procedures for blood transfusion (10-12). The writer of this paper has aimed to predict the success rate of the transfusion using the XGBoost technique and gradient boost technique. Key Words: Blood Transfusion, Machine Learning, XGBoost, Gradient Boost, Prediction, Artificial Intelligence 1. INTRODUCTION Before the surgery, it is necessary to provide clinicians with practical guidance for making clinical decisions and to predict RBC transfusion. On a clinical level, a patient's hemoglobin level and anemia symptoms are the primary considerations for doctors when considering a transfusion. However, other perioperative indicators, such as essential patient characteristics like sex, age, and weight, should not be overlooked; preoperative side effects like the presence of entry hypertension, ascites, and hepatic encephalopathy; and preoperative laboratory results like transaminases, creatinine, and hemoglobin. The clinical significance of intraoperative and postoperative risk factors like operation time, intraoperative blood loss, and postoperative laboratory indicators as well as the transfusion of RBCs prior to surgery are also poorly documented. Clinical prediction models and patients' preoperative risk factors have been used in studies to predict blood transfusions in craniofacial, obstetric, and joint surgery (9–11). In medicine, artificial intelligence (AI) is being used more and more to help with diagnosis, treatment, automatic classification, and rehabilitation. An AI method called the machine learning algorithm is made to mimic human intelligence by finding patterns of reasoning about the data that is available (16). Machine learning algorithms can be used to predict relevant information from basic data, like whether blood transfusions are required. Mitral valve disease patients exhibit high homogeneity, standard diagnostic and treatment procedures, comparable patient data, and a low rate of bleeding during surgery. In order to help the surgeon, determine whether or not a patient requires an intraoperative blood transfusion, we use machine learning models to investigate the risk factors that influence blood transfusion during mitral valve surgery and precisely define these factors' boundaries. Following the STROBE reporting checklist, we present the following article. 2. Literature Overview The study aims to identify the appropriate variables and the AI method for predicting optimal demand and minimizing excess and shortage. It is intended to make predictions by taking into account the variables that will affect the prediction but have not been discussed in the literature. In the literature, variables related to human biologies like age, blood group, and gender make up the inputs of blood demand models. However, the external environment has an impact on the dynamic process of blood component demand. In contrast to other studies, the study takes into account fifteen distinct variables, including temperature, province population, and the number of operations. In the writing, no review has analyzed the outside factors that influence RBCs request. Then, based on the established variables, the AI method that best predicts demand is investigated. Weekly, unit, and average predictions from the determined AI methods were compared. The support vector machine was found to be the most suitable prediction method in light of the comparisons. A subfield of artificial intelligence that uses computational modeling to learn from data is known as machine learning. High-order relationships between
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 11 | Nov 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 883 covariates and outcomes can be modeled using cutting- edge machine-learning techniques even when there is a lot of data. As a result, they can be used to solve complex medical issues and typically outperform conventional statistical analysis, particularly when analyzing large amounts of medical data (12). Patients at high risk for a liver transplant receive targeted preventative measures if the RBC transfusion can be predicted prior to surgery. Patients' treatment and prognosis can benefit from reducing unnecessary costs and side effects. Traditional linear models and logistic regression (LR) are the foundations of the majority of studies on predicting RBC transfusion during liver transplantation. A machine learning model has not, however, been used to predict RBC transfusion in patients during or after liver transplantation (13, 14). This study, therefore, hypothesized that machine learning could be used to predict RBC transfusion during or after surgery using patient preoperative data. This study set out to develop a machine learning model that could predict RBC transfusion during and after surgery as well as the preoperative risk factors for RBC transfusion in liver transplant patients. 3. Methodology 3.1 Dataset This is a classification issue based on data from the Blood Transfusion Service Center in Hsin-Chu City, Taiwan. This study utilized the donor database of the Blood Transfusion Service Center in Hsin-Chu City in Taiwan as a means of demonstrating the RFMTC marketing model, which is a modified version of RFM. Every three months, the center sends a blood transfusion service bus to one university in Hsin-Chu City to collect blood donations. We selected 748 donors from the donor database at random for the FRMTC model. Each of these 748 donor records contained the following information: R (recency), F (frequency), and M (monetary): total blood donated in c.c., T (Time - months since the first gift), and a double factor addressing whether he/she gave blood in Walk 2007 (1 represent giving blood;0 denotes non-blood donation). Figure -1: Dataset Overview 3.2 Data Preprocessing Here in figure 2, we can see the non-null count which is very important to see if there are any data missing so that we can find it and make the dataset perfect. In figure 3 the entire description of the data is given and how it is relevant for the model to grasp the function and use any particular amount of features that can be used to increase the accuracy of the model. Figure -2: Non-null values Figure -3: dataset description 3.3 Data Visualization In figure 4 the authors are able to see that a heat map is generated on the basis of all the features that are present in the dataset and how much each feature in the dataset is relevant to the other feature and vice versa. Figure -4: Heat Map 4. Model Architecture XGBoost is a distributed gradient boosting library that has been optimized for high efficiency, adaptability, and portability. Gradient Boosting is used to put machine learning algorithms into action. XGBoost offers parallel tree boosting, also known as GBDT or GBM, which quickly and accurately solves numerous data science issues. The same code can solve problems beyond billions of examples and runs on major distributed environments like Hadoop, SGE, and MPI.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 11 | Nov 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 884 5. CONCLUSION Finally, the authors conclude that the methods which have been used are XGBoost and gradient boost. The accuracy of XGBoost is about 93 percent and that of a gradient boost is 90 percent. A 3 percent change can be seen in the prediction hence the XGBoost performs better in this case. Hence, the prediction of the transfusion is successful with the best accuracy of 93 percent. REFERENCES [1] K. T. Navya, K. Prasad and B. M. K. Singh, "Classification of blood cells into white blood cells and red blood cells from blood smear images using machine learning techniques," 2021 2nd Global Conference for Advancement in Technology (GCAT), 2021, pp. 1-4, doi: 10.1109/GCAT52182.2021.9587524. [2] L. Evdochim, A. E. Zhdanov, V. I. Borisov, D. Dobrescu and L. G. Dorosinsky, "Blood Mixers for Transfusion Therapy: Blood Flow Estimation Based on PPG Technique," 2020 13th International Conference on Communications (COMM), 2020, pp. 49-53, doi: 10.1109/COMM48946.2020.9142037. [3] R. K. Nath, H. Thapliyal and A. Caban-Holt, "Towards Photoplethysmogram Based Non-Invasive Blood Pressure Classification," 2018 IEEE International Symposium on Smart Electronic Systems (iSES) (Formerly iNiS), 2018, pp. 37-39, doi: 10.1109/iSES.2018.00018. [4] Ü. Şentürk, İ. Yücedağ and K. Polat, "Cuff-less continuous blood pressure estimation from Electrocardiogram(ECG) and Photoplethysmography (PPG) signals with artificial neural network," 2018 26th Signal Processing and Communications Applications Conference (SIU), 2018, pp. 1-4, doi: 10.1109/SIU.2018.8404255. [5] Y. Zhong, X. Chuang, T. Xiaoyan and S. Fen, "Study on the impacting injure principle of blood in the high- speed axial flow blood pump and its experiment analysis," 2011 International Conference on Electronics, Communications and Control (ICECC), 2011, pp. 2870-2873, doi: 10.1109/ICECC.2011.6067901. [6] E. Nakamachi, "Development of three dimensional blood vessel search system by using on stereo and autofocus hybrid method," 2011 Annual International Conference of the IEEE Engineering in Medicine and Biology Society, 2011, pp. 6142-6145, doi: 10.1109/IEMBS.2011.6091517. [7] X. F. Teng and Y. T. Zhang, "An Evaluation of a PTT- Based Method for Noninvasive and Cuffless Estimation of Arterial Blood Pressure," 2006 International Conference of the IEEE Engineering in Medicine and Biology Society, 2006, pp. 6049-6052, doi: 10.1109/IEMBS.2006.260823. [8] R. S. Ali, T. F. Hafez, A. B. Ali and N. Abd-Alsabour, "Blood bag: A web application to manage all blood donation and transfusion processes," 2017 International Conference on Wireless Communications, Signal Processing and Networking (WiSPNET), 2017, pp. 2125-2130, doi: 10.1109/WiSPNET.2017.8300136. [9] L. Evdochim, A. E. Zhdanov, V. I. Borisov, D. Dobrescu and L. G. Dorosinsky, "Blood Mixers for Transfusion Therapy:Photoplethysmogram application for blood velocity determination," 2020 IEEE International Symposium on Medical Measurements and Applications (MeMeA), 2020, pp. 1-6, doi: 10.1109/MeMeA49120.2020.9137214. [10] M. Lubin, D. Vray and S. Bonnet, "Blood pressure measurement by coupling an external pressure and photo-plethysmographic signals," 2020 42nd Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC), 2020, pp. 4996- 4999, doi: 10.1109/EMBC44109.2020.9176730. [11] P. Magni and R. Bellazzi, "A stochastic model to assess the variability of blood glucose time series in diabetic patients self-monitoring," in IEEE Transactions on Biomedical Engineering, vol. 53, no. 6, pp. 977-985, June 2006, doi: 10.1109/TBME.2006.873388. [12] S. Subramani, S. Sukumar, Z. Ahmed, V. Venkat, V. Sriram and B. Geethanjali, "Analysing the Performance of Blood Pressure Parameters Using EMF Method," 2020 4th International Conference on Trends in Electronics and Informatics (ICOEI)(48184), 2020, pp. 832-836, doi: 10.1109/ICOEI48184.2020.9142931. [13] L. A. Geddes, "Why do we measure blood pressure in millimeters of mercury? [Retrospectroscope]," in IEEE Engineering in Medicine and Biology Magazine, vol. 27, no. 1, pp. 70-86, Jan.-Feb. 2008, doi: 10.1109/MEMB.2007.911401. [14] H. Otsuki, T. Ota and N. Miki, "Blood-Separating Device Without Energy Source for Implantable Medical Devices," 2018 40th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), 2018, pp. 4661-4664, doi: 10.1109/EMBC.2018.8513160.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 11 | Nov 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 885 [15] D. B. McCombie, P. A. Shaltis, A. T. Reisner and H. H. Asada, "Adaptive hydrostatic blood pressure calibration: Development of a wearable, autonomous pulse wave velocity blood pressure monitor," 2007 29th Annual International Conference of the IEEE Engineering in Medicine and Biology Society, 2007, pp. 370-373, doi: 10.1109/IEMBS.2007.4352301. [16] E. Nakamachi, "Development of automatic operated blood sampling system for portable type Self- Monitoring Blood Glucose device," 2010 Annual International Conference of the IEEE Engineering in Medicine and Biology, 2010, pp. 335-338, doi: 10.1109/IEMBS.2010.5627675. [17] S. Tanaka, M. Nogawa, T. Yamakoshi and K. -i. Yamakoshi, "Accuracy Assessment of a Noninvasive Device for Monitoring Beat-by-Beat Blood Pressure in the Radial Artery Using the Volume-Compensation Method," in IEEE Transactions on Biomedical Engineering, vol. 54, no. 10, pp. 1892-1895, Oct. 2007, doi: 10.1109/TBME.2007.894833. [18] M. Mafi, S. Rajan, M. Bolic, V. Z. Groza and H. R. Dajani, "Blood pressure estimation using maximum slope of oscillometric pulses," 2012 Annual International Conference of the IEEE Engineering in Medicine and Biology Society, 2012, pp. 3239-3242, doi: 10.1109/EMBC.2012.6346655. [19] C. Rungsirikunnan, K. Mondee, G. Gesprasert and P. Naiyanetr, "Investigation of Blood Hemolysis Study in Rotary Blood Pump between Continuous Flow and Pulsatile Flow," 2018 11th Biomedical Engineering International Conference (BMEiCON), 2018, pp. 1-4, doi: 10.1109/BMEiCON.2018.8609953. [20] R. Kumar and A. K. Sahani, "A Device to Reduce Vasovagal Syncope in Blood Donors," 2021 43rd Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC), 2021, pp. 2136-2139, doi: 10.1109/EMBC46164.2021.9630891.