Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Is it possible to have more than one function in a custom 'train' file?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi all,
I'm currently working on a custom'train' function to be applied on neural net.
Let's say this is the typical function for neural network: function [net,tr] = train_network(net,tr,data,fcns,param)
Now I have another function within this function, say: function s=bounds(s,min,max)
Is it possible to have another function with a function used to create a 'train' file for neural network?
thanks
0 件のコメント
回答 (1 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!