Machine learning-based classification model corresponding to the paper 'Machine learning to improve orientation estimation in sports situations challenging for inertial sensor use'
DOI:10.4121/14883927.v1
The DOI displayed above is for this specific version of this dataset, which is currently the latest. Newer versions may be published in the future.
For a link that will always point to the latest version, please use
DOI: 10.4121/14883927
DOI: 10.4121/14883927
Datacite citation style:
van Dijk, Marit (2021): Machine learning-based classification model corresponding to the paper 'Machine learning to improve orientation estimation in sports situations challenging for inertial sensor use'. Version 1. 4TU.ResearchData. software. https://doi.org/10.4121/14883927.v1
Other citation styles (APA, Harvard, MLA, Vancouver, Chicago, IEEE) available at Datacite
Software
Usage statistics
953
views
335
downloads
Licence CC BY-SA 4.0
Machine learning model as used in 'Machine learning to improve orientation estimation in sports situations challenging for inertial sensor use'. The model to run the Extended Madgwick filter is based on a random forest algorithm and can be used as explained in Figure 3 in the paper.
Explanation for use:The model can be loaded and executed in Python using the following code- RFmodel = pickle.load(open([filename_RFmodel], 'rb'))- y = RFmodel.predict_proba(X)[:,1]- if y > 0.5 EFcorrect = 1 else EFcorrect = 0 X are (normalized) input variablesy are probabilities for EFcorrect (see paper)
Explanation for use:The model can be loaded and executed in Python using the following code- RFmodel = pickle.load(open([filename_RFmodel], 'rb'))- y = RFmodel.predict_proba(X)[:,1]- if y > 0.5 EFcorrect = 1 else EFcorrect = 0 X are (normalized) input variablesy are probabilities for EFcorrect (see paper)
History
- 2021-07-13 first online, published, posted
Publisher
4TU.ResearchDataAssociated peer-reviewed publication
Machine learning to improve orientation estimation in sports situations challenging for inertial sensor useFunding
- ZonMw project number: 546003002
Organizations
TU Delft, Faculty of Mechanical, Maritime and Materials Engineering, department of BioMechanical EngineeringVrije Universiteit Amsterdam
The Hague University of Applied Sciences
DATA
Files (1)
- 1,390,603,194 bytesMD5:
3062d660f383dc1c9f47bbabdf9c05d4
BCmodel_RF_20210225_v27.pkl