How to use a sequenceInputLayer with a regressionLayer (neural networks) ?

4 Ansichten (letzte 30 Tage)
mathbourne
mathbourne am 5 Okt. 2017
Beantwortet: Greg Heath am 4 Apr. 2019
Hi everyone,
How is it possible to use a sequenceInputLayer with a regressionLayer (neural networks)? I have tried the following code:
layers = [...
sequenceInputLayer(inputSize)
fullyConnectedLayer(30)
fullyConnectedLayer(1)
regressionLayer]
which results with the following error message:
Error using trainNetwork (line 140)
The output of layer 3 is incompatible with the input expected by layer 4.
I searched through the manual and have yet to find something that pertains to the expected input of a regressionLayer.
If someone happens to be able to share the relevant documentation or a snippet of code, that would be really helpful.
Thank you very much!

Antworten (2)

Greg Heath
Greg Heath am 12 Okt. 2017
The regression layer is the only one that has no explicit indication of size.
Hope this helps.
Greg

Greg Heath
Greg Heath am 4 Apr. 2019
The answer is obvious:
help regressionlayer
doc regressionlayer
*Thank you for formally accepting my answer*
Greg

Kategorien

Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by