How to find hyper parameters of a loss function? Can we use GridSearchCV for finding it?
I tried to use GridSearchCV but I found that it is used in finding hyperparameters of a model. But I needed to know hyper parameters of my loss function which is applied on my mlp model.
New contributor
VEERAMALLA SUMUKH NIT AP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.