Neural Network Question regarding matrix regression
古いコメントを表示
I'm new to neural networks.
How can I make a nonlinear regression fit ? My target is a data matrix.
I start nftool and I have Input and Target. What is the input ?
採用された回答
その他の回答 (3 件)
Greg Heath
2013 年 5 月 7 日
The net represents a nonlinear mapping from I-dimensional input vectors to O-dimensional output vectors. The sizes of the input and target matrices are
[ I N ] = size(input)
[ O N ] = size(output)
Hope this helps.
Thank you for formally accepting my answer
Greg
Stephan Moeller
2013 年 5 月 14 日
編集済み: Stephan Moeller
2013 年 5 月 14 日
0 投票
1 件のコメント
Greg Heath
2013 年 5 月 14 日
Practice using nntool on MATLAB's demo/example data sets.
help nndatasets
Then try your data.
The only analytic form you can get from the net is a sum of tanh functions.
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!