ispras-texterra / derek

DEREK (Domain Entities and Relations Extraction Kit)
GNU General Public License v3.0
10 stars 1 forks source link

Implement gradient-free optimization for hyperparameter search #24

Open trifonov-vl opened 4 years ago

trifonov-vl commented 4 years ago

We can employ hyperopt or nevergrad for optimized hyperparameter search. Grid Search should be considered as optimizer too.

trifonov-vl commented 4 years ago

Hyperopt is easier to employ but nevergrad provides different optimization algorithms and parameters spaces.

trifonov-vl commented 4 years ago

Also https://github.com/facebook/Ax should be considered.