- An opinion paper on the importance of parameter selection while training neural network models.
- The process remains challenging due to the huge number of parameter combinations
- MultiLabel Classfication for medical code prediction task -> predict the associated ICD (International Classification of Diseases) codes of each medical doc- ument.
- MIMIC-III Full and MIMIC-III 50, Mullenbach et al[1] tunes parameters for the full dataset but when its the 50 labels they dont tune parameters and apply the same.
- A lot of works copy Mullenbach's parameters on the 50 label MIMIC dataset and showcase superior performance, but parameter tuning the original model makes Mullenbach's model surpass most of the subsequent work.