AnkFall—Falls, Falling Risks and Daily-Life Activities Dataset with an Ankle-Placed Accelerometer and Training Using Recurrent Neural Networks
Abstract
:1. Introduction
Dataset | Year | Participants | Sensors | Location | Classes | #Activities |
---|---|---|---|---|---|---|
Frank et al. [9] | 2010 | 16 | Accel | Waist | Pasive, ADL, Risk, Fall | 5 |
Kerdegari et al. [10] | 2012 | 50 | Accel | Waist | ADL, Fall | 20 |
Anguita et al. [11] | 2013 | 30 | Smartphone (Accel) | Waist | Pasive, ADL | 8 |
Medrano et al. [12] | 2014 | 20 | Smartphone (Accel) | ADL, Fall | 8 | |
Ojetola et al. [13] | 2015 | 42 | Accel, Gyr | Chest | ADL, Risk, Fall | 15 |
Fall-MobileGuard [14] | 2015 | 20 | Shimmer2R (Accel) | ADL, Fall | 29 | |
Vilarinho et al. [15] | 2015 | 3 | Smartwatch (Accel) | Hand | ADL, Fall | 19 |
Wertner et al. [16] | 2015 | 5 | Smartwatch (Accel, Gyr) | ADL, Fall | 14 | |
MobiAct [17] | 2016 | 57 | Smartwatch (Accel, Gyr) | ADL, Fall | 13 | |
UniMiB SHAR [18] | 2017 | 30 | Smartwatch (Accel) | ADL, Fall | 17 | |
UMAFall [19] | 2017 | 17 | Smartwatch, Tags (Accel, Gyr, Mag) | Ankle, Waist, Wrist, Chest | ADL, Fall | 11 |
SisFall [20] | 2017 | 38 | Accel, Gyr | Waist | ADL, Fall | 33 |
Rescio et al. [21] | 2018 | 15 | EMG | Lower limb muscles | ADL, Fall | 6 |
Quadros et al. [22] | 2018 | 22 | Accel, Gyr and Mag | Wrist | ADL, Fall | 12 |
FallDroid [23] | 2018 | 20 | Smartphone (Accel) | Waist | ADL, Fall | 19 |
UP-Fall [24] | 2019 | 17 | Wearables (Accel), EEG, Cameras, Context-aware | Wrist, Neck, Pocket, Waist, Ankle | ADL, Fall | 11 |
2. Materials and Methods
2.1. Ankfall Dataset
2.1.1. Activity Set and Participants
- Activities of Daily Living (ADL): in this kind of activity, most of the datasets include the most common ones like walking, sitting down on a chair, getting up from a chair, crouching down, getting upstairs and getting down stairs. Those ADL activities that are only present in one or two datasets were not taken into account. So, based on this study, only those common activities were included in our activity set.
- Falling Risks: regarding these activities, it is important to mention that only two of the sixteen datasets include this kind of events due to the difficult of simulating them. These two datasets include activities like recovering after trying to sit down into the void, trying to get up, stepping down from a platform, trying to dodge an obstacle on the ground and sitting with an imaginary wall. These situations were discarded due to the danger involved when performing a simulation or the difficulties about conducting a realistic simulation. However we wanted to include falling risk situations and, according to the most common situations among elderly, the risk activities included in our study were: tripping over an obstacle and walking with an improper weight change due to dizziness.
- Falls: the simulation of these activities is carried out by all the previous studies in very different ways, so a deeper analysis is needed in order to select the best activities for our dataset. A summary about fall simulation activities used in the sixteen analyzed datasets can be found in Table 2. According to this review, the most frequent fall events used in the datasets are dropping down (used in eleven of the sixteen datasets: almost 69%), tripping (used in four of the sixteen datasets: 25%), sitting into the void (used in four of the sixteen datasets: 25%) and fainting (used in four of the sixteen datasets: 25%). Thus, these four fall events are included in our dataset.
2.1.2. Acquisition Process
- This area of the body is directly influenced by risk events and falls; however, the vast majority of published datasets do not record from this position.
- This location opens the opportunity to combine the information with other sensors, such as pressure sensors, to analyze pathologies or other gait-related problems.
- Users with many pathologies are used to wear insoles. Forgetting to use the device would be unlikely, especially if the sensors were integrated into the orthotics devices.
- The elderly usually wear a small number of shoes and, thus, it would be less common to forget the device.
- Athletes usually wear sports shoes, and therefore sensors could be installed on them.
- STMicroelectronics microcontroller (STM32L432KCU6): 32-bits ARM Cortex-M4 with floating-point unit (FPU), 80 Mhz CLK, 256 KB FLASH, 64 KB SRAM, 12-bit resolution ADC (analog-to-digital converter) up to 10 channels and up to 22 GPIOs (general purpose pins).
- ADXL345: triaxial and analog accelerometer with a resolution up to ±16 g for each axis.
- HM-10: low-energy bluetooth modem controlled by a serial port. This modem is used to transmit the collected data to the monitoring application.
- Power supply: as the main objective is the dataset collection, we used a comercial powerbank to feed the device. In a near future, with the final implementation after testing the dataset and integrating the RNN inside the embedded system, a 150–200 mAh lipo battery will be used; however, at this time, no power-consumption studies have been performed.
- Most studies group events to simplify the final problem. In fact, there are many studies that only classify between fall events and ADL, without addressing risk events.
- Knowing the specific user activity is not as interesting for healthcare systems as detecting dangerous anomalies like falls or falling risks.
- Using more classes requires more complex models and the systems would loose the ability to alert in real time.
2.2. Recurrent Neural Network Classifier
- LSTM cell: this cell consists of an input gate, a forget gate and an output gate. The first gate adds new information to the cell from the sequence sample in the current instant of time t and the outputs of the same layer processing for the previous instant . With the same inputs, the forget gate determines the non-necessary data for the analysis of rest of the sequence. Finally, the output gate passes information from the memory that considers relevant as input to the layer processing the next instant .
- GRU cell: it has only two gates (no forget gate is used), so it can add (update gate) and remove (reset gate) information from the cell, allowing all stored information to be used by the neural network throughout the sequence analysis.
Data Segmentation and Labelling Criteria
3. Results and Discussion
3.1. Collected Dataset
- AnkFALL is the most balanced dataset among the existing ones according to the number of activities: around 36%, 28% and 36% of ADL, Risks and Falls, respectively. If we do not take into consideration AnkFall, the more balanced dataset is the one presented by Ojetola et al. [13] with 53%, 7% and 40% of ADL, Risks and Falls, respectively.
- No other dataset has more Risk activities than AnkFALL—the datasets that have Risk activities only register one or two types.
3.2. Testing the Dataset
- Specificity: proportion of “true negative” values in all cases that don’t belong to this class (see Equation (1)).
- Precision: proportion of “true positive” values in all cases that have been classified as it (see Equation (2)).
- Sensitivity (or Recall): proportion of “true positive” values in all the cases that belong to this class (see Equation (3)).
- F1: It considers both the precision and the sensitivity (recall) of the test to compute the score. It is the harmonic mean of both parameters (see Equation (4)).
- Specificity: we can see values over 92% that denote a high rate of true negatives among the total amount of true negatives and false positives. So, in general, this system classifies correctly the values that do not belong to each class.
- Precision and Sensitivity: these values are lower than the specificity, however both have similar values around 77–78%. These results are not bad at all, but the important difference between the specificity and these two metrics indicate that the system does not behave in the same way with all classes. Maybe one of the four classes has quite worse results than the others. In fact, if we study the system deeply, we can check that the class RISK has much worse results than the others due to two main reasons: the difficulty of distinguishing it and the alternation between RISK, ADL and BKG during the Falling risk activities. This aspect will be studied later.
- F1-score: As this metric is obtained from precision and sensitivity, it is normal that its value is similar to them. The main conclusion obtained with this value is the same that was already obtained for the previous metrics.
4. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
References
- World Health Organization: Ageing and Life Course Unit. WHO Global Report on Falls Prevention in Older Age; World Health Organization: Geneva, Switzerland, 2008. [Google Scholar]
- Domínguez-Morales, M.J.; Luna-Perejón, F.; Miró-Amarante, L.; Hernández-Velázquez, M.; Sevillano-Ramos, J.L. Smart Footwear Insole for Recognition of Foot Pronation and Supination Using Neural Networks. Appl. Sci. 2019, 9, 3970. [Google Scholar] [CrossRef] [Green Version]
- Luna-Perejón, F.; Domínguez-Morales, M.; Gutiérrez-Galán, D.; Civit-Balcells, A. Low-Power Embedded System for Gait Classification Using Neural Networks. J. Low Power Electron. Appl. 2020, 10, 14. [Google Scholar] [CrossRef]
- Muñoz-Saavedra, L.; Luna-Perejón, F.; Civit-Masot, J.; Miró-Amarante, L.; Civit, A.; Domínguez-Morales, M. Affective State Assistant for Helping Users with Cognition Disabilities Using Neural Networks. Electronics 2020, 9, 1843. [Google Scholar] [CrossRef]
- Gutierrez-Galan, D.; Dominguez-Morales, J.P.; Cerezuela-Escudero, E.; Rios-Navarro, A.; Tapiador-Morales, R.; Rivas-Perez, M.; Dominguez-Morales, M.; Jimenez-Fernandez, A.; Linares-Barranco, A. Embedded neural network for real-time animal behavior classification. Neurocomputing 2018, 272, 17–26. [Google Scholar] [CrossRef]
- Saleem, M.H.; Potgieter, J.; Arif, K.M. Plant Disease Classification: A Comparative Evaluation of Convolutional Neural Networks and Deep Learning Optimizers. Plants 2020, 9, 1319. [Google Scholar] [CrossRef]
- Chen, C.H.; Kung, H.Y.; Hwang, F.J. Deep learning techniques for agronomy applications. Agronomy 2019, 9, 142. [Google Scholar] [CrossRef] [Green Version]
- Wang, J.; Ma, Y.; Zhang, L.; Gao, R.X.; Wu, D. Deep learning for smart manufacturing: Methods and applications. J. Manuf. Syst. 2018, 48, 144–156. [Google Scholar] [CrossRef]
- Frank, K.; Vera Nadales, M.J.; Robertson, P.; Pfeifer, T. Bayesian recognition of motion related activities with inertial sensors. In Proceedings of the 12th ACM International Conference Adjunct Papers on Ubiquitous Computing-Adjunct, Copenhagen, Denmark, 26–29 September 2010; pp. 445–446. [Google Scholar]
- Kerdegari, H.; Samsudin, K.; Ramli, A.R.; Mokaram, S. Evaluation of fall detection classification approaches. In Proceedings of the 2012 4th International Conference on Intelligent and Advanced Systems (ICIAS2012), Kuala Lumpur, Malaysia, 12–14 June 2012; Volume 1, pp. 131–136. [Google Scholar]
- Anguita, D.; Ghio, A.; Oneto, L.; Parra, X.; Reyes-Ortiz, J.L. A Public Domain Dataset for Human Activity Recognition Using Smartphones; Esann: Midlothian, VA, USA, 2013. [Google Scholar]
- Medrano, C.; Igual, R.; Plaza, I.; Castro, M. Detecting falls as novelties in acceleration patterns acquired with smartphones. PLoS ONE 2014, 9, e94811. [Google Scholar] [CrossRef] [Green Version]
- Ojetola, O.; Gaura, E.; Brusey, J. Data set for fall events and daily activities from inertial sensors. In Proceedings of the 6th ACM Multimedia Systems Conference, Portland, OR, USA, 18–20 March 2015; pp. 243–248. [Google Scholar]
- Fortino, G.; Gravina, R. Fall-MobileGuard: A smart real-time fall detection system. In Proceedings of the 10th EAI International Conference on Body Area Networks, Sydney, Australia, 28–30 September 2015; ICST (Institute for Computer Sciences, Social-Informatics and Telecommunications Engineering: Brussels, Belgium, 2015; pp. 44–50. [Google Scholar]
- Vilarinho, T.; Farshchian, B.; Bajer, D.G.; Dahl, O.H.; Egge, I.; Hegdal, S.S.; Lønes, A.; Slettevold, J.N.; Weggersen, S.M. A combined smartphone and smartwatch fall detection system. In Proceedings of the 2015 IEEE International Conference on Computer and Information Technology, Ubiquitous Computing and Communications, Dependable, Autonomic and Secure Computing, Pervasive Intelligence and Computing, Liverpool, UK, 26–28 October 2015; pp. 1443–1448. [Google Scholar]
- Wertner, A.; Czech, P.; Pammer-Schindler, V. An open labelled dataset for mobile phone sensing based fall detection. In Proceedings of the 12th EAI International Conference on Mobile and Ubiquitous Systems: Computing, Networking and Services, Coimbra, Portugal, 22–24 July 2015; pp. 277–278. [Google Scholar]
- Vavoulas, G.; Chatzaki, C.; Malliotakis, T.; Pediaditis, M.; Tsiknakis, M. The MobiAct Dataset: Recognition of Activities of Daily Living using Smartphones. In Proceedings of the ICT4AgeingWell, Rome, Italy, 21–22 April 2016; pp. 143–151. [Google Scholar]
- Micucci, D.; Mobilio, M.; Napoletano, P. Unimib shar: A dataset for human activity recognition using acceleration data from smartphones. Appl. Sci. 2017, 7, 1101. [Google Scholar] [CrossRef] [Green Version]
- Casilari, E.; Santoyo-Ramón, J.A.; Cano-García, J.M. Umafall: A multisensor dataset for the research on automatic fall detection. Procedia Comput. Sci. 2017, 110, 32–39. [Google Scholar] [CrossRef]
- Sucerquia, A.; López, J.; Vargas-Bonilla, J. SisFall: A fall and movement dataset. Sensors 2017, 17, 198. [Google Scholar] [CrossRef]
- Rescio, G.; Leone, A.; Siciliano, P. Supervised machine learning scheme for electromyography-based pre-fall detection system. Expert Syst. Appl. 2018, 100, 95–105. [Google Scholar] [CrossRef]
- De Quadros, T.; Lazzaretti, A.E.; Schneider, F.K. A movement decomposition and machine learning-based fall detection system using wrist wearable device. IEEE Sens. J. 2018, 18, 5082–5089. [Google Scholar] [CrossRef]
- Shahzad, A.; Kim, K. FallDroid: An automated smart-phone-based fall detection system using multiple kernel learning. IEEE Trans. Ind. Inform. 2018, 15, 35–44. [Google Scholar] [CrossRef]
- Martínez-Villaseñor, L.; Ponce, H.; Brieva, J.; Moya-Albor, E.; Núñez-Martínez, J.; Peñafort-Asturiano, C. UP-fall detection dataset: A multimodal approach. Sensors 2019, 19, 1988. [Google Scholar] [CrossRef] [Green Version]
- Civit-Masot, J.; Domínguez-Morales, M.J.; Vicente-Díaz, S.; Civit, A. Dual Machine-Learning System to Aid Glaucoma Diagnosis Using Disc and Cup Feature Extraction. IEEE Access 2020, 8, 127519–127529. [Google Scholar] [CrossRef]
- Dominguez-Morales, J.P.; Jimenez-Fernandez, A.F.; Dominguez-Morales, M.J.; Jimenez-Moreno, G. Deep neural networks for the recognition and classification of heart murmurs using neuromorphic auditory sensors. IEEE Trans. Biomed. Circuits Syst. 2017, 12, 24–34. [Google Scholar] [CrossRef]
- Sahoo, A.K.; Pradhan, C.; Das, H. Performance evaluation of different machine learning methods and deep-learning based convolutional neural network for health decision making. In Nature Inspired Computing for Data Science; Springer: Berlin/Heidelberg, Germany, 2020; pp. 201–212. [Google Scholar]
- Sahoo, A.K.; Pradhan, C.; Barik, R.K.; Dubey, H. DeepReco: Deep learning based health recommender system using collaborative filtering. Computation 2019, 7, 25. [Google Scholar] [CrossRef] [Green Version]
- Civit-Masot, J.; Luna-Perejón, F.; Domínguez Morales, M.; Civit, A. Deep learning system for COVID-19 diagnosis aid using X-ray pulmonary images. Appl. Sci. 2020, 10, 4640. [Google Scholar] [CrossRef]
- Duran-Lopez, L.; Dominguez-Morales, J.P.; Corral-Jaime, J.; Vicente-Diaz, S.; Linares-Barranco, A. COVID-XNet: A custom deep learning system to diagnose and locate COVID-19 in chest X-ray images. Appl. Sci. 2020, 10, 5683. [Google Scholar] [CrossRef]
- Luna-Perejón, F.; Domínguez-Morales, M.J.; Civit-Balcells, A. Wearable Fall Detector Using Recurrent Neural Networks. Sensors 2019, 19, 4885. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Gao, C.; Neil, D.; Ceolini, E.; Liu, S.C.; Delbruck, T. DeltaRNN: A Power-efficient Recurrent Neural Network Accelerator. In Proceedings of the 2018 ACM/SIGDA International Symposium on Field-Programmable Gate Arrays, Monterey, CA, USA, 25–27 February 2018; ACM: New York, NY, USA, 2018; pp. 21–30. [Google Scholar] [CrossRef] [Green Version]
- Yu, S. Residual Learning and LSTM Networks for Wearable Human Activity Recognition Problem. In Proceedings of the 2018 37th Chinese Control Conference (CCC), Wuhan, China, 25–27 July 2018; pp. 9440–9447. [Google Scholar]
- Musci, M.; De Martini, D.; Blago, N.; Facchinetti, T.; Piastra, M. Online fall detection using recurrent neural networks. arXiv 2018, arXiv:1804.04976. [Google Scholar]
- Sokolova, M.; Lapalme, G. A systematic analysis of performance measures for classification tasks. Inf. Process. Manag. 2009, 45, 427–437. [Google Scholar] [CrossRef]
[9] | [10] | [11] | [12] | [13] | [14] | [15] | [16] | [17] | [18] | [19] | [20] | [21] | [22] | [23] | [24] | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
With flexed knees | ✓ | ✓ | ✓ | |||||||||||||
Sitting on empty | ✓ | ✓ | ✓ | ✓ | ||||||||||||
Base on wall | ✓ | ✓ | ||||||||||||||
Fall as subject prefers | ✓ | ✓ | ||||||||||||||
From standing (drop down) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Pushing | ✓ | |||||||||||||||
Improper weight shift | ✓ | |||||||||||||||
Trip | ✓ | ✓ | ✓ | ✓ | ||||||||||||
Walking with improper weight shift | ✓ | |||||||||||||||
Sitting with imaginary wall | ✓ | |||||||||||||||
Walking and slip | ✓ | ✓ | ✓ | |||||||||||||
Syncope/fainting/falling asleep | ✓ | ✓ | ✓ | ✓ | ||||||||||||
Trying to get up (seat) | ✓ | ✓ | ||||||||||||||
Trying to sit down (seat) | ✓ | |||||||||||||||
Lying down on a bed | ✓ | |||||||||||||||
Lying initially on the knees | ✓ | ✓ | ✓ | |||||||||||||
Rolling out of bed | ✓ | |||||||||||||||
With compensation strategies to prevent the impact | ✓ | ✓ | ||||||||||||||
With contact with an obstacle before hitting the ground | ✓ | ✓ | ||||||||||||||
Steing down from platform | ✓ |
# Activity | Activity Description | Activity Steps | Time |
---|---|---|---|
Act. 1 | The subject walks. | 0. Standing; 1. Walk; 2. Stop | 17 |
Act. 2 | The subject sits in a chair. | 0. Standing in front of a chair; 1. Turn around; 2. Sit | 7 |
Act. 3 | The subject gets up from a chair. | 0. Sitting on a chair; 1. Get up; 2. Stand | 6 |
Act. 4 | The subject crouches down with the intention of touching the ground. | 0. Standing; 1. Crouch down; 2. Return to upright position; 3. Stand | 6 |
Act. 5 | The subject goes up and down stairs. | 0. Standing; 1. Go up stairs; 2. Stop; 3. Turn around; 4. Go down stairs; 5. Stand | X |
Act. 6 | The user trips over with the left foot. | 0. Standing; 1. Walk; 2. Trip over a creased carpet with the left foot; 3. Regain balance; 4. Walk; 5. Stand | 8 |
Act. 7 | The user trips over with the right foot. | 0. Standing; 1. Walk; 2. Trip over a creased carpet with the right foot; 3. Regain balance; 4. Walk; 5. Stand | 8 |
Act. 8 | The user walks while dizzy. | 0. Standing; 1. Turn on itself several turns; 2. Walk; 3. Stop | 19 |
Act. 9 | The user falls backwards while sitting on the void. | 0. Stand; 1. Try to sit; 2. Fall; 3. Stay still | 6 |
Act. 10 | The subject trips over and falls forward. | 0. Stand; 1. Walk; 2. Trip over a creased carpet with the left foot; 3. Fall; 4. Stay still | 10 |
Act. 11 | The subject falls to the left (faint). | 0. Stand; 1. Fall without resisting to the left; 2. Stay still | 5 |
Act. 12 | The subject falls to the right (faint). | 0. Stand; 1. Fall without resisting to the right; 2. Stay still | 5 |
Dataset | Year | #Users | Sensors | Location | Classes | #Activities | Balance |
---|---|---|---|---|---|---|---|
Frank et al. [9] | 2010 | 16 | Accel | Waist | Pasive, ADL, Risk, Fall | 5 | 3-1-1 |
Kerdegari et al. [10] | 2012 | 50 | Accel | Waist | ADL, Fall | 20 | 17-0-3 |
Ojetola et al. [13] | 2015 | 42 | Accel, Gyr | Chest | ADL, Risk, Fall | 15 | 8-1-6 |
SisFall [20] | 2017 | 38 | Accel, Gyr | Waist | ADL, Fall | 33 | 29-0-4 |
Quadros et al. [22] | 2018 | 22 | Accel, Gyr and Mag | Wrist | ADL, Falls | 12 | 11-0-1 |
AnkFALL | 2020 | 21 | Accel | Ankle | BKG, ADL, Risk, Fall | 11 | 4-3-4 |
Subsets | Users | # Activities |
---|---|---|
Train | 1, 2, 3, 4, 6, 7, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 | 463 |
Validation | 5, 8, 9, 10, 21 | 152 |
Threshold | Set of Values |
---|---|
ADL | 0.3, 0.4, 0.5, 0.6, 0.7 |
RISK | 0.2, 0.3, 0.4, 0.5 |
FALL | 0.1, 0.2, 0.3, 0.4 |
Samples Per Class | |||||
---|---|---|---|---|---|
Subsets | Total | ADL | BKG | Risk | Fall |
Train | 9099 | 2064 | 4587 | 1165 | 1283 |
Validation | 3172 | 837 | 1500 | 331 | 504 |
Parameters | Set of Values for Grid Search |
---|---|
Learning rate | 0.0005, 0.001, 0.0015, 0.002 |
Batch size | 32, 48, 64 |
Number of nodes | 24, 32, 40 |
Dropout | 0, 0.2, 0.35 |
RNN | RNN | Learn. | Batch | RNN | ||||
---|---|---|---|---|---|---|---|---|
Architecture | Nodes | Rate | Size | Drop. | Precision | Specificity | Sensitivity | F1-Score |
One LSTM layer | 32 | 0.002 | 32 | 0.2 | 0.780 | 0.928 | 0.768 | 0.774 |
One GRU layer | 40 | 0.002 | 32 | 0.2 | 0.762 | 0.924 | 0.771 | 0.766 |
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2021 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).
Share and Cite
Luna-Perejón, F.; Muñoz-Saavedra, L.; Civit-Masot, J.; Civit, A.; Domínguez-Morales, M. AnkFall—Falls, Falling Risks and Daily-Life Activities Dataset with an Ankle-Placed Accelerometer and Training Using Recurrent Neural Networks. Sensors 2021, 21, 1889. https://doi.org/10.3390/s21051889
Luna-Perejón F, Muñoz-Saavedra L, Civit-Masot J, Civit A, Domínguez-Morales M. AnkFall—Falls, Falling Risks and Daily-Life Activities Dataset with an Ankle-Placed Accelerometer and Training Using Recurrent Neural Networks. Sensors. 2021; 21(5):1889. https://doi.org/10.3390/s21051889
Chicago/Turabian StyleLuna-Perejón, Francisco, Luis Muñoz-Saavedra, Javier Civit-Masot, Anton Civit, and Manuel Domínguez-Morales. 2021. "AnkFall—Falls, Falling Risks and Daily-Life Activities Dataset with an Ankle-Placed Accelerometer and Training Using Recurrent Neural Networks" Sensors 21, no. 5: 1889. https://doi.org/10.3390/s21051889
APA StyleLuna-Perejón, F., Muñoz-Saavedra, L., Civit-Masot, J., Civit, A., & Domínguez-Morales, M. (2021). AnkFall—Falls, Falling Risks and Daily-Life Activities Dataset with an Ankle-Placed Accelerometer and Training Using Recurrent Neural Networks. Sensors, 21(5), 1889. https://doi.org/10.3390/s21051889