Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
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
Citar como
Mehdi Ghasri (2026). Hybrid Artificial Neural Network with Genetic Algorithm (https://la.mathworks.com/matlabcentral/fileexchange/124600-hybrid-artificial-neural-network-with-genetic-algorithm), MATLAB Central File Exchange. Recuperado .
Información general
- Versión 2.1.0 (26,7 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
