Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How can i create a neural network that can be used for GA optimization.

1 Ansicht (letzte 30 Tage)
SHUAB KHAN
SHUAB KHAN am 30 Sep. 2016
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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 Kommentare
Greg Heath
Greg Heath am 2 Okt. 2016
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
Terry Chen am 10 Nov. 2020
Dear Greg,
are u means : Build eq with Regression/Curvefitting and use gamultiobj ?
Terry

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by