Impact of Parameter Tuning for Optimizing Deep Neural Network Models for Predicting Software Faults

Mansi Gupta,Kumar Rajnish,Vandana Bhattacharjee
DOI: https://doi.org/10.1155/2021/6662932
2021-06-11
Scientific Programming
Abstract:Deep neural network models built by the appropriate design decisions are crucial to obtain the desired classifier performance. This is especially desired when predicting fault proneness of software modules. When correctly identified, this could help in reducing the testing cost by directing the efforts more towards the modules identified to be fault prone. To be able to build an efficient deep neural network model, it is important that the parameters such as number of hidden layers, number of nodes in each layer, and training details such as learning rate and regularization methods be investigated in detail. The objective of this paper is to show the importance of hyperparameter tuning in developing efficient deep neural network models for predicting fault proneness of software modules and to compare the results with other machine learning algorithms. It is shown that the proposed model outperforms the other algorithms in most cases.
computer science, software engineering
What problem does this paper attempt to address?