how do i collect data for neural networks

2 views (last 30 days)
how to collect data's for neural network training

Accepted Answer

Greg Heath
Greg Heath on 23 Aug 2014
N examples of an I-dimensional input and the corresponding O-dimensional target output:
[ I N ] = size(input)
[ O N ] = size(target)
Hope this helps.
Thank you for formally accepting my answer
Greg

More Answers (1)

Greg Heath
Greg Heath on 28 Aug 2014
help nndata
Greg

Categories

Find more on Deep Learning Toolbox 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!