LSTM neural network for regression

1 回表示 (過去 30 日間)
Jake
Jake 2017 年 10 月 8 日
コメント済み: Michael Henderson 2017 年 12 月 5 日
Hello, I would like to create a recurrent neural network for a regression problem. I'd like to use a LSTM network with a continuous output, but I'm getting an error when building the network with a LSTM Layer and Regression Layer: "Regression is not supported for networks with LSTM layers."
Is there a way I can work around this to have a simple, continuous output from -1 to 1 instead of just a classification?
My input is [720 10] - there are 720 features and 10 samples over time. The feature values are roughly between -10 and 30. My output should be [12 1] - there are twelve output variables and each has a value ranging from -1 to 1.
Thanks, Jake
  3 件のコメント
Jake
Jake 2017 年 10 月 24 日
The time sequence data is continuous. The input features are adjustable. The length of a given sequence is adjustable as well.
The question is more, how do I get MATLAB neural network with an LSTM layer to work with a regression layer...
Michael Henderson
Michael Henderson 2017 年 12 月 5 日
Can an LSTM layer be used with a regression layer?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by