Development of a Multiprocessing Interface Genetic Algorithm for Optimising a Multilayer Perceptron for Disease Prediction
Iliyas Ibrahim Iliyas, Souley Boukari, Abdulsalam Yau Gital

TL;DR
This paper presents a multiprocessing genetic algorithm framework that efficiently optimizes multilayer perceptrons for disease prediction, achieving high accuracy and significantly reducing tuning time across multiple datasets.
Contribution
It introduces a modified multiprocessing genetic algorithm (MIGA) that parallelizes hyperparameter tuning for MLPs, improving efficiency and accuracy over traditional methods.
Findings
Achieved up to 99.12% accuracy on breast cancer dataset.
Reduced tuning time by approximately 60% with MIGA.
Outperformed grid, random, and Bayesian optimization methods.
Abstract
This study introduces a framework that integrates nonlinear feature extraction, classification, and efficient optimization. First, kernel principal component analysis with a radial basis function kernel reduces dimensionality while preserving 95% of the variance. Second, a multilayer perceptron (MLP) learns to predict disease status. Finally, a modified multiprocessing genetic algorithm (MIGA) optimizes MLP hyperparameters in parallel over ten generations. We evaluated this approach on three datasets: the Wisconsin Diagnostic Breast Cancer dataset, the Parkinson's Telemonitoring dataset, and the chronic kidney disease dataset. The MLP tuned by the MIGA achieved the best accuracy of 99.12% for breast cancer, 94.87% for Parkinson's disease, and 100% for chronic kidney disease. These results outperform those of other methods, such as grid search, random search, and Bayesian optimization.…
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
TopicsArtificial Intelligence in Healthcare · AI in cancer detection · Machine Learning in Healthcare
