用并行遗传算法优化神经网络,提升疾病预测准确率并大幅缩短调参时间。
Development of a Multiprocessing Interface Genetic Algorithm for Optimising a Multilayer Perceptron for Disease Prediction
- 采用并行遗传算法(MIGA)同时优化多层感知机超参数
- 在3个数据集上达到99.12%~100%的最高准确率
- 相比传统方法提速60%,适合需要高效调参的医疗预测场景
本研究提出一个整合非线性特征提取、分类与高效优化的框架。首先,使用径向基函数核主成分分析(kernel PCA)降维,保留95%方差;其次,多层感知机(MLP)学习预测疾病状态;最后,通过改进的并行遗传算法(MIGA)在十代内并行优化MLP超参数。在威斯康星州乳腺癌诊断数据集、帕金森远程监测数据集和慢性肾病数据集上评估,经MIGA优化的MLP分别取得99.12%、94.87%和100%的准确率,优于网格搜索、随机搜索和贝叶斯优化。相较于标准遗传算法,该方法通过并行适应度评估将调参时间减少约60%,且核PCA揭示了非线性关系,显著提升分类性能。
原文摘要 · Abstract (English)
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. Compared with a standard genetic algorithm, kernel PCA revealed nonlinear relationships that improved classification, and the MIGA's parallel fitness evaluations reduced the tuning time by approximately 60%. The genetic algorithm incurs high computational cost from sequential fitness evaluations, but our multiprocessing interface GA (MIGA) parallelizes this step, slashing the tuning time and steering the MLP toward the best accuracy score of 99.12%, 94.87%, and 100% for breast cancer, Parkinson's disease, and CKD, respectively.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。