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
1 件のコメント
mojahed balbisi
2016 年 12 月 13 日
編集済み: mojahed balbisi
2016 年 12 月 13 日
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
