which type of input to be given to the neural network

1 Ansicht (letzte 30 Tage)
suganya s
suganya s am 11 Feb. 2016
Kommentiert: Greg Heath am 12 Feb. 2016
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

Antworten (1)

Greg Heath
Greg Heath am 11 Feb. 2016
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
  2 Kommentare
suganya s
suganya s am 12 Feb. 2016
which type of input to be given to neural network?
Greg Heath
Greg Heath am 12 Feb. 2016
Any quantity that is correlated to the desired output.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by