nerual network not working????
Mostrar comentarios más antiguos

load data from matlab data set example and like help do but i don't know why happened i use matlab 2016
Respuestas (1)
Greg Heath
el 13 de Dic. de 2016
Your input must have 13 rows and your target 1 row
[ 13 N ] = size(input)
[ 1 N ] = size(target)
Hope this helps.
Thank you for formally accepting my answer
Greg
1 comentario
mojahed balbisi
el 13 de Dic. de 2016
Editada: mojahed balbisi
el 13 de Dic. de 2016
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
