Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Investigate the risk factors of stunting, wasting, and underweight among under-five Bangladeshi children and its prediction based on machine learning approach

Abstract

Aims

Malnutrition is a major health issue among Bangladeshi under-five (U5) children. Children are malnourished if the calories and proteins they take through their diet are not sufficient for their growth and maintenance. The goal of the research was to use machine learning (ML) algorithms to detect the risk factors of malnutrition (stunted, wasted, and underweight) as well as their prediction.

Methods

This work utilized malnutrition data that was derived from Bangladesh Demographic and Health Survey which was conducted in 2014. The selected dataset consisted of 7079 children with 13 factors. The potential risks of malnutrition have been identified by logistic regression (LR). Moreover, 3 ML classifiers (support vector machine (SVM), random forest (RF), and LR) have been implemented for predicting malnutrition and the performance of these ML algorithms were assessed on the basis of accuracy.

Results

The average prevalence of stunted, wasted, and underweight was 35.4%, 15.4%, and 32.8%, respectively. It was noted that LR identified five risk factors for stunting and underweight, as well as four factors for wasting. Results illustrated that RF can be accurately classified as stunted, wasted, and underweight children and obtained the highest accuracy of 88.3% for stunted, 87.7% for wasted, and 85.7% for underweight.

Conclusion

This research focused on the identification and prediction of major risk factors for stunting, wasting, and underweight using ML algorithms which will aid policymakers in reducing malnutrition among Bangladesh’s U5 children.

1 Introduction

Malnutrition is one of the most serious health and welfare issues in any developing country, including Bangladesh. Malnutrition is referred to a lack of, excess, or imbalance in an individual’s energy and/or nutrient intake [1]. Malnutrition is a general term that refers to two distinct conditions as under-nutrition and overweight. Undernutrition includes stunting, wasting, and being underweight, whereas overweight/obesity is associated with a number of non-communicable diseases (diabetes, cancer, stroke, and heart disease) [13]. According to the WHO, approximately 1.9 billion adults worldwide were overweight, while 462 million were underweight. It was also noted that there were 47 million wasted U5 children, 14.3 million severely wasted, and 144 million stunted children, with 38.3 million overweight/obese children. Globally, 2.6 million children die per year due to malnutrition and 45% of U5 deaths were due to under-nutrition [4, 5].

In the case of Bangladesh, malnutrition affects more than half the population [6]. A total of 450,000 children suffered from severe acute malnutrition, while nearly 2 million suffered from mild acute malnutrition [7]. Children’s nutritional status has gradually improved over the last decades [8]. The prevalence of U5 stunted children was 51% in 2004, 43% in 2007, and 41% in 2011, while the prevalence of underweight children was 43% in 2004, 41% in 2007, and 36% in 2011. Similarly, 15% of U5 children were wasted in 2004, 17% in 2017, and 16% in 2011 [8]. These figures declined to 36% stunted, 33% underweight, and 14% overweight in 2014 [9]. The height-for-age (stunted), weight-for-height (wasted), and weight-for-age (underweight) were widely used to decide whether or not a child was malnourished [9, 10].

Child malnutrition is a hot topic in the field of public health as well as epidemiology globally. There were lots of studies about U5 malnutrition around the world. In previous studies, they focused only on the identification of the risk factors of malnutrition using classical model like logistic regression [13, 1121]. Therefore, it is necessary to propose a predictive model on the identified the significant risk factors for predicting malnutrition. Nowadays, machine learning (ML) has great attractions for predicting different types of medical/biomedical data. Recently, the applications of ML in the field of public health have increased day by day. Some works on ML were used for prediction of different fields as malnutrition [2224], anemia [2527], diabetes [28], low birth weight [2932], child mortality [3335], and so on. There was also some work on ML for prediction of underweight [2224, 36, 37], stunted and wasted [23, 24]. In the previous studies, they did not tune the hyper-parameters of ML algorithms. As a result, their ML algorithm performance did not give any satisfactory accuracy. The hypothesis of this work is to propose a combination of logistic regression (LR) based risk factor identification method along with ML classifiers to more accurately classify malnutrition and yield the highest accuracy. To support this claim, we have used support vector machine (SVM), random forest (RF), and LR for predicting malnutrition and compared their performances were assessed by accuracy and area under the curve (AUC).

2 Materials and methods

2.1 Dataset and study design

This work utilized malnutrition data that has been derived from BDHS, 2014 which was conducted in 2014 and freely available online. It was the 7th nationwide DHS, covering the entire population. The list of enumeration areas (EA) of the 2011 census population was provided by the bureau of statistics (BBS). The samples of households of BDHS, 2014 were collected using two-stage stratified sampling. In the 1st stage, 600 EAs were chosen at random, proportional to their number, and only 30 households were chosen using systematic sampling. Approximately 18, 000 ever-married women (age: 15–49 years) were selected for an interview and 17,863 (99%) women were successfully interviewed [8]. We have used a kid’s recode file from BHDS, 2014, comprised of 7886 respondents. A total of 7079 respondents were selected after eliminating 807 missing values for the final analysis.

2.2 Ethical approval

This study was based on an analysis of existing public domain survey datasets that are freely available online with all identifier information removed. The survey was approved by the Ethics Committee in Bangladesh. The authors were granted permission to use the data for independent research purposes.

2.3 Response variable and explanatory variables

In this work, we have considered three types of response variables as stunted, underweight, and wasted, which were measured based on height-for-age Z-score (HAZ), weight-for-height Z-score (WHZ), and weight-for-age Z-score (WAZ). Using WHO AnthroPlus (version 3.2.2, 2011), the Z-scores were determined on the basis of age, weight, and height [38]. Children were considered as stunted if HAZ≤-2 standard deviation (SD). Similarly, wasted and underweight were defined as WAZ≤-2 SD, and WHZ≤-2 SD [39]. Various socio-economic and demographic factors were chosen as explanatory variables based on the literature [1121]. The brief descriptions of the selected explanatory variables along with their categories were discussed in Table 1.

thumbnail
Table 1. Prevalence of stunting, wasting and underweight.

https://doi.org/10.1371/journal.pone.0253172.t001

2.4 Statistical analysis

All categorical data was expressed as number (%). The chi-square analysis was implemented to assess the relationship between various selected explanatory variables and malnutrition (stunted, wasted, and underweight). If the explanatory variables were statistically significantly associated with malnutrition, these significant variables were fed to LR model. LR based model was implemented to determine the risk factors of malnutrition. The significant risk factors were selected on the basis of p-value (p<0.05). Then three well-known and popular ML algorithms which were available in literature as support vector machine (SVM) [40], logistic regression (LR) [41], and random forest (RF) [42] were implemented for predicting malnutrition status. STATA version 14 and R i386 4.0.0 were used for all statistical analyses.

2.5 Overview of machine learning system

The overview of ML-based study was depicted in Fig 1. The chi-Square analysis was adopted to determine the relationship between various explanatory variables and malnutrition. LR was implemented and selected risk factors of malnutrition using p-value (p<0.05). Then, we adopted 10-fold cross-validation as well as three ML algorithms as SVM, RF, and LR for predicting malnutrition. In this work, we used radial basis function (RBF), linear, polynomial (Poly-2), and sigmoid kernels of SVM. We optimized the best kernel for SVM on the basis of accuracy and AUC and compared its performance with RF and LR.

3 Results

3.1 Baseline and demographic characteristic of respondents

Table 1 shows the respondents’ baseline and demographic characteristics. The average prevalence of stunted, wasted, and underweight was 35.4%, 15.4%, and 32.8%, respectively, as shown in Table 1. The region was significantly associated with stunted, wasted, and underweight children. The largest number of stunted (54.8%) and underweight (45.4%) children were from the Sylhet region, while 15.9% wasted children from the Chittagong. Whereas, the lowest number of stunted (11.2%), wasted (10.4%), and underweight (22.7%) were from the Khulna region and wasted (12.7%) from Sylhet region. Most of the malnourished children came from rural areas. It was noticed that region, type of place, fathers and mother’s education, mother’s and child’s age, toilet types, and wealth index were significantly linked to stunted, wasted, and underweight. It was also noticed that mothers’ occupations and birth order were associated with stunted and underweight children, whereas a child’s sex was only statistically associated with wasted.

3.2 Risk factors extraction using logistic regression

Table 2 depicts the effect of various associated factors on stunted, wasted, and underweight using LR. According to the LR findings, five factors (region, father’s age, child’s age, toilet types, and wealth index) were statistically significant for stunted and underweight children, while four factors (region, child’s age and sex, and wealth index) were statistically significant for wasted children (see Table 2). These factors were considered risk factors for malnutrition because their p-value was less than 0.05.

thumbnail
Table 2. Risk factors extraction of stunted, wasted, and underweight using LR.

https://doi.org/10.1371/journal.pone.0253172.t002

3.3 Kernel selection of SVM

There are various kernels in SVM. As a result, the kernel of SVM must be optimized. In this work, we implemented SVM with 4 kernels: linear, RBF, Poly-2, and sigmoid. We tuned the hyper-parameters of these kernels using grid search methods. We optimized the kernel based on accuracy and chose the kernel with the highest accuracy. It was observed that RBF kernel provided the highest accuracy of 88.1% for stunted, 86.0% for wasted, and 85.6% for underweight compared to other kernels (see Table 3). That is why, RBF kernel was chosen for the SVM to predict stunted, wasted, and underweight children.

3.4 Comparison of the efficiency of ML algorithms

Accuracy and AUC were used to evaluate the efficiency of ML algorithms. Since the BDHS dataset was categorical, it was a very tedious task to choose a predictive model that could be accurately classified with the highest accuracy and AUC. The comparison of the efficiency of ML algorithms is depicted in Table 4. It was noted that the highest accuracy of 88.3% for stunted, 87.7% for wasted, and 85.7% was achieved by SVM with RBF kernel, while LR classifier provided the accuracy of 87.7% for stunted, 83.6% for wasted, and 84.5% for underweight. As a result, it was concluded that the RF classifier outperformed the LR and SVM for predicting stunted, wasted, and underweight children.

The AUC of the ML algorithms was presented in Table 5. It was clearly noted that RF classifier achieves the highest AUC of 0.714 for stunted, 0.523 for wasted, and 0.664 for underweight compared to LR and SVM.

4 Discussion

The goal of this research was to identify risk factors for malnutrition and predict it using ML algorithms. Previously, only two studies on ML-based prediction of malnutrition status were conducted in Bangladesh, but they had lower accuracy [23, 24]. In this work, LR model was implemented to determine the risk factors of malnutrition (stunted, wasted, and underweight) on the basis of p-value (p<0.05). According to LR findings, five factors (region, child’s age, father’s education, toilet types, and wealth index) were statistically significant risk factors for stunted and underweight children, while four factors (region, child’s age and sex, and wealth index) were also significant risk factors for wasted children. Our findings showed that the children who came from Barisal, Chittagong, Dhaka, and Khulna were found to have a higher risk of wasted compared to the children who came from Sylhet region. The previous research also found that Bangladesh region had higher risk factors of wasted [2, 10, 14]. The sex of child was also a significant risk predictors of wasted, with male children having 1.17 times higher risk of wasted compared to female children. This finings was also coincided with previous studies [2, 10, 43].

Male children historically provided more parental attention. This has recently changed. The government of Bangladesh has adopted some polices, including stipends and free education to improve female education. Our findings also revealed that the children whose father’s had no education, only primary and secondary education, were at a higher risk of being wasted and underweight than children whose father had a higher education [44]. This study also illustrated that the wealth index had a significant impact on stunted, wasted, and underweight children. The poor family’s children had a higher chance of being stunting, wasting and underweight children compared to the rich family’s children, which was also consisted with previous studies [2, 45, 46]. The significant factors which were obtained from LR were fed into three ML algorithms (LR, SVM, and RF) to predict stunted, wasted, and underweight children. We need to optimize the kernel of SVM on the basis of accuracy from four kernels: linear, RBF, Poly-2, and sigmoid. Our findings showed that SVM with RBF kernel outperformed other methods for predicting stunted, wasted, and underweight children. Then, we used 10-fold CV as well as SVM with RBF kernel, RF, and LR implemented for predicting stunted, wasted, and underweight children. Finally, it may be concluded that the highest accuracy and AUC for stunted, wasted, and underweight were obtained by RF classifier.

4.1 Key difference between our research and previous research in literature

Many researches have been conducted on U5 malnutrition around the world. Among these few studies, there were two studies performed on stunted, wasted, and underweight [23, 24] and others on underweight [2224, 36, 37]. In 2014, a cross-sectional study was conducted in 2014 in India to predict underweight children using ML algorithms. They implemented three types of classifiers: multilayer perceptron (MLP), RF, and ID3 and77.2% accuracy was provided by RF [22]. Kuttiyapillai & Ramachandrn [36] implemented SVM, artificial neural network (ANN), and k-nearest neighborhood (KNN) for predicting underweight. The highest accuracy of 94.7% was obtained by ANN. Mani & Kasireddy [37] also conducted a study on 145263 respondents in 2014 in America. They also implemented LR, RF, and linear discriminant analysis (LDA), and RF for predicting underweight. Shahriar et al. [23] applied SVM, ANN, and decision tree (DT), naïve Bayes (NB), and RF for predicting stunted, wasted, and underweight. They showed that ANN provided the highest accuracy of 67.3% for stunted, 86.0% for wasted and 70.0% for underweight. Talukder and Ahammed [24] also applied RF, SVM, LR, LDA, and k-NN for predicting underweight and they presented that RF obtained higher accuracy of 68.5%. For this work, it is observed that RF classifier achieves the largest accuracy of 88.3% for stunted, 87.7% for wasted and 85.7% for underweight, which are shown in Table 6. So, it can be concluded that RF is better than SVM and LR.

thumbnail
Table 6. Key difference between our research and previous research published in literature.

https://doi.org/10.1371/journal.pone.0253172.t006

4.2 Strengths, limitations, and future recommendations

The main strength of this work is to extract high-risk factors of stunted, wasted, and underweight using a logistic regression model and make a decision based on the p-value. We used three ML algorithms (SVM, LR, and RF) to predict stunted, wasted, and underweight children. Among them, RF-based classifier outperformed comparison to previous studies published in the literature. This work has some limitations. This work was only conducted on BHDS, 2014 cross-sectional data and no any post hoc analysis like Bonferroni correction was performed. In the future, we would like to consider pooled data as well as more factors to get precise results. We will also use principal component analysis, Fisher discriminant analysis, and mutual information for feature extraction of stunted, wasted, and underweight. We also attempt to use more ML algorithms in conjunction with deep learning classifiers and compare their results to this current work.

5 Conclusion

Malnutrition is one of the most serious health and welfare issues in Bangladesh. The prevalence and risk factors of stunted, wasted, and underweight were investigated in this work and their status predicted using ML algorithms. LR results illustrated that five factors (region, child’s age, father’s education, and toilet types, and wealth index) were statistically significant for stunted and underweight, while four factors (region, child’s age and sex, and wealth index) for wasted. Results also indicated that RF classifier obtained the highest accuracy of 88.3% for stunted, 87.7% for wasted and 85.73% for underweight. This work suggests that LR-RF based combination may be accurately classified and predict stunted, wasted, and underweight and yield higher accuracy.

References

  1. 1. Rahman A, Biswas SC. Nutritional status of under-5 children in Bangladesh. South Asian J Popul Health. 2009; 2(1):1–11.
  2. 2. Rahman MS, Rahman MA, Maniruzzaman M, Howlader MH. Prevalence of undernutrition in Bangladeshi children. J Biosoc Sci. 2019; 52 (4):1–14. pmid:31658911
  3. 3. Dat TQ, Huong Giang Le Nguyen T N, Loan T, Van Toan V. The prevalence of malnutrition based on anthropometry among primary schoolchildren in Binh Dinh province, Vietnam in 2016. AIMS Public Health. 2018; 5(3):203. pmid:30280112
  4. 4. Black RE, Allen LH, Bhutta ZA, Caulfield LE, De Onis M, Ezzati M, et al. Maternal and child undernutrition: global and regional exposures and health consequences. Lancet. 2008; 371(9608):243–60. pmid:18207566
  5. 5. Black RE, Victora CG, Walker SP, Bhutta ZA, Christian P, De Onis M, et al. Maternal and child undernutrition and overweight in low-income and middle-income countries. Lancet. 2013; 382(9890):427–51. pmid:23746772
  6. 6. Zarocostas J. Over 300 million children chronically malnourished. BMJ. 2006; 333(7560): 166.
  7. 7. Fiorentino M. Malnutrition in school-aged children and adolescents in Senegal and Cambodia: public health issues and interventions (Doctoral dissertation). 2015.
  8. 8. Bangladesh Demography and Health Survey Report, 2014.
  9. 9. World Health Organization. WHO child growth standards: length/height-for-age, weight-for-age, weight-for-length, weight-for-height and body mass index-for-age: methods and development. 2006.
  10. 10. Akombi B, Agho K, Merom D, Hall J, Renzaho A. Multilevel analysis of factors associated with wasting and underweight among children under-five years in Nigeria. Nutrients. 2017; 9(1): 44. pmid:28075336
  11. 11. Sarkar D, Haldar SK. Socioeconomic Determinants of Child Malnutrition in India: Evidence from NFHS-III. 2014.
  12. 12. Bampaire M. Factors associated with malnutrition among children below five years admitted at the pediatric ward of Kitagata Hospital, Sheema District. Kampala International University, School of Health Sciences. 2019.
  13. 13. Mahgoub SE, Nnyepi M, Bandeke T. Factors affecting prevalence of malnutrition among children under three years of age in Botswana. Afr J Food Agri Nutr Develo. 2006; 6(1).
  14. 14. Das S, Gulshan J. Different forms of malnutrition among under-five children in Bangladesh: a cross sectional study on prevalence and determinants. BMC Nutrition. 2017; 3(1):1.
  15. 15. Islam A, Biswas T. Chronic stunting among under-5 children in Bangladesh: A situation analysis. Adv Pediatr Res. 2015; 2(18): 1–9.
  16. 16. Whitaker RC, Wright JA, Pepe MS, Seidel KD, Dietz WH. Predicting obesity in young adulthood from childhood and parental obesity. N Engl J Med. 1997; 337(13): 869–873. pmid:9302300
  17. 17. Mirelman A, Koehlmoos TP, Niessen L. Risk-attributable burden of chronic diseases and cost of prevention in Bangladesh. Glob Heart. 2012; 7(1). pmid:24340249
  18. 18. Nure Alam S, Nuruzzaman H, Abdul G. Differentials and determinants of under-five mortality in Bangladesh. Int J Curr Res. 2011; 3(3): 142–148.
  19. 19. Babatunde RO, Qaim M. Impact of off-farm income on food security and nutrition in Nigeria. Food Policy. 2010; 35(4): 303–311.
  20. 20. Olwedo MA, Mworozi E, Bachou H, Orach CG. Factors associated with malnutrition among children in internally displaced person’s camps, northern Uganda. Afr Health Sci. 2008; 8(4): 244–252. pmid:20589132
  21. 21. Webb P, Block S. Nutrition information and formal schooling as inputs to child nutrition. Econ Dev Cult Change. 2004; 52(4): 801–820.
  22. 22. Thangamani D, Sudha P. Identification of malnutrition with use of supervised datamining techniques–decision trees and artificial neural networks. Int J Eng Comput Sci. 2014; 3(09).
  23. 23. Shahriar M, Iqubal MS, Mitra S, Das AK. A Deep Learning Approach to Predict Malnutrition Status of 0–59 Month’s Older Children in Bangladesh. IEEE Int Confer Indus Artifi Intell Commun Technol. 2019: 145–149
  24. 24. Talukder A, Ahammed B. Machine learning algorithms for predicting malnutrition among under-five children in Bangladesh. Nutrition. 2020; 78: 110861. pmid:32592978
  25. 25. Sanap SA, Nagori M, Kshirsagar V. Classification of anemia using data mining techniques. International Confer Swarm Evol Memet Comput. 2011; 113–121.
  26. 26. Jaiswal M, Srivastava A, Siddiqui TJ. (2019). Machine learning algorithms for anemia disease prediction. Recent Trends Comm, Comput, Electr. 2019: 463–469.
  27. 27. Islam MM, Rahman MJ, Roy DC & Maniruzzaman M. Automated detection and classification of diabetes disease based on Bangladesh demographic and health survey data, 2011 using machine learning approach. Diabetes Metab Syndr. 2020; 14(3): 217–219. pmid:32193086
  28. 28. Islam MM, Rahman MJ, Roy DC, Islam MM, Tawabunnahar M, Ahmed NAMF, et al. Risk factors identification and prediction of anemia among women in Bangladesh using machine learning techniques. Curr Women`s Health Rev. 2021; 17: 1.
  29. 29. Eliyati N, Faruk A, Kresnawati ES, Arifieni I. Support vector machines for classification of low birth weight in Indonesia. J Phy: Conf Series. 2019; 1282 (1): 012010).
  30. 30. Senthilkumar D, Paulraj S. Prediction of low birth weight infants and its risk factors using data mining techniques. Int Conf on Indus Eng Oper Manag. 2015; 186–194.
  31. 31. Hange U, Selvaraj R, Galani M, Letsholo K. A Data-Mining Model for Predicting Low Birth Weight with a High AUC. Int Conf Comput Inf Sci. 2017; 109–121.
  32. 32. Borson NS, Kabir MR, Zamal Z, Rahman RM. Correlation analysis of demographic factors on low birth weight and prediction modeling using machine learning techniques. Fourth World Con Smart Trends System Security Sustainability. 2020; 169–173.
  33. 33. Alves LC, Beluzo CE, Arruda NM, Bressan R, Carvalho T. Assessing the performance of machine learning models to predict neonatal mortality risk in Brazil, 2000–2016. medRxiv. 2020.
  34. 34. Jaskari J, Myllärinen J, Leskinen M, Rad AB, Hollmén J, Andersson S, et al. Machine learning methods for neonatal mortality and morbidity classification. IEEE Access. 2020; 8:123347–58.
  35. 35. Mboya IB, Mahande MJ, Mohammed M, Obure J, Mwambi HG. Prediction of perinatal death using machine learning models: a birth registry-based cohort study in northern Tanzania. BMJ Open. 2020; 10(10):e040132. pmid:33077570
  36. 36. Kuttiyapillai D, Ramachandran R. Improved text analysis approach for predicting effects of nutrient on human health using machine learning techniques. IOSR J Comput Eng. 2014; 16 (3): 86–91.
  37. 37. Mani JJ, Kasireddy SR. Population Classification upon Dietary Data Using Machine Learning Techniques with IoT and Big Data. Soc Net Forensics Cyber Secure Mach Learn. 2019: 9–27.
  38. 38. WHO (2010). Anthro for Personal Computers, Version 3.2. 2, 2011: Software for Assessing Growth and Development of the World’s Children. WHO, Geneva.
  39. 39. Habaasa G. An investigation on factors associated with malnutrition among under-five children in Nakaseke and Nakasongola districts, Uganda. BMC Pediatrics. 2015; 15(1): 134. pmid:26403539
  40. 40. Vapnik V, Vapnik V. Statistical learning theory Wiley. New York. 1998; 1: 624.
  41. 41. Maniruzzaman M, Rahman MJ, Ahammed B, Abedin MM. Classification and prediction of diabetes disease using machine learning paradigm. Health Inf Sci Syst. 2020; 8(1): 7. pmid:31949894
  42. 42. Breiman L. Random forests. Mach Learn. 2001; 45(1): 5–32.
  43. 43. Rabbi AM and Karmaker SC (2015) Determinants of child malnutrition in Bangladesh: a multivariate approach. Asian J Med Sci. 6(2): 85–90.
  44. 44. Rachmi CN, Agho KE, Li M, Baur LA. Stunting, underweight and overweight in children aged 2.0–4.9 years in Indonesia: prevalence trends and associated risk factors. PloS Osne. 2016; 11(5):e0154756.
  45. 45. Pravana NK, Piryani S, Chaurasiya SP, Kawan R, Thapa RK, Shrestha S. Determinants of severe acute malnutrition among children under 5 years of age in Nepal: a community-based case–control study. BMJ Open. 2017; 7(8). pmid:28851796
  46. 46. Khan GN, Ariff S, Khan U, Habib A, Umer M, Suhag Z, et al. Determinants of infant and young child feeding practices by mothers in two rural districts of Sindh, Pakistan: A cross-sectional survey. Int Breastfeed J. 2017; 12(1):1–8. pmid:28936229