Info

This question is closed. Reopen it to edit or answer.

how can I give input to the neural network in the matrix form?

1 view (last 30 days)
I am trying to give 100 years of rainfall data to train the neural network. I am gonna give the input in the matrix form so please help me regarding how to give matrix as a input.

Answers (1)

Greg Heath
Greg Heath on 11 Feb 2016
For N I-dimensional input / O-dimensional target pairs
[ I N ] = size(input)
[ O N ] = size(target)
Hope this helps
Thank you for formally accepting my ansewer
Greg

Community Treasure Hunt

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

Start Hunting!