How to organize individual neural network for each input data from cell array ?
2 ビュー (過去 30 日間)
古いコメントを表示
I want to organize shallow neural network from cell array of 5 input data sets (i=5) name "input{i}" and 5 target data sets name "target{i}" automatically: No need to organize one by one network. After that, I try to use network{i} to predict result of test sets name test_input{i}. Assume that, each network consists 2 hidden layers: first hidden layer contain one bias and tansig transfer function and second hidden layer contain one bias and logsig transfer function. I have to perform like this because each input data set shows specific characteristic behavior.
Thanks in advance
0 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!