how do i collect data for neural networks

3 visualizaciones (últimos 30 días)
Thirunavukkarasu
Thirunavukkarasu el 23 de Ag. de 2014
Respondida: Greg Heath el 28 de Ag. de 2014
how to collect data's for neural network training

Respuesta aceptada

Greg Heath
Greg Heath el 23 de Ag. de 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

Más respuestas (1)

Greg Heath
Greg Heath el 28 de Ag. de 2014
help nndata
Greg

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by