how do i collect data for neural networks

1 次查看(过去 30 天)
how to collect data's for neural network training

采纳的回答

Greg Heath
Greg Heath 2014-8-23
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

更多回答(1 个)

Greg Heath
Greg Heath 2014-8-28
help nndata
Greg

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by