Explores a hybrid AI approach combining neural networks and genetic algorithms to optimize model structure and weights. Addresses limitations of traditional backpropagation by improving convergence speed and classification accuracy through evolutionary optimization.
Overview
This research focuses on improving classification performance using a hybrid approach that combines Neural Networks and Genetic Algorithms.
Traditional neural networks trained using backpropagation often face challenges such as slow convergence and getting trapped in local minima. To overcome these limitations, this work applies genetic algorithm-based optimization using gene reconfiguration to evolve both network structure and connection weights.
The proposed model demonstrated strong performance across multiple benchmark datasets:
Iris Dataset
Wine Dataset
Breast Cancer Dataset
Diabetes Dataset
Heart Dataset
Compared to traditional neural network approaches, the hybrid model achieved improved accuracy, better generalization, and more stable performance across datasets.
This research demonstrates that integrating Genetic Algorithms with Neural Networks significantly enhances classification performance. The approach is effective for building robust, scalable, and high-accuracy models in data mining and intelligent systems.