nn_interpretability icon indicating copy to clipboard operation
nn_interpretability copied to clipboard

LRP for time series forecasting

Open ihiratanveer opened this issue 3 years ago • 1 comments

Hi, Thanks for the well explained implementations. I want to apply LRP to LSTM for a multivariate time series forecasting task (to predict future values for multiple consecutive days). Will this LRP implementation support the forecasting tasks when the data is tabular?

ihiratanveer avatar Sep 26 '22 08:09 ihiratanveer

Thanks for your interest. The implementation only contains LRP rule for fully connected layers, convolutional layers, and pixel domains since this repo only supports visualization on images. Visualizing the relevance score on tabular and using LSTM is beyond the implementation of this repo.

hans66hsu avatar Sep 26 '22 09:09 hans66hsu