which type of input to be given to the neural network

1 次查看(过去 30 天)
am using matrix as my input to the neural network classifier i want to know what are all the types of input to be given to the neural network

回答(1 个)

Greg Heath
Greg Heath 2016-2-11
For N I-dimensional Inputs yielding N O-dimensional Outputs
[ I N ] = size(input)
[ O N ] = size(target)
Hope this helps.
Thank you for formally accepting my answer
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