• Tidak ada hasil yang ditemukan

Predicting Sleep Disturbance During Covid-19 in Bangladesh

N/A
N/A
Protected

Academic year: 2024

Membagikan "Predicting Sleep Disturbance During Covid-19 in Bangladesh"

Copied!
39
0
0

Teks penuh

INTRODUCTION

Background

Motivation of the Research

Problem Definition

Research Questions

Thesis Organization

BACKGROUND

Introduction

There aren't that many good papers using artificial analysis with logistic regression to find the best result for this problem. So I thought about creating an analysis using a neural network analysis system that can identify the best result and be more accurate than others.

Related Works/ Literature review

6 ©Daffodil International University In paper [45], there is research about the university students' sleep problems on lower resilience, preexisting mental health, depression, and anxiety. But there is no neural network analysis that could be better for getting the performance of output. In paper [47], there is clear evidence about the junior, senior, and college students total analysis.

But there is a lack of other older population groups, which is of great importance to the overall analysis. According to article [48], there is clear evidence among doctors about their sleep problems during the pandemic. It does not use the neural network or other algorithms, which can help to better analyze the result.

There is no graphical representation that can easily improve the performance of the analysis.

Bangladesh Perspective

8 ©Daffodil International University In Fig 1, I have shown the steps of the working procedure of my research. The model as a whole explained between 40.7% (Cox and Snell R square) and 55.1% (Nagelkerke R squared) of the variance in sleep status, and correctly classified 83.9%. As shown in Table 1, only three of the independent variables made a unique statistically significant contribution to the model (food consumption, infected_covid19, and total Is), where these variables p-value is 0.000 which is less than the significant p-value of 0.05.

The ANN analysis was performed 10 times to measure the above calculation of the importance of the factor analysis. The most important fact of the training and test ratio is to show how much the output differs. In some points of the network analysis, the test values ​​gave better performance from the training score.

Though both outputs of the algorithms are too close for measurement the ANN is best according to the overall prediction of the model. 23 ©Daffodil International University We also need the lowest miss rate, lowest false positive, and lowest false discovery rate for the best performance of the model. So from the comparison of the error, it can be said that ANN is good for the model.

According to the ROC-AUC curve scale, if the range is between 0.8-0.9, it is a good model for predicting the measurement. Since the AUC score under the ROC is in this range for both algorithms, both models are good for the measurement. Both models have indicated the total ice as the most important factor leading to the sleep problems.

A longitudinal investigation of the bidirectional association between sleep problems and social ties in college: The mediating role of emotion regulation. The impact of the COVID-19 pandemic on student mental health and sleep in Saudi Arabia.

RESEARCH METHODOLOGY

Introduction

Data Collection

Data Preprocessing

Research Population

Research Sample

Research Model

EVALUATION METRICS AND ANALYSIS

Logistic Regression analysis

  • Confusion Matrix using LR
  • AUC-ROC curve using LR
  • LR model & factor importunacy check

The area under the green line and dashed reference line indicates the area under the curve. Because the area will be larger and closer to 1, the model will be a more capable model to estimate for prediction. So according to the area under the curve, our model is a good and fitted model.

If the model is significant, it shows that there is a significant improvement in fit compared to the null model, so in the table p-value is less than 0.05, for this reason it can be said that the model fits the data marginally well and the model shows a good fit. 15 ©Daffodil International University Binary logistic regression was achieved to evaluate the impact of numerous elements on the probability of respondents reporting that they had a problem with their sleep. This model contains ten independent variables (age, bmi_level, size_of_family, income level, food consumption, exercise status, internet use, infected_covid, anxiety and total).

The full model that included all predictors was statistically significant, χ2 (18, N p < 0.001, indicating that the model was able to distinguish between respondents who reported and did not report a sleep problem. The strongest predictor of reporting of a sleep problem was total Is, records an odds ratio of 1.145 This indicated that respondents who had sleep problems in total Is sleep causes were over 1.145 times more likely to report a sleep problem than those who did not have sleep problems in total Is sleep causes , controlling for all other factors in the model.

The odds ratio of 0.056 for problem eating was less than 1, indicating that for each additional unit of problem eating, respondents were 0.056 times less likely to report having sleep problems, controlling for other factors in the model. The odds ratio of 0.028 for being infected with Covid19 was less than 1, indicating that for each additional unit infected with Covid19, respondents were 0.028 times less likely to report having a sleep problem, controlling for other factors in the model. Here the total is the most important because the beta coefficient which is called the weight of the factor is positive and as it increases the odds ratio will increase and the occurrence ratio the influence of the factor will also increase with every 1 unit and the chances of sleep disturbance will grow.

But on the other hand, for food consumption and Infected_by_covid19, the beta or weight coefficient is negative, which means that the increase in these units will reduce the ratio of sleep disturbance problem occurring (yes).

Artificial Neural Network (MLP) analysis

  • Confusion matrix Using ANN (MLP)
  • AUC-ROC curve using ANN (MLP)
  • ANN (MLP) factor importunacy check
  • Analysis prediction using statically graph of ANN (MLP) model

From the above table, we can see that among the 10 factors of sleep disturbance for covid-19 the Total Is factor is most important because its percentage of importunacy is 97.1%, which is greater than the other factors. So, according to the ANN (MLP) analysis, we can say that the Total Is keeps a more powerful impact than the other factors for Covid-19 duration. From the ANN graph, we can see that the RMSE score difference between the training and testing values is too low except the 9 no.

Software and Hardware Configuration: Implementation of the proposed Framework was performed on processor: Intel(R) Core(TM) i3-7100U CPU @ 2.40GHz, 2401 MHz, RAM installed GB usable), system type operating system 64- bit, X64 Based processor, system model HP ProBook 450 G4, running under Windows 10 Pro operating system. From the model accuracy table, we can see that the accuracy is very close for both models. All these factors, being affected by COVID-19, have a great impact on the quality of sleep.

To combat the increase in sleep disturbances and deterioration of sleep quality due to the pandemic. So, for this reason, this study has been done to find the impact of different factors for Covid-19 on people and how much they have affected people. This paper demonstrated the application of Logistic Regression and ANN machine learning algorithms with SPSS statistical analysis to detect sleep disturbance for COVID-19.

By doing the above experiment and coding all of the machine learning classifier models, it has been found that ANN has provided the best and highest performance classifier to detect sleep problems. As the covid-19 has impacted mostly the people of Bangladesh, and it has kept influence on the people’s lives in different terms of time. Generalized anxiety disorder, depressive symptoms and sleep quality during COVID-19 outbreak in China: an online-based crosssectional survey.

Identifying the associated risk factors of sleep disturbance during the COVID-19 lockdown in Bangladesh: a web-based survey. Sleep disorders among nurses and other health care workers in Poland during the COVID- 19 pandemic.

RESULTS AND DISCUSSION

Environments and Tools

Performance Comparison

  • Confusion matrix comparison
  • AUC-ROC Curve LR vs ANN
  • Accuracy comparison of LR & ANN

Although there is very little difference between the two algorithms but ANN’s miss rate, the false positive rate is lower than LR, which is another condition for the good model performance. 24 ©Daffodil International University AUC-ROC is used for the performance measurement of classification problems at various threshold settings. So, according to the AUC-ROC measurement, the ANN is the best model for this computation.

But in this research study, the main focus was on the quality of sleep that means how much sleep has been influenced by covid-19, which directly influences many daily activities. For reducing sleep disorders and promoting good quality of sleep and in these critical phases of pandemic anxiety, physical and mental symptoms cannot be ignored. However, our results show that the total Is factor leads to psychological diseases that worsen sleep quality.

Because the insomnia severity related questions are too important for the sleep quality finding and this question mark indicates the total Is score. For this reason, governments should provide clinical and counseling centers and with them start online platforms consisting of psychologists and sleep experts for improving the psychological state and providing adequate sleep hygiene support. Availability and delivery of mental health services at the global level: an analysis by country income level from the WHO Mental Health Atlas 2014.

Social capital and sleep quality among individuals who were isolated for 14 days during the January 2020 coronavirus disease 2019 (COVID-19) outbreak in China. Associations between sleep disturbance and mental health status: a longitudinal study of Japanese high school students. A prospective cohort study on the relationship of sleep duration to all-cause and disease-specific mortality in the multicenter Korean Cancer Cohort study.

CONCLUSION AND FUTURE SCOPE

Conclusion

Finally, machine learning techniques can be successfully applied to solve this important problem. In this case, the result strongly encourages us to apply our proposed framework in the field of fake news classification.

Future Scope

Available at: https://www.who.int/dg/speeches/detail/who-director-general-s-opening-remarks-at-the-media-briefing-oncovid-19—11-march-2020 (Accessed 11 March 2020).

Referensi

Dokumen terkait

Self-quarantine was one of the efforts to reduce the spread of Covid-19, but self- quarantine caused mental and emotional problems in the form of anxiety.. The factors that

The mapping hoax data during the Covid-19 pandemic in Indonesia because the most common hoaxes from the analysis in January to the end of March 2020 were about health issues targeting

http://jos.unsoed.ac.id/index.php/jks/index ORIGINAL ARTICLE RESILIENCE AND PARENTING STRESS IN MOTHERS OF CHILDREN WITH MENTAL RETARDATION DURING THE COVID-19 PANDEMIC Fika Nur

The negative effect of the COVID-19 pandemic restrictions on mental health depression, anxiety, and stress was seen to be significantly higher in doctors who were physically inactive

Opportunities and Barriers to E-Commerce Adoption for Women in Bangladesh: Findings from Covid-19 Shock *Afsana Mimi and Mohammed Masum Iqbal, Daffodil International University

© Daffodil International University Class Observation Report: 01 The two researchers took the English class of some students of the department of English in a renowned private

Night Eating Syndrome and Its Association with Sleep Quality and Body Mass Index Among University Students During the Covid-19 Yong Qi Kwan1, Siew Siew Lee1, Shi-Hui Cheng1 1School

Classroom Observation Report Institute : Daffodil International University Teacher’s Name : Sabiha Saif Jenny Observer : Liza Haque Doli Present Students : 20 Class Type: Online