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

LSTM + KNN #40

Open robinfays12 opened 4 years ago

robinfays12 commented 4 years ago

Hey,

Do you know if it is possible to use 1 LSTM and 1 KNN instead of 2 LSTM ?

Thanks in advance,

R.F.

guillaume-chevalier commented 3 years ago

This might interest you: https://github.com/Neuraxio/Kata-Clean-Machine-Learning-From-Dirty-Code

robinfays12 commented 3 years ago

Thanks a lot !