Info
この質問は閉じられています。 編集または回答するには再度開いてください。
How can i create a neural network that can be used for GA optimization.
1 回表示 (過去 30 日間)
古いコメントを表示
I've a 6 input and 2 output data-set in which 4 inputs are integer type and 2 are non-integer. I want to develop a neural network with these inputs and output. How can i do that? And also how this network can be used for GA optimization. I'm using a custom GA matlab code for optimization.
2 件のコメント
Greg Heath
2016 年 10 月 2 日
Regression/Curvefitting with FITNET
help fitnet
doc fitnet
or
Classification/Pattern-Recognition with PATTERNNET?
help patternnet
doc patternnet
[ I N ] = size(input) = [ ? ? ]
[ O N ] = size(target) = [ ? ? ]
Hope this helps
Greg
Terry Chen
2020 年 11 月 10 日
Dear Greg,
are u means : Build eq with Regression/Curvefitting and use gamultiobj ?
Terry
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!