Wikidata / soweego

Link Wikidata items to large catalogs
https://meta.wikimedia.org/wiki/Grants:Project/Hjfocs/soweego_2
GNU General Public License v3.0
95 stars 8 forks source link

Make SLP and MLP compatible with the current hyperparameter grid search #360

Closed tupini07 closed 4 years ago

tupini07 commented 4 years ago

The evaluate module provides a functionality to perform a grid search of possible hyper-parameters for a specific model, to find the optimal ones.

Currently this works with all models except for Single and Multi layer perceptrons.