which type of input to be given to the neural network

2 visualizaciones (últimos 30 días)
suganya s
suganya s el 11 de Feb. de 2016
Comentada: Greg Heath el 12 de Feb. de 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

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by