期刊文献+
共找到4篇文章
< 1 >
每页显示 20 50 100
An Efficient Stacked Ensemble Model for Heart Disease Detection and Classification
1
作者 sidra abbas Gabriel Avelino Sampedro +2 位作者 Shtwai Alsubai Ahmad Almadhor Tai-hoon Kim 《Computers, Materials & Continua》 SCIE EI 2023年第10期665-680,共16页
Cardiac disease is a chronic condition that impairs the heart’s functionality.It includes conditions such as coronary artery disease,heart failure,arrhythmias,and valvular heart disease.These conditions can lead to s... Cardiac disease is a chronic condition that impairs the heart’s functionality.It includes conditions such as coronary artery disease,heart failure,arrhythmias,and valvular heart disease.These conditions can lead to serious complications and even be life-threatening if not detected and managed in time.Researchers have utilized Machine Learning(ML)and Deep Learning(DL)to identify heart abnormalities swiftly and consistently.Various approaches have been applied to predict and treat heart disease utilizing ML and DL.This paper proposes a Machine and Deep Learning-based Stacked Model(MDLSM)to predict heart disease accurately.ML approaches such as eXtreme Gradient Boosting(XGB),Random Forest(RF),Naive Bayes(NB),Decision Tree(DT),and KNearest Neighbor(KNN),along with two DL models:Deep Neural Network(DNN)and Fine Tuned Deep Neural Network(FT-DNN)are used to detect heart disease.These models rely on electronic medical data that increases the likelihood of correctly identifying and diagnosing heart disease.Well-known evaluation measures(i.e.,accuracy,precision,recall,F1-score,confusion matrix,and area under the Receiver Operating Characteristic(ROC)curve)are employed to check the efficacy of the proposed approach.Results reveal that the MDLSM achieves 94.14%prediction accuracy,which is 8.30%better than the results from the baseline experiments recommending our proposed approach for identifying and diagnosing heart disease. 展开更多
关键词 Deep neural network heart disease healthcare machine learning STACKING
下载PDF
Ensemble Learning for Fetal Health Classification
2
作者 Mesfer Al Duhayyim sidra abbas +3 位作者 Abdullah Al Hejaili Natalia Kryvinska Ahmad Almadhor Huma Mughal 《Computer Systems Science & Engineering》 SCIE EI 2023年第10期823-842,共20页
Cardiotocography(CTG)represents the fetus’s health inside the womb during labor.However,assessment of its readings can be a highly subjective process depending on the expertise of the obstetrician.Digital signals fro... Cardiotocography(CTG)represents the fetus’s health inside the womb during labor.However,assessment of its readings can be a highly subjective process depending on the expertise of the obstetrician.Digital signals from fetal monitors acquire parameters(i.e.,fetal heart rate,contractions,acceleration).Objective:This paper aims to classify the CTG readings containing imbalanced healthy,suspected,and pathological fetus readings.Method:We perform two sets of experiments.Firstly,we employ five classifiers:Random Forest(RF),Adaptive Boosting(AdaBoost),Categorical Boosting(CatBoost),Extreme Gradient Boosting(XGBoost),and Light Gradient Boosting Machine(LGBM)without over-sampling to classify CTG readings into three categories:healthy,suspected,and pathological.Secondly,we employ an ensemble of the above-described classifiers with the oversamplingmethod.We use a random over-sampling technique to balance CTG records to train the ensemble models.We use 3602 CTG readings to train the ensemble classifiers and 1201 records to evaluate them.The outcomes of these classifiers are then fed into the soft voting classifier to obtain the most accurate results.Results:Each classifier evaluates accuracy,Precision,Recall,F1-scores,and Area Under the Receiver Operating Curve(AUROC)values.Results reveal that the XGBoost,LGBM,and CatBoost classifiers yielded 99%accuracy.Conclusion:Using ensemble classifiers over a balanced CTG dataset improves the detection accuracy compared to the previous studies and our first experiment.A soft voting classifier then eliminates the weakness of one individual classifier to yield superior performance of the overall model. 展开更多
关键词 Fetal health cardiotocography(CTG) ensemble learning adaptive boosting(AdaBoost) voting classifier
下载PDF
An Ensemble Machine Learning Technique for Stroke Prognosis
3
作者 Mesfer Al Duhayyim sidra abbas +3 位作者 Abdullah Al Hejaili Natalia Kryvinska Ahmad Almadhor Uzma Ghulam Mohammad 《Computer Systems Science & Engineering》 SCIE EI 2023年第10期413-429,共17页
Stroke is a life-threatening disease usually due to blockage of blood or insufficient blood flow to the brain.It has a tremendous impact on every aspect of life since it is the leading global factor of disability and ... Stroke is a life-threatening disease usually due to blockage of blood or insufficient blood flow to the brain.It has a tremendous impact on every aspect of life since it is the leading global factor of disability and morbidity.Strokes can range from minor to severe(extensive).Thus,early stroke assessment and treatment can enhance survival rates.Manual prediction is extremely time and resource intensive.Automated prediction methods such as Modern Information and Communication Technologies(ICTs),particularly those inMachine Learning(ML)area,are crucial for the early diagnosis and prognosis of stroke.Therefore,this research proposed an ensemble voting model based on three Machine Learning(ML)algorithms:Random Forest(RF),Extreme Gradient Boosting(XGBoost),and Light Gradient Boosting Machine(LGBM).We apply data preprocessing to manage the outliers and useless instances in the dataset.Furthermore,to address the problem of imbalanced data,we enhance the minority class’s representation using the Synthetic Minority Over-Sampling Technique(SMOTE),allowing it to engage in the learning process actively.Results reveal that the suggested model outperforms existing studies and other classifiers with 0.96%accuracy,0.97%precision,0.97%recall,and 0.96%F1-score.The experiment demonstrates that the proposed ensemble voting model outperforms state-of-the-art and other traditional approaches. 展开更多
关键词 Stroke prediction machine learning ensemble model data analysis Synthetic Minority Over-Sampling
下载PDF
A Hybrid Approach for Network Intrusion Detection 被引量:1
4
作者 Mavra Mehmood Talha Javed +4 位作者 Jamel Nebhen sidra abbas Rabia Abid Giridhar Reddy Bojja Muhammad Rizwan 《Computers, Materials & Continua》 SCIE EI 2022年第1期91-107,共17页
Due to the widespread use of the internet and smart devices,various attacks like intrusion,zero-day,Malware,and security breaches are a constant threat to any organization’s network infrastructure.Thus,a Network Intr... Due to the widespread use of the internet and smart devices,various attacks like intrusion,zero-day,Malware,and security breaches are a constant threat to any organization’s network infrastructure.Thus,a Network Intrusion Detection System(NIDS)is required to detect attacks in network traffic.This paper proposes a new hybrid method for intrusion detection and attack categorization.The proposed approach comprises three steps to address high false and low false-negative rates for intrusion detection and attack categorization.In the first step,the dataset is preprocessed through the data transformation technique and min-max method.Secondly,the random forest recursive feature elimination method is applied to identify optimal features that positively impact the model’s performance.Next,we use various Support Vector Machine(SVM)types to detect intrusion and the Adaptive Neuro-Fuzzy System(ANFIS)to categorize probe,U2R,R2U,and DDOS attacks.The validation of the proposed method is calculated through Fine Gaussian SVM(FGSVM),which is 99.3%for the binary class.Mean Square Error(MSE)is reported as 0.084964 for training data,0.0855203 for testing,and 0.084964 to validate multiclass categorization. 展开更多
关键词 Network security intrusion detection system machine learning ATTACKS data mining classification feature selection
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部