Why Neural Network's output reduce 2 samples?

If I input N samples as target after learning process it produces (N-2) samples. Why it reduces 2 samples.

1 Comment

Input samples as target makes no sense.
Which net are you using?
Sample code?

Sign in to comment.

 Accepted Answer

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 Deep Learning Toolbox in Help Center and File Exchange

Asked:

MD
on 17 Aug 2013

Community Treasure Hunt

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

Start Hunting!