Hello,
Unlike RNN and LSTM transfer the input of time series to a "state" when evaluation, TCN still takes in "time series". Therefore, TCN needs more memory when evaluation.
And also unlike forecasting, classification doesn't need to output time series.
Even though the performance might be better than the former ones, I can't explain why I use TCN.
It seems states of LSTM might be more explainable.
Could anyone help me to figure out the reason?