How to organize individual neural network for each input data from cell array ?
1 次查看(过去 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 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!