How to optimize a neural network using genetic algorithm?
조회 수: 11 (최근 30일)
이전 댓글 표시
I've a trained NN with 7 input variables X (design parameters) and 1 output variable Y. I want to optimize this surrogate NN model, preferably using the Optimization app. The process should give me the optimized values of the 7 design parameters X, which will lead to minimum Y. Is there a way to do that?
Please advise.
댓글 수: 2
Sam Chak
2023년 9월 19일
Please correct me if I have misunderstood your problem:
The NN model was trained with a fixed dataset consisting of an array of seven (7) inputs, denoted as X, and a corresponding output vector Y.
Your objective is to identify the set of 7 inputs, X, that yield the minimum value of Y from the dataset, regardless of the specific NN model used.
답변 (1개)
Umang Pandey
2024년 9월 17일
Hi Bidisha,
You can refer to the following resource for information on how to optimize a neural network using genetic algorithm:
- This MATLAB answer by MathWorks Support Staff provides insights on how to use Global Optimization Toolbox "ga" to optimize the Neural Network : https://www.mathworks.com/matlabcentral/answers/100323-how-can-i-use-the-genetic-algorithm-ga-to-train-a-neural- network-in-neural-network-toolbox
Hope this helps!
댓글 수: 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!