Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 1 (최근 30일)
SHUAB KHAN
SHUAB KHAN 2016년 9월 30일
마감: MATLAB Answer Bot 2021년 8월 20일
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
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
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!

Translated by