Hybrid Artificial Neural Network with Genetic Algorithm

バージョン 2.1.0 (26.7 KB) 作成者: Mehdi Ghasri
Optimization of neural network weights and biases using real genetic algorithm
ダウンロード: 880
更新 2023/3/21

ライセンスの表示

Hybrid Artificial Neural Network with Genetic Algorithm
The idea here is to employ the Genetic algorithm to optimize ANN parameters to improve performance. ANN provides the search space and utilizes GA to find the best solution by tuning the weights and biases required to achieve lower error rates. The error between the model output and the exact training data can reach a minimum value by iterating the GA until the desired error is met.
The code is written in such a way that it only needs to change the Excel name in CreateData.m to apply it to any data set:
f=readmatrix('DATA(cylindrical)')
In addition, during the implementation of the code, the parts of the program that require customization by researchers to get the best results from the code are asked in the form of "questdlg".
Researchers can also email the following address for article cooperation in optimization algorithms, various types of neural networks, fuzzy logic, and machine learning.
Email: Eng.mehdighasri@gmail

引用

Mehdi Ghasri (2024). Hybrid Artificial Neural Network with Genetic Algorithm (https://www.mathworks.com/matlabcentral/fileexchange/124600-hybrid-artificial-neural-network-with-genetic-algorithm), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2022b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
2.1.0

Outputs variables:
These two outputs are named below.
Initial values of weights and biases: NotOPT_variable
Final and optimized values of weights and biases: OPT_variable

1.0.0