Next Article in Journal
Towards Predicting Architectural Design Patterns: A Machine Learning Approach
Next Article in Special Issue
Special Issue “Advances in Machine and Deep Learning in the Health Domain”
Previous Article in Journal
User Analytics in Online Social Networks: Evolving from Social Instances to Social Individuals
Previous Article in Special Issue
Assessment of Multi-Layer Perceptron Neural Network for Pulmonary Function Test’s Diagnosis Using ATS and ERS Respiratory Standard Parameters
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Physical Activity Recommendation System Based on Deep Learning to Prevent Respiratory Diseases

1
Department of Computer Science and Engineering, Koneru Lakshmaiah Education Foundation, Vaddeswaram 522302, Andhra Pradesh, India
2
Department of CSE, Amrita Sai Institute of Science and Technology, Paritala 521180, Andhra Pradesh, India
3
Clinical Research Centre, School of Medicinal and Health Products Sciences, University of Camerino, 62032 Camerino, Italy
*
Author to whom correspondence should be addressed.
Computers 2022, 11(10), 150; https://doi.org/10.3390/computers11100150
Submission received: 20 August 2022 / Revised: 6 October 2022 / Accepted: 8 October 2022 / Published: 11 October 2022
(This article belongs to the Special Issue Advances of Machine and Deep Learning in the Health Domain)

Abstract

:
The immune system can be compromised when humans inhale excessive cooling. Physical activity helps a person’s immune system, and influenza seasonally affects immunity and respiratory tract illness when there is no physical activity during the day. Whenever people chill excessively, they become more susceptible to pathogens because they require more energy to maintain a healthy body temperature. There is no doubt that exercise improves the immune system and an individual’s fitness. According to an individual’s health history, lifestyle, and preferences, the physical activity framework also includes exercises to improve the immune system. This study developed a framework for predicting physical activity based on information about health status, preferences, calorie intake, race, and gender. Using information about comorbidities, regions, and exercise/eating habits, the proposed recommendation system recommends exercises based on the user’s preferences.

1. Introduction

The prevention of communicable and non-communicable diseases can be achieved by promoting a healthy lifestyle, diet, and physical activity. Heart attacks and kidney failure are more likely to occur when we have high blood pressure, diabetes, or hypertension [1]. It has been shown that moderate exercise reduces morbidity and mortality after viral infection [2,3]. Exercises and meditation are detrimental to the treatment of respiratory viral infections in preclinical studies [4].
A traditional Indian health practice promotes strength and immunity through exercise, meditation, and yoga poses. Stress and depression can be reduced through these exercises as well as improving sleep patterns and boosting immunity [5,6]. Focusing on a particular thought or object combats stress, and exercise-induced adaptations enhance the immune system and mental health [7,8]. The immune system is influenced by physical activity. Increasing fitness can reduce cancer risk, cardiovascular disease risk, type 2 diabetes risk, and obesity risk [9]. Physical activity is recommended by the World Health Organization (WHO) for battling viral infections [10].
Communication technology has made it possible for people to share and motivate physical activity through recommendation systems. A healthy lifestyle and balance can be found on health websites [11,12]. Online communities provide quality healthcare, but their inconsistent advice may negatively impact health, leading to untrustworthiness and the need for filtered accurate information [13,14,15]. In addition, the disclaimer on healthcare solutions does not apply to health recommendations [16,17,18].
The recommendation system based on physical activity promotes individual health and prevents communicable and non-communicable diseases. The effects of high-volume exercise and calorie reduction are attributed to preserving metabolic, cardiovascular, neuromuscular, fiber degeneration, and insulin resistance [19]. The authors of [20], mention that exercise and antipathogenic activity improve the immune system. As a result of user behavior, health recommendation systems provide actionable knowledge [21,22,23,24]. Technology-assisted personalized recommendations enable people to monitor their health and improve it. When exposed to viral infections, regular exercisers will respond better to vaccines and their physical and mental health will be enhanced [25].
In the healthcare sector, intelligent health systems have become a critical component of decision-making. Systems like these ensure access to critical information at the right time, as well as the quality, trustworthiness, authentication, and privacy of the information. Deep learning has also helped healthcare organizations provide personalized care for their patients by analyzing medical histories, symptoms, and tests of patients. Physicians use these health recommendation systems for diagnostic assistance and to provide advice to users of personal health tools [26]. The results of some deep learning-based studies suggest recommendation systems for lesion classification, smart diabetes management, and posture detection.
Physical exercise recommendation systems are arguably under-researched. Consequently, healthcare costs are rising as a result of sedentary lifestyles. Several recent studies [27,28] advocate walking, stair climbing, running, and jumping to prevent chronic viral infections and maintain health after the pandemic. During this study, we developed a recommendation system that included yoga, meditation, and exercises geared toward boosting people’s immune systems, as well as preventing viral infections and respiratory diseases. Using a convolutional neural network, a recommendation system is developed based on the user’s physical activity levels and immune system. Furthermore, it generates automatic recommendations for patients and healthy individuals to boost their immunity.

2. Methods and Materials

2.1. Data Collection

A total of 658 individuals filled out the forms in the years 2020–2021, providing us with information on their health and preferences. A questionnaire and a test report were used to gather information about patient symptoms. As well as hospital records, X-rays, scans, and prescriptions from doctors, clinical data sources include individual user preferences. Moreover, medical information and individual preferences were collected using textual data. A total of 658 cases of respiratory diseases including 17 newborns, 83 infants, 115 children, 86 adolescents, and 40 pregnant women. Based on the adopted dataset, Table 1 presents the extracted features.

2.2. Study Flow

The flow of the current study is shown in Figure 1. A physical recommendation system based on content filtering was developed and exercises are suggested depending on health profiles filtered by these techniques (refer to Figure 2). User-defined filtering selects exercise lists based on their age, comorbidities, and health status. Two evaluations of the proposed recommendation system concerning experts and individuals were performed at the end of this study. For the expert evaluation, we asked yoga, gym trainers, and medical experts about the sustainability of the system’s recommendations. A questionnaire was used to assess the acceptance level of the proposed recommendation system for similar physical activity cases.

2.3. Feature Representation

The yoga recommendation model was developed during this phase. To extract the features that will help the recommendation model from the dataset, we proposed a feature extraction algorithm. Both Algorithms 1 and 2 are proposed to conduct feature extraction and conduct exercise clustering. Based on the filtering criteria, a list of recommended yoga asanas and/or exercises are generated. Upon accepting a recommended plan, the list is stored; otherwise, alternative recommendations are provided based on yoga and/or exercise preferences. The user’s preferences and previous health status should be taken into consideration when generating recommendations.
Algorithm 1. Proposed Feature Extraction Algorithm
Data: Collected dataset
Outcome: Subset of features
  • Compute the individual yoga and/or exercise similarity score as well as the exercise preference score calculated as: x I x y x 1 I x 2 1 y x 2 ; where individual I x is constructed using a binary vector I x  = ( I x 1 , I x 2 , I x 3 , I x n ) where I x m  = 1 in the case of the yoga asana preferred by the user I x ; other wise I x  = 0;
  • Calculate the fitness score using the metabolic rate, body mass index, and daily calorie requirements using the formula:
    p i | x = q p i q * p q x ; where p q x is the probability of the individual i that the yoga and the exercise belong to the selected feature, p i | x is the probability of the individual i  preferred yoga and/or exercise x, and p i q  is the individual selecting the random features;
  • Estimate the similarity and exercise preference scores from matrix factorization methods;
  • Integrate both the similarity and exercise preference scores as input layers for the stacked RBM model.
Algorithm 2. Proposed Clustering Algorithm
Data: Feature Extracted data
Outcome: Clusters of individuals
  • Initialize the individuals as u 1 , u 2 , , u n . Initialize the yoga poses and/or exercises as y 1 , y 2 , , y n . Initialize the centroid as k .
  • For each user, u i :
    • Measure the centroid k ;
    • Calculate the immediate user with similar user preferences u j ;
    • Repeat until the last user u n .
  • The centroid can be given as k = 1 N u i k i u i q , where q = 1, 2… n.
  • For each cluster C :
    • Calculate the new centroid by: k i = u i u ¯ 2 N ;
    • Assigned to cluster C i in the previous step;
    • Repeat until the last user u n  is assigned to the cluster C n .
  • Repeat until all the cluster assignments C i  change.

2.4. Prediction and Recommendations

Exercise is predicted using an individual’s health history and preferences. Figure 3 shows a set of exercises that are stacked with a Restricted Boltzmann Machine (RBM) model. Using similar features, the health profiles and preferences of the individuals were compared.
The joint distribution between the visible and the hidden nodes can be computed as:
p V , H = 1 E e G V , H
where E   and   G V , H are further calculated as
E = V , H e G V , H
and
G V , H = x b 1 x V x y b 2 y H y + x y w xy V x H y
here V x is the visible input, and H y is the hidden unit, b 1 ,   b 2 are the bias weights of the V x and H y , and w xy is the weights from V x to H y .
A normal health condition or one that is deteriorating is determined by the input parameters. A parameter’s current state determines the recommendation algorithm, and there are different classes of parameter values in the proposed technique. The health profiles of individual users are taken into consideration, as well as comparing two users who have had similar health conditions in the past. Algorithm 3 provided instructions on how to recommend exercises further.
Algorithm 3. Proposed Recommendation Algorithm
Data: Categorized data
Outcome: Recommended lists of yoga asanas and/or exercises
  • Conduct user categorization based on filtered features, and group them with the same features.
  • Calculate the exercise list for active individuals by considering their health status and preferences with the formula: f p Σ n p t u P p t u S d t u ϑ ( t u ) * d u * , p . i ( t u ) m   t u     ; where f p are the most important features, n p and P p  are the measurements for the next and past activities, t u is the altered activity, m   t u     is the instance count, ϑ ( t u ) is the selected features of the activity t u , d u * , p is the feature direction change, the value range is −1,0,1, i ( t u ) is the magnitude of the specified feature and S d t u is the duration.
  • Generate recommendations by calculating the activities as: u U p P A t , u , p
  • Store the list of the recommended exercises upon user acceptance. If the individuals reject the exercise list, then provide the alternative list with the help of the exercise clustering algorithm.
  • Generate the list of recommended asanas and/or exercises based on the individual’s health status, lifestyle, and individual preferences.

3. Results

The frequency of symptoms observed in observed cases is listed in Table 2. The most common respiratory infection symptoms were cough, fever, and dyspnea (78.6%), followed by vomiting (85.4%), cough, sore throat, and diarrhea (65.4%). Furthermore, 67.6% of patients had cardiovascular disease, and 54.8% had diabetes.

3.1. System Performance Evaluation

Datasets were divided into 75% training and 25% testing, and different invisible nodes were used in the proposed model. Table 3 presents the performance of the proposed yoga recommendation system with different hidden layers. The recommendation system identified three hidden layers with low bias. We evaluated the proposed model’s performance using performance metrics. The proposed model outperforms existing ones in terms of accuracy, precision, sensitivity, and specificity, which can be observed in Table 4.

3.2. System Validation

Test cases for the yoga recommendation system based on the stacked RBM algorithm are shown in Table 5. Meditating for 30 min while doing yoga poses is recommended for middle-aged people with no comorbidities. The proposed model monitors comorbidities like diabetes and blood pressure and recommends yoga, exercise, and diet plans based on the individual’s age and gender. In addition, it includes his or her most recent health report. Additionally, it offers a choice of specific poses or exercises and diet items depending on the user’s preferences.

3.3. System Evaluation

The Likert scale was used to measure the responses of medical and yoga experts regarding the exercises and yoga recommendations. The system’s recommendations for physical activity were agreed upon or disagreed upon by medical and yoga experts. According to their specialties, they were asked to rate the solutions. To evaluate the questionnaire, we used SPSS software. The system evaluation rating is higher than the Likert five-point average (avg = 3.0), indicating that respondents agree with the physical activity recommendation. To recommend suitable physical activities, gym staff, yoga trainers, and medical professionals will be consulted. According to Table 6, the expert team applied the evaluation framework to the real recommendation.
The expert team’s descriptive analysis is presented in Table 7. The standard deviation is less than one, indicating the data is close to the mean. The mean values are above 3.0, and the evaluation rating is higher than the Likert five-point average (avg = 3.0), so the selected similar case might at least be able to be adapted to solve the new problems. We then asked the respondents if they agreed or disagreed with the recommendations. According to Table 8, the results of the respondent’s evaluation were tabulated. For each recommendation, the expert evaluation indicates a value of over 4.0, which indicates that the respondent agreed with the recommendation.

4. Discussions

Muscles are used to consume energy during physical activity. Through the spread of communicable and non-communicable diseases, physical inactivity increases risk factors, including mortality. Smartphones and wearable devices track step counts, but there is a subtle difference between them. There was a discrepancy of 20% between the monitored step count and the wearable devices.
The performance of various leisure activities during leisure time is improved by recommendation systems for outdoor activities [30]. As a result of individual healthcare awareness, various functionalities have been integrated into the healthcare system [31,32]. Analyzes fitness data and workouts to determine their effectiveness. A mobile application generates recommendations for physical activity but lacks an indication of personal details, location, and intensity [33].
Using accelerometer data, Profit’s framework recommends physical activity based on users’ past activities, preferences, and health status [34]. The program analyzes the user’s daily routine and heart rate to determine the amount of physical activity he or she should perform [35]. It lacks full personalization and is more engaging than My Behaviors, a mobile app that tracks user activity and suggests food and physical activity [36].
When recommending activity and exercise models, the recommendation system considers the activity profile, demographics, and contextual data [37]. Using sociodemographic data and a person’s behavior, the framework generated recommendations [38]. Daily routines are To determine the optimal marathon finishing time at various distances, the K nearest neighbor extreme gradient boosting method is used [39].
Exercise is the same for people of all ages, regardless of their health conditions. There are several confounding variables considered in the proposed recommendation system, including age and health conditions. The proposed system allows fitness assistants to provide continuous recommendations, and daily fitness program recommendations can be made at any time. The proposed model is more accurate due to the use of more comprehensive personal data, comorbidities, individual habits, and location.
It is critical to consider an individual’s age, gender, height, and weight when making a recommendation for physical activity. The participants in the conversation will need to manually label vigorous exercises in the future. Regarding calorie burning, which varies from person to person, we will consider confounding variables that negatively affect reliability.

5. Conclusions

In this paper, we discuss physical activity frameworks that prevent and avoid respiratory viral infections. Three algorithms were presented for recommending physical activity. By analyzing the features collected during data collection, the yoga feature extraction algorithm extracts features. In the proposed yoga clustering algorithm, individuals are grouped according to their health status and preferences. Physical activity frameworks can benefit both healthy individuals and those who have recovered from respiratory viral infections. We compare the proposed results with those of random forests, K-nearest neighbors, support vector machines, and decision trees. Based on the results, the proposed model outperformed all existing machine learning algorithms.
The main highlights of this study are:
All the data were extracted including gender, age, height, weight, comorbidities, respiratory infections, exercise habits, nationality, food, and habits;
A similarity and exercise score were calculated for each dataset;
Integrated similarity scores and exercise scores to cluster similar users;
The proposed recommendation model should be developed based on the following factors: gender, age, height, weight, comorbidities, respiratory infections, exercise habits, nationality, food, and habits;
If the user accepts the recommendation plan, store the list. Otherwise, provide an alternate recommendation plan.

Author Contributions

Conceptualization, U.B., and M.S.; methodology, U.B.; software, G.B.; validation, U.B., N.C., and M.S.; formal analysis, U.B.; investigation, M.S.; resources, G.B.; data curation, U.B.; writing—original draft preparation, G.B.; writing—review and editing, G.B.; visualization, M.S.; supervision, G.B.; project administration, N.C.; funding acquisition, G.B. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

All data has been present in the main text.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Siordia, J.A., Jr. Epidemiology and clinical features of COVID-19: A review of current literature. J. Clin. Virol. 2020, 127, 104357. [Google Scholar] [CrossRef]
  2. Ranasinghe, C.; Ozemek, C.; Arena, R. Exercise and well-being during covid 19–time to boost your immunity. Expert Rev. Anti-infective Ther. 2020, 18, 1195–1200. [Google Scholar] [CrossRef] [PubMed]
  3. Alkhatib, A. Antiviral functional foods and exercise lifestyle prevention of coronavirus. Nutrients 2020, 12, 2633. [Google Scholar] [CrossRef]
  4. Lowder, T.; Padgett, D.A.; Woods, J.A. Moderate exercise protects mice from death due to influenza virus. Brain, Behav. Immun. 2005, 19, 377–380. [Google Scholar] [CrossRef]
  5. Kulkarni, M.S.; Kakodkar, P.; Nesari, T.M.; Dubewar, A.P. Combating the psychological impacts of COVID-19 pandemic through yoga: Recommendation from an overview. J. Ayurveda Integr. Med. 2021, 13, 100433. [Google Scholar] [CrossRef]
  6. Bushell, W.; Castle, R.; Williams, M.A.; Brouwer, K.C.; Tanzi, R.E.; Chopra, D.; Mills, P.J. Meditation and yoga practices as potential adjunctive treatment of sars-cov-2 infection and COVID-19: A brief overview of key subjects. J. Altern. Complement. Med. 2020, 26, 547–556. [Google Scholar] [CrossRef]
  7. Akimbekov, N.S.; Razzaque, M.S. Laughter therapy: A humor-induced hormonal intervention to reduce stress and anxiety. Curr. Res. Physiol. 2021, 4, 135–138. [Google Scholar] [CrossRef]
  8. Krüger, K.; Mooren, F.; Pilat, C. The immunomodulatory effects of physical activity. Curr. Pharm. Des. 2016, 22, 3730–3748. [Google Scholar] [CrossRef]
  9. Balchin, R.; Linde, J.; Blackhurst, D.; Rauch, H.G.L.; Schönbächler, G. Sweating away depression? the impact of intensive exercise on depression. J. Affect. Disord. 2016, 200, 218–221. [Google Scholar]
  10. World Health Organization. Stay Physically Active during Selfquarantine; World Health Organization: Copenhagen, Denmark, 2020. [Google Scholar]
  11. Omar, A.; Wahlqvist, M.; Kouris, B.A.; Vicziany, M. Wellness management through web based programmes. J. Telemed. Telecare 2005, 11, 8–11. [Google Scholar] [CrossRef]
  12. Charlene, B.; Brooks, A.; Christine, S.; Mapondera, A. Measuring wellness change in undergraduate students. J. Am. Coll. Health 2021, 1–10. [Google Scholar]
  13. Purcell, G.P.; Wilson, P.; Delamothe, T. The quality of health information on the internet. BMJ 2002, 324, 557–558. [Google Scholar] [CrossRef] [PubMed]
  14. Eysenbach, G.; Thomson, M. The FA4CT algorithm: A new model and Tool for consumers to assess and filter health information on the internet. Medinfo 2017, 129, 142. [Google Scholar]
  15. Lim, T.P.; Husain, W.; Zakaria, N.N. Recommender system for personalised wellness therapy. Int. J. Adv. Comput. Sci. Appl. 2013, 4, 54. [Google Scholar]
  16. Aguirre, L.E.; Villareal, D.T. Physical exercise as therapy for frailty. Pathophysiol. Phenotype Patient Care 2015, 83, 83–92. [Google Scholar]
  17. Global Wellness Institute. Empowering Wellness Worldwide. Available online: https://globalwellnessinstitute.org/ (accessed on 16 July 2022).
  18. Michael, J.; Granth, M.; Cliodhna, N.S. Wellness, Fitness and Lifestyle sensing applications. In Sensor Technologies; Apress: Berkeley, CA, USA, 2013; pp. 217–248. [Google Scholar]
  19. Narici, M.; De Vito, G.; Franchi, M.; Paoli, A.; Moro, T.; Marcolin, G.; Grassi, B.; Baldassarre, G.; Zuccarelli, L.; Biolo, G.; et al. Impact of sedentarism due to the omicron home confinement on neuromuscular, cardiovascular and metabolic health: Physiological and pathophysiological implications and recommendations for physical and nutritional countermeasures. Eur. J. Sport Sci. 2021, 21, 614–635. [Google Scholar] [CrossRef] [PubMed]
  20. Laddu, D.R.; Lavie, C.J.; Phillips, S.A.; Arena, R. Physical activity for immunity protection: Inoculating populations with healthy living medicine in preparation for the next pandemic. Prog. Cardiovasc. Dis. 2021, 64, 102. [Google Scholar] [CrossRef]
  21. Yuruten, O. Recommender Systems for Healthy Behavior Change; EPFL: Lausanne, Switzerland, 2017. [Google Scholar]
  22. De Croon, R.; Van Houdt, L.; Htun, N.N.; Štiglic, G.; Vanden Abeele, V.; Verbert, K. Health Recommender Systems: Systematic Review. J. Med. Internet Res. 2021, 23, e18035. [Google Scholar] [CrossRef]
  23. Radha, M.; Willemsen, M.C.; Boerhof, M.; Ijsselsteijn, W.A. Lifestyle recommendation for hypertension through rasch based feasibility modeling. In Proceedings of the User Modeling, Adaptation and Personalization Conference, Halifax, NS, Canada, 13–17 July 2016; pp. 239–247. [Google Scholar]
  24. Hidalgo, J.I.; Maqueda, E.; Risco-Martin, J.L.; Cuesta Infante, A.; Colmenar, J.M.; Nobel, J. gIUCModel: A monitoring and modeling system for chronic diseases applid to diabetes. J. Biomed. Inform. 2014, 48, 183–192. [Google Scholar] [CrossRef] [Green Version]
  25. Gronvall, E.; Verdezoto, N.; Bagalkot, N.; Sokoler, T. Concordance: Acritical participatory alternative in healtcare IT. In Proceedings of the Confercence on Critical Alternatives, Aarhus, Denmark, 17–21 August 2015; pp. 21–24. [Google Scholar]
  26. Ferretto, L.R.; Bellei, E.A.; Biduski, D.; Bin, L.C.P.; Moro, M.M.; Cervi, C.R.; De Marchi, A.C.B. A physical activity recommender system for patients with arterial hypertension. IEEE Access 2020, 8, 61656–61664. [Google Scholar] [CrossRef]
  27. Jakobsson, J.; Malm, C.; Furberg, M.; Ekelund, U.; Svensson, M. Physical activity during the coronavirus (COVID-19) pandemic: Prevention of a decline in metabolic and immunological functions. Front. Sports Act. Living 2020, 2, 57. [Google Scholar] [CrossRef] [PubMed]
  28. Banerjee, M.; Chakraborty, S.; Pal, R. Diabetes selfmanagement amid omicronpandemic. Diabetes Metab. Syndr. Clin. Res. Rev. 2020, 14, 351–354. [Google Scholar] [CrossRef] [PubMed]
  29. Vairale, V.S.; Shukla, S. Physical fitness recommender framework for thyroid patients using restricted boltzmannmachines. Int. J. Intell. Eng. Syst. 2020, 13, 247–256. [Google Scholar]
  30. Sudhakar, S.; Subramaniyaswamy, V.; Rutvij, H.J.; Vijayakumar, V.; Roy, S.; Logesh, R. A secure recommendation system for providing context aware physical activity classification for users. Secur. Commun. Netw. 2021, 2021, 4136909. [Google Scholar]
  31. Henriksen, A.; Mikalsen, M.H.; Woldaregay, A.Z.; Muzny, M.; Hartvigsen, G.; Hopstock, L.A.; Grimsgaard, S. Using fitness trackers and smart watches to measure physical in research:analysis of consumer wrist worn wearables. J. Med. Internet Res. 2018, 20, e110. [Google Scholar] [CrossRef] [PubMed]
  32. Hung, C.L.; Yang, P.C.; Chang, C.C.; Chiang, J.H. Machine learning based analysis of smartphone usage pattern and ist association with negative human emotion wireless health. Bethesda 2014, 14, 253–257. [Google Scholar]
  33. He, Q.; Agu, E.; Strong, D.; Tulu, B. Recfit: A context aware system for recommending physical activities. In Proceedings of the 12th ACM Conference on Embedded Network Sensor Systems, Memphis, TN, USA, 3–6 November 2014; pp. 34–39. [Google Scholar]
  34. Broekhuizen, K.; Van Poppel, M.N.; Koppes, L.L.; Brug, J.; Van Mechelen, W. A tailored lifestyle intervention to reduce the cardiovascular disease risk of individuals with Familial Hypercholesterolemia:design of the PRO FIT randomised controlled trial. BMC Public Health 2010, 10, 69. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  35. Ni, J.; Muhlstein, L.; McAuley, J. Modeling heart rate and activity data for personalised fitness recommendation. In Proceedings of the World Wide Web Conference(WWW19), San Francisco, CA, USA, 13–17 May 2019; pp. 3–8. [Google Scholar]
  36. Rabbi, M.; Aung, M.H.; Zhang, M.; Choudhury, T. MyBehavior: Automatic Personalized Health feedback from user behaviors and preferences using smartphones. In Proceedings of the ACM International Joint Conference on Pervasive and Ubiquitous Computing, Osaka, Japan, 7–11 September 2015; pp. 1–4. [Google Scholar]
  37. Ghanvatkar, S.; Kankanhalli, A.; Rajan, V. Usermodels for personalised physical activity interventions: Scoping review. JMIR Mhealth Uhealth 2019, 7, e11098. [Google Scholar] [CrossRef] [PubMed]
  38. Tomczyk, S.; Barth, S.; Schmidt, S.; Muehlan, H. Utilizing Health Behavior Change and Technology Acceptance Models to Predict the Adoption of COVID-19 Contact Tracing Apps: Cross-sectional Survey Study. J. Med. Internet Res. 2021, 23, e25447. [Google Scholar] [CrossRef] [PubMed]
  39. Berndsen, J.; Lawlor, A.; Smyth, B. 2-17. Running with recommendation. In Proceedings of the International Conference on Recommendation System (ACM Recsys17), Como, Italy, 27–31 August 2017; pp. 15–21. [Google Scholar]
Figure 1. Study flow.
Figure 1. Study flow.
Computers 11 00150 g001
Figure 2. Physical activity recommendation system.
Figure 2. Physical activity recommendation system.
Computers 11 00150 g002
Figure 3. Stacked RBM model.
Figure 3. Stacked RBM model.
Computers 11 00150 g003
Table 1. Dataset features.
Table 1. Dataset features.
FeatureValues
GenderMale, Female
AgeChild, young, adult, aged
HeightCm
WeightKg
ComorbiditiesDiabetes, hypertension, etc.
Respiratory infectedYes or no
Exercise habitYes or no
ReportsX-rays, CT scans, diagnosis reports
Nationality Country
Food type Vegetarian/ Non-vegetarian
HabitsTea, smoking, alcohol, etc.
Table 2. Symptoms signs, comorbidities, and age group of the respiratory infected diseases.
Table 2. Symptoms signs, comorbidities, and age group of the respiratory infected diseases.
NSymptoms%Comorbidities%AgeCount
1Cough84.9Cardiovascular67.60–117
2Fever79.8Diabetes54.81–12115
3Dyspnea78.6Asthma8912–1786
4Sore throat82.3Neurological7817–5078
5Diarrhea65.4Influenza8950–60162
6Vomiting85.4COPD85>60200
Table 3. Performance of the stacked RBM with different hidden layers.
Table 3. Performance of the stacked RBM with different hidden layers.
Hidden LayersMAPERMSE
10.02840.0018
20.02560.0014
30.02510.0010
40.03240.0017
50.03280.0019
60.03300.0020
Table 4. Comparison of performance metrics of ML-based recommendation systems.
Table 4. Comparison of performance metrics of ML-based recommendation systems.
ModelMAERMSER2
Content-based0.06740.07540.847
Hybrid-restricted Boltzmann machine [29]0.02810.00140.946
Random forest0.07460.06190.841
K nearest neighbors0.05670.04360.840
Support vector machine0.02630.04520.719
Logistic regression0.03450.05320.534
Decision tree0.04240.04640.840
Proposed0.02510.00100.985
Table 5. Test case for the yoga recommender system.
Table 5. Test case for the yoga recommender system.
NGenderAgeComorbiditiesRespiratory Diseases
Infected
Recommendation
1FemalechildNoNoToo little exercise
2MalechildNoYesSimple yoga asanas; light exercise
3MaleadultNoYesModerate yoga asanas and exercise
4MaleadultYesYesHard yoga asanas; very strong exercise
5MaleadultNoNoModerate yoga asanas; strong exercise
6FemaleoldNoYesSimple yoga asanas; light exercise
7FemaleadultNoNoModerate yoga asanas and exercise
8FemaleoldYesYesToo little exercise
9FemaleoldYesNoToo little exercise
10MaleoldYesNoToo little exercise
11MaleadultYesNoToo little exercise
Table 6. Experts and corresponding physical activity recommendations.
Table 6. Experts and corresponding physical activity recommendations.
ExercisesAsanasRecommendations
Expertse1e2--e19e20a1-a20Rec1--Rec10
M1Y1G1 -- - {e1,e5,a5}--{e9,a3,a15}
M2Y2G2 -- - {e4,a1,a4}--{e2,e3,a7}
M3Y3G3 -- - {e8,e11,a4}--{e19,a13,a19}
M4Y4G4 -- -{e2,e4,a17}--{e2,a1,a5}
M5Y5G5 -- -{e13,a5,a20}--{e8,e13,a6}
M6Y6G6 -- - {e16,e15,a6}--{e4,a3,a5}
M7Y7G7 -- - {e7,e20,a9}--{e19,a3,a8}
M8Y8G8 -- - {e18,a1,a3}--{e15,e16,a16}
M9Y9G9 -- - {e19,e15,a15}--{e2,a4,a7}
Table 7. Expert team descriptive analysis.
Table 7. Expert team descriptive analysis.
MeanStandard Deviation
Rec14.340.75
Rec24.630.73
Rec34.120.47
Rec44.470.78
Rec54.320.84
Rec64.440.83
Rec74.260.93
Rec84.320.74
Rec94.680.73
Rec104.490.70
Table 8. User-level descriptive analysis.
Table 8. User-level descriptive analysis.
MeanStandard Deviation
Rec14.340.85
Rec24.630.93
Rec34.830.80
Rec44.890.53
Rec54.900.84
Rec64.960.94
Rec74.850.83
Rec84.880.74
Rec94.940.84
Rec104.850.73
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Bhimavarapu, U.; Sreedevi, M.; Chintalapudi, N.; Battineni, G. Physical Activity Recommendation System Based on Deep Learning to Prevent Respiratory Diseases. Computers 2022, 11, 150. https://doi.org/10.3390/computers11100150

AMA Style

Bhimavarapu U, Sreedevi M, Chintalapudi N, Battineni G. Physical Activity Recommendation System Based on Deep Learning to Prevent Respiratory Diseases. Computers. 2022; 11(10):150. https://doi.org/10.3390/computers11100150

Chicago/Turabian Style

Bhimavarapu, Usharani, M. Sreedevi, Nalini Chintalapudi, and Gopi Battineni. 2022. "Physical Activity Recommendation System Based on Deep Learning to Prevent Respiratory Diseases" Computers 11, no. 10: 150. https://doi.org/10.3390/computers11100150

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop