This competition was held by Kwangwoon univ. and Dacon.
The topic is making a ML model which classifies exercise actions from IMU sensors.
For example, when we get some sensor datas from gyro sensor and accelator sensor our ML model should classifiy that this Exercise motion is push-up from datas.
We use Fouier Transform and Kalman Filter for getting more pre-processing datas to increase accurancy of ML model.
And we uses GRU + LSTM model Because datas were Sequential show good performance used for these two models.
google colab pro + python 3.8.