Watch Motion – More training data
Project: Watch Motion
- Getting Started
- Data Collection
- More Training Data
- More to come...
Now to the fun part: Getting a lot of training data! I'm trying to collect at least a couple recordings of each exercise every day. My plan is to collect enough data to train a simple model that I can implement in the watch app and do some basic exercise classification on device just to see that it works.
When building a machine learning model to classify exercises, the quality of the dataset is just as important as the algorithm. A balanced dataset ensures that the model learns equally from all exercise types, rather than favoring one over the others. To measure how balanced the dataset is, we can use the coefficient of variation (CV) which simply is the standard deviation divided by the mean. We want the CV to be as low as possible, if the dataset is balanced, the CV will be close to 0.
The data is updated every time I add a new recording to the dataset, so check back later to see how it progresses!