Abstract:This study presents an innovative application of the Taguchi design of experiment method to optimize the structure of an Artificial Neural Network (ANN) model for the prediction of elastic properties of short fiber reinforced composites. The main goal is to minimize the required computational effort for hyperparameter optimization while enhancing the prediction accuracy. Utilizing a robust design of experiment framework, the structure of an ANN model is optimized. This essentially is the identification of a combination of hyperparameters that yields an optimal predictive accuracy with the fewest algorithmic runs, thereby achieving a significant reduction of the required computational effort. Our findings demonstrate that the Taguchi method not only streamlines the hyperparameter tuning process but also could substantially improve the algorithm's performance. These results underscore the potential of the Taguchi method as a powerful tool for optimizing machine learning algorithms, particularly in scenarios where computational resources are limited. The implications of this study are far-reaching, offering insights for future research in the optimization of different algorithms for improved accuracies and computational efficiencies.
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: how to efficiently predict the elastic properties of short - fiber - reinforced composites by optimizing the structure of artificial neural networks (ANN), while minimizing the computational cost and improving the prediction accuracy.
Specifically, the researchers proposed an experimental design method based on the Taguchi method to optimize the hyper - parameters of ANN. Although traditional methods such as the trial - and - error method and grid search can find suitable hyper - parameter combinations, these methods usually require a large amount of computational resources and time. Therefore, this paper aims to use the Taguchi method to reduce the number of required experiments, thereby significantly reducing the computational cost and finding the optimal ANN structure to improve the prediction accuracy.
### Main Objectives:
1. **Minimize Computational Effort**: Reduce the computational cost by reducing the number of algorithm runs required for hyper - parameter optimization.
2. **Improve Prediction Accuracy**: Improve the prediction accuracy of the elastic properties of short - fiber - reinforced composites by optimizing the hyper - parameters of the ANN model.
### Method Overview:
- **Data Source**: Used a comprehensive data set from previous studies, including information such as microstructure, mechanical properties, and morphological characteristics.
- **Experimental Design**: Used the orthogonal array in the Taguchi method to systematically select hyper - parameter combinations, avoiding a large number of experiments required for full - factorial design.
- **Model Training and Validation**: Divided the data into training, validation, and test sets, used the Scikit - learn library for normalization processing, and evaluated the model performance through indicators such as R² value, MAE, MSE, and RMSE.
### Results and Discussion:
The ANN model optimized by the Taguchi method showed excellent prediction performance on the training, validation, and test sets, especially when predicting the stiffness matrix components of the composite, with very small errors. In addition, the prediction results of this model on the experimental data points also showed high reliability.
In conclusion, this study demonstrated the effectiveness and efficiency of the Taguchi method in optimizing the ANN structure, provided new ideas for composite material modeling, and this method is expected to be applied to ANN optimization problems in other fields.