Why Neural Network's output reduce 2 samples?

1 view (last 30 days)
If I input N samples as target after learning process it produces (N-2) samples. Why it reduces 2 samples.
  1 Comment
Greg Heath
Greg Heath on 18 Aug 2013
Input samples as target makes no sense.
Which net are you using?
Sample code?

Sign in to comment.

Accepted Answer

Greg Heath
Greg Heath on 18 Aug 2013
If you are using a time series net with 2 input and/or feedback delays, then this is to be expected.
Otherwise, there is probably something wrong.
Post your code.
Hope this helps.
Thank you for formally accepting my answer
Greg

More Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows 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!