ESP icon indicating copy to clipboard operation
ESP copied to clipboard

Allow calibrators to modify/process training data.

Open damellis opened this issue 8 years ago • 1 comments

Depending on the user's setup, we may want to modify the training data supplied by the example author. For instance, if the user is using an accelerometer with a smaller range (say +/- 2G instead of +/- 8G), the sensor readings will clip. This will make them seem different from the training data. So the example author may want to write a function that clips the training data before training the model on it. This is a task for later but might be worth noting as future work in the paper.

damellis avatar Mar 31 '16 22:03 damellis

Maybe this can be implemented as a pre-processing module that processes incoming data according to the values saved by the calibrator processes?

damellis avatar May 05 '16 20:05 damellis