GADAM: Genetic-Evolutionary ADAM for Deep Neural Network Optimization
Jiawei Zhang, Fisher B. Gouza

TL;DR
GADAM combines Adam optimization with genetic algorithms to improve deep neural network training, effectively escaping local optima and achieving faster convergence on benchmark datasets.
Contribution
This paper introduces GADAM, a novel hybrid optimization algorithm that integrates genetic evolution with Adam to enhance neural network training.
Findings
GADAM outperforms standard Adam in escaping local optima.
GADAM converges faster than traditional methods.
Experimental results validate GADAM's effectiveness and efficiency.
Abstract
Deep neural network learning can be formulated as a non-convex optimization problem. Existing optimization algorithms, e.g., Adam, can learn the models fast, but may get stuck in local optima easily. In this paper, we introduce a novel optimization algorithm, namely GADAM (Genetic-Evolutionary Adam). GADAM learns deep neural network models based on a number of unit models generations by generations: it trains the unit models with Adam, and evolves them to the new generations with genetic algorithm. We will show that GADAM can effectively jump out of the local optima in the learning process to obtain better solutions, and prove that GADAM can also achieve a very fast convergence. Extensive experiments have been done on various benchmark datasets, and the learning results will demonstrate the effectiveness and efficiency of the GADAM algorithm.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Machine Learning and Data Classification · Machine Learning and Algorithms
MethodsAdam
