Closed liufeng0612 closed 10 months ago
I am very eager to receive guidance from experts. Recently, I have been doing interpretable deep learning and would like to consult with you. For your code, should you start with interpretable GNN or interpretable Transformer?
Another question, is the GNN model you are using GCN?
I would appreciate your reply. As a beginner, if there is any research output, if you don't mind, you can be a co-author
Hi, sorry for the late response.
I hope this helps, but I'm sorry that I could not provide more specific answers as this requires more in-depth analysis. I'm very glad that you seem to have found the paper and repo interesting! :D
Hello, I'm so sorry to let you know that as a beginner, I have two questions that I would like your guidance on. I used my data to predict hydrological flow but encountered the following situation in "results'loss. txt": Firstly, the first question is:
(1)For LSTM's "results loss. txt" test_LSTM_Wind_ftM_sl64_ll48_pl6_0 results_loss.txt mae_sc:5.597444 mse_sc:182.20319 rmse_sc:13.498266 mape_sc:1.3064296 mspe_sc:26.942993 nse_sc:0.7959154397249222 : mae_un:0.2701739283875421 mse_un:0.42448595363290736 rmse_un:0.6515258656668262 mape_un:0.2690037580031805 mspe_un:0.17745132014937723 nse_un:0.7959154261343111
(2)For FFTransformer's "results'loss. txt" mae_sc:8.615773 mse_sc:271.36246 rmse_sc:16.473083 mape_sc:2.5213554 mspe_sc:113.46704 nse_sc:0.6960487365722656 : mae_un:0.4158607560937834 mse_un:0.6322038262267812 rmse_un:0.7951124613705794 mape_un:0.6027701334935149 mspe_un:0.7837646949064655 nse_un:0.6960487211236938 Obviously, for both real MAE and standardized MAE, the accuracy of LSTM model is significantly better than that of FFTranformer model. May I ask why this is? Using your Wind sample data, this situation did not occur.
The second question, regarding MAE_ The problem with large values such as sc is suspected to be caused by problems during data standardization
And then I was interested in Data_ Scale of loader.py: making changes
The "results loss. txt" of LSTM has become normal, but its accuracy has significantly improved. However, it is unclear whether this change is correct, and there has been a situation where LSTM accuracy is better than FFTranformer accuracy. (1)For LSTM's "results loss. txt" mae_sc:0.1663143 mse_sc:0.1583283 rmse_sc:0.39790487 mape_sc:0.6587583 mspe_sc:21.135744 nse_sc:0.8387525230646133 : mae_un:0.24206019158566544 mse_un:0.3353869053356169 rmse_un:0.5791259839927897 mape_un:0.2967014869452189 mspe_un:0.24158562295711283 nse_un:0.838752512923215
(2)For FFTransformer's "results'loss. txt" mae_sc:0.29207623 mse_sc:0.29233924 rmse_sc:0.54068404 mape_sc:1.2005281 mspe_sc:129.16577 : mae_un:0.5228261250201187 mse_un:0.9367189466469674 rmse_un:0.967842418292858 mape_un:2.4155604584621964 mspe_un:245.15301528264163 My sample data is as follows [Uploading wind_data.csv…]()