Empirical Study of Overfitting in Deep FNN Prediction Models for Breast Cancer Metastasis
Chuhan Xu, Pablo Coen-Pirani, Xia Jiang

TL;DR
This empirical study investigates how various hyperparameters influence overfitting and prediction accuracy in deep feedforward neural networks applied to breast cancer metastasis data, revealing key hyperparameters and interactions affecting model performance.
Contribution
The paper provides a comprehensive empirical analysis of 11 hyperparameters and their interactions, highlighting their impact on overfitting and prediction accuracy in deep FNNs for breast cancer metastasis.
Findings
Learning rate, decay, and batch size significantly affect overfitting and performance.
Overfitting negatively correlates with learning rate, decay, batch size, L2.
Overfitting positively correlates with momentum, epochs, and L1.
Abstract
Overfitting is defined as the fact that the current model fits a specific data set perfectly, resulting in weakened generalization, and ultimately may affect the accuracy in predicting future data. In this research we used an EHR dataset concerning breast cancer metastasis to study overfitting of deep feedforward Neural Networks (FNNs) prediction models. We included 11 hyperparameters of the deep FNNs models and took an empirical approach to study how each of these hyperparameters was affecting both the prediction performance and overfitting when given a large range of values. We also studied how some of the interesting pairs of hyperparameters were interacting to influence the model performance and overfitting. The 11 hyperparameters we studied include activate function; weight initializer, number of hidden layers, learning rate, momentum, decay, dropout rate, batch size, epochs, L1,…
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
TopicsAI in cancer detection · Radiomics and Machine Learning in Medical Imaging
MethodsDropout
