healthDataScience / deep-learning-HAR

Convolutional and LSTM networks to classify human activity
457 stars 238 forks source link

xgboost better than cnn #5

Closed liuqunzhong closed 6 years ago

liuqunzhong commented 6 years ago

xgboost 96 is better than cnn 93,can you tell me why thank you

bhimmetoglu commented 6 years ago

I can think of two reasons:

  1. The CNN hyperparameters (number and size of convolutional layers, number of epochs etc) are not tuned for best peformance.
  2. The training set is not large enough for CNN to surpass xgboost performance.