Temporal Convoutional Networks for Regression

2 views (last 30 days)
Hi,
I am trying to construct a TCN for regression purposes with only one output. I found this on matlab support which is an excellent example.
What changes would I need to make to these so that I can convert it to a regression scheme that only cares about the last output?
Additionally, would it be better to do 1D CNN for this?
My input is a long time series and the output is a scalar that defines a certain property of the time series.
Thank you in advance.
Kind Regards,
  4 Comments
Chris Lehnig
Chris Lehnig on 8 Nov 2022
Did you try swabbing the classificationLayer with a regressionLayer?

Sign in to comment.

Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!