nerual network not working????
显示 更早的评论

load data from matlab data set example and like help do but i don't know why happened i use matlab 2016
回答(1 个)
Greg Heath
2016-12-13
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
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
