Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 14126

How to compare the results of my traffic prediction?

$
0
0

I have an LSTM model with three different activation functions and three different optimizers. I obtained the trained and tested results for each of them using MAE and MAPE metrics. Now, I want to compare them to see which one works better. Should I just consider the tested values and compare them, or do I have to calculate the difference between the trained and tested values and then compare the result of this difference?

I considered only the tested values for each model.


Viewing all articles
Browse latest Browse all 14126

Trending Articles