Open Mahmedturk opened 5 years ago
I would recommend random search. See: http://www.jmlr.org/papers/volume13/bergstra12a/bergstra12a.pdf
Is it already implemented in this model? and what is the loss function of this model with CRF as a classifier?
No, you would need to implement it by yourself.
For the loss function see line 51: https://github.com/UKPLab/elmo-bilstm-cnn-crf/blob/master/neuralnets/keraslayers/ChainCRF.py
okay.
How are you optimizing hyperparameter space in this implementation? Grid search or random search or bayesian?