Hussin Ragb

and 2 more

Heart failure is a leading cause of death among Diabetic and Obese patients globally, contributing to 8.5% of all heart disease deaths and potentially 36% of cardiovascular disease deaths. Early detection is crucial for timely intervention, reducing symptoms, lowering hospitalizations, and improving patient outcomes through personalized management. This paper presents the use of Semi-Parametric and Accelerated Failure Time survival models (AFT) on Heart failure prediction. Cox Proportional Hazard model from the family of Semi-Parametric survival models and Weibull's Accelerated Failure Time models from the family of Accelerated Failure Time models have been compared and contrasted. The Cox PH model excels in its ability to adapt to various survival time distributions avoiding any assumptions on survival time distribution. The Cox proportional hazard allows for the examination of covariate effects on the hazard function, making it a widely used survival model. Weibull AFT model follows a parametric approach, directly estimating the distribution of the survival time. Medical records data of close to 299 patients, who had heart failure, collected during their clinical followup period is used for building and evaluating the model. The final evaluation of model performance was conducted, focusing on their capacity to predict the probability of patient survival beyond 250 days from the clinical visit. Among the Cox proportional hazard model and Weibull's AFT model, the Weibull's AFT model demonstrated superior performance compared to the Cox model. Remarkably, Weibull's model exhibited consistently exceptional performance in both train and test validations.

Hussin Ragb

and 1 more

Quality assurance in manufacturing often involves manual interventions; however, the integration of machine learning and artificial intelligence can facilitate automation in quality inspection. Industrial process automation significantly contributes to the success of large-scale industries by improving operational efficiency and reallocating resources towards customer satisfaction, thereby enhancing overall business performance. This paper introduces a Convolutional Neural Network (CNN) model based on transfer learning for identifying surface irregularities on finished wooden objects, including stains, porosity, color mismatches, cracks, and knots. Unlike traditional methods that utilize intensity or colored images, our model employs image gradients based on the Canny operator. Edge detection is applied to raw colored images during the image augmentation process to accentuate structural changes on the objects. The rationale behind developing the model on edge-detected images is to reduce noise by eliminating natural patterns that could be misinterpreted as surface irregularities. Deep Convolutional Neural Network models are trained on these edge-detected images. The developed model is assessed using an out-ofsample dataset, with the F1-Score and Accuracy as the primary evaluation metrics. Initially, the model faced challenges in out-of-sample validation due to a low volume of defective images. However, post-performing class balancing, the model exhibited exceptional performance, highlighting its effectiveness in wooden surface irregularity identification.