Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.03 KB

File metadata and controls

40 lines (34 loc) · 1.03 KB

AI_hackerthon

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.

Description

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.

Environment

google colab pro + python 3.8.

Prerequisite

Data load from google Drive.

Files

kw_hackthon_kalman :
(version1) :
(version2) :

Usage

Data Augmentation

  • rolling
  • rotation
  • permutation

Variable add

  • roll_pitch
  • energy
  • energy_between_acc_gy
  • differential
  • fourier_transform
  • kalman_filter

scaler

  • StandarScaler

model

  • GRU
  • CNN

cross validation

  • StratifiedKFold