guillaume-chevalier / LSTM-Human-Activity-Recognition

Human Activity Recognition example using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six activity categories - Guillaume Chevalier
MIT License
3.33k stars 935 forks source link

How to account for empty/null value readings for some of the sensors #37

Closed Amit12690 closed 4 years ago

Amit12690 commented 4 years ago

What's the best way to preprocess the data if some of the sensor readings have null/invalid values ?

guillaume-chevalier commented 4 years ago

@Amit12690 Good question. Possible solutions:

It depends on your data, project size, and how important it is to get very good accuracy. There is no "one size fits all" answer here.

Amit12690 commented 4 years ago

Thanks for the detailed answer @guillaume-chevalier. I will explore them and check what works the best .