SearcharxivSearch

arXiv subjects

Ismail B. Mustapha

Publications and source records attributed to Ismail B. Mustapha.

4 recordsLinked to original sources

On the Impact of Class Imbalance on the Learning Dynamics of Deep Neural Networks:An Intuitive Insight

Class imbalance in deep neural networks (DNNs) has witnessed a rapid increase in research attention in recent years. However, the varying accounts of the reasons behind the poor performance of DNN on imbalance data in pertinent literature shows that little is known about how this agelong phenomenon impacts the performance of DNNs. A better understanding of this problem is crucial to developing effective DNN-based imbalance methods. Thus, this study systematically investigates the impact of class imbalance on the learning dynamics of DNN by monitoring the learning pattern of DNN models on both the majority and minority classes of datasets of varying imbalance ratios. Experimental findings shows that as against learning from balanced datasets where DNN learns the classes similarly, class imbalance has severe deteriorating impact on the performance of DNN, driving the model to underfit the minority class samples in the early training epochs while simultaneously learning only the majority class. Although DNN ultimately learns the minority samples, learning in this manner only results in learnt minority representations that are non-generalizable at test phase because they are merely overfitted to keep the overall training loss as low as possible.

cs.LG

Intelligent Gradient Boosting Algorithms for Estimating Strength of Modified Subgrade Soil

The performance of pavement under loading depends on the strength of the subgrade. However, experimental estimation of properties of pavement strengths such as California bearing ratio (CBR), unconfined compressive strength (UCS) and resistance value (R) are often tedious, time-consuming and costly, thereby inspiring a growing interest in machine learning based tools which are simple, cheap and fast alternatives. Thus, the potential application of two boosting techniques; categorical boosting (CatBoost) and extreme gradient boosting (XGBoost) and support vector regression (SVR), is similarly explored in this study for estimation of properties of subgrade soil modified with hydrated lime activated rice husk ash (HARSH). Using 121 experimental data samples of varying proportions of HARSH, plastic limit, liquid limit, plasticity index, clay activity, optimum moisture content, and maximum dry density as input for CBR, UCS and R estimation, four evaluation metrics namely coefficient of determination (R2), root mean squared error (RMSE), mean absolute error (MAE) and mean absolute percentage error (MAPE) are used to evaluate the models' performance. The results indicate that XGBoost outperformed CatBoost and SVR in estimating these properties, yielding R2 of 0.9994, 0.9995 and 0.9999 in estimating the CBR, UCS and R respectively. Also, SVR outperformed CatBoost in estimating the CBR and R with R2 of 0.9997 respectively. On the other hand, CatBoost outperformed SVR in estimating the UCS with R2 of 0.9994. Feature sensitivity analysis shows that the three machine learning techniques are unanimous that increasing HARSH proportion lead to values of the estimated properties respectively. A comparison with previous results also shows superiority of XGBoost in estimating subgrade properties.

cs.LG

Predictive Modeling of Physical and Mechanical Properties of Pervious Concrete using XGBoost

High permeability of pervious concrete (PC) makes it a special type of concrete utilised for certain applications. However, the complexity of the behaviour and properties of PC leads to costly, time consuming and energy demanding experimental works to accurately determine the mechanical and physical properties of PC. This study presents a predictive model to predict the mechanical and physical properties of PC using Extreme Gradient Boost (XGBoost). The compressive strength, tensile strength, density and porosity of PC was predicted using four models evaluated using different statistical parameters. These statistical measures are the root mean squared error (RMSE), square of correlation coefficient (R2), mean absolute error (MAE) and mean absolute percentage error (MAPE). The estimation of these properties by the XGBoost models were in agreement with the experimental measurements. The performance of XGBoost is further validated by comparing its estimations to those obtained from four corresponding support vector regression (SVR) models. The comparison showed that XGBoost generally outperformed SVR with lower RMSE of 0.58, 0.17, 0.98 and 34.97 compared to 0.74, 0.21, 1.28 and 44.06 in SVR for compressive strength, tensile strength, porosity, and density estimation respectively. Due to high correlation between the predicted and experimentally obtained properties, the XGBoost models are able to provide quick and reliable information on the properties of PC which are experimentally costly and time consuming. A feature importance and contribution analysis of the input/predictor variables showed that the cement proportion is the most important and contributory factor in the PC properties estimated.

cs.CE

Effective Email Spam Detection System using Extreme Gradient Boosting

The popularity, cost-effectiveness and ease of information exchange that electronic mails offer to electronic device users has been plagued with the rising number of unsolicited or spam emails. Driven by the need to protect email users from this growing menace, research in spam email filtering/detection systems has being increasingly active in the last decade. However, the adaptive nature of spam emails has often rendered most of these systems ineffective. While several spam detection models have been reported in literature, the reported performance on an out of sample test data shows the room for more improvement. Presented in this research is an improved spam detection model based on Extreme Gradient Boosting (XGBoost) which to the best of our knowledge has received little attention spam email detection problems. Experimental results show that the proposed model outperforms earlier approaches across a wide range of evaluation metrics. A thorough analysis of the model results in comparison to the results of earlier works is also presented.

cs.CR