how do i collect data for neural networks
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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
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
0 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!