Driving, Cycling, and Walking Activity Recognition with Accelerometers: How to distinguish between the activities using data obtained from an accelerometer?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
ahmad Mohammadi
am 23 Sep. 2022
Kommentiert: Star Strider
am 24 Sep. 2022
I am attempting to design a matlab program that will differentiate between different activities.
The data will be gathered from an accelerometer.
Is there a sensible way to do this?
Many thanks,
5 Kommentare
Star Strider
am 24 Sep. 2022
My pleasure!
That is the approach I took in my research. I knew what the tasks were, and split the data into training and testing and compared the classification accuracy. Start with data you know, and then determine the relevant features of each and how they differ from the others.
You might be able to get some of the activity type information from the GPS data (location, veolcity, etc.) as well as the accelerometer information. That could help label it.
Akzeptierte Antwort
Cris LaPierre
am 23 Sep. 2022
I would point you to the following examples
- Human Activity Recognition Simulink Model for Smartphone Deployment
- Human Activity Recognition Using Signal Feature Extraction and Machine Learning
- Human Action Recognition using KTH Dataset
- Summary Statistics as Features (comes from our Data Processing and Feature Engineering with MATLAB course on Coursera)
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!