nicolasoyharcabal / ConvRNN_for_RUL_estimation

Code used in Thesis "Convolutional Recurrent Neural Networks for Remaining Useful Life Prediction in Mechanical Systems".
79 stars 12 forks source link

What is the meaning of parameter filter_t in get_data_CMAPSS.py ? #1

Open LiangHaoran opened 5 years ago

LiangHaoran commented 5 years ago

Hi, what is the meaning of parameter filter_t in get_data_CMAPSS.py ?

kkangshen commented 4 years ago

我的理解,这里的filter_t是一个滑动窗口,每次取窗口内的数据。

kkangshen commented 4 years ago

Run the code and find that the RMSE and Score values of the test set are very large. Is the experimental result of the paper the result of the train set and the validation set?

hutchenky commented 3 years ago

Run the code and find that the RMSE and Score values of the test set are very large. Is the experimental result of the paper the result of the train set and the validation set?

您好,能跟您交流一下吗