The study explores the optimization of Genetic Algorithms with Multilayer Perceptron Networks for improving TinyFace recognition.
The empirical examination is conducted on MLP networks using three diverse datasets: TinyFace, Heart Disease, and Iris.
Three key methods are employed in the study: baseline training with default MLP settings, feature selection using Genetic Algorithm, and dimension reduction through Principal Component Analysis.
Results indicate that Genetic Algorithm consistently enhances accuracy in complex datasets by identifying critical features.
Principal Component Analysis is found beneficial for low-dimensional and noise-free datasets.
Comparison shows that feature selection and dimensionality reduction play interconnected roles in improving MLP performance.
The study contributes to the understanding of feature engineering and neural network parameter optimization, offering practical insights for various machine learning tasks.