facebookresearch / fastText

Library for fast text representation and classification.
https://fasttext.cc/
MIT License
25.83k stars 4.71k forks source link

fastText autotune strategy documentation #1023

Open pjcv89 opened 4 years ago

pjcv89 commented 4 years ago

Hi,

according to fastText's autotuning blog entry "(the) strategy to explore various hyperparameters is inspired by existing tools, such as Nevergrad, but tailored to fastText by leveraging the specific structure of models". I am trying to follow and understand the autotuning source code but can't figure out what algorithm or strategy is being followed. I used to think it was a kind of Nevergrad's differential evolution with gaussian initialization. I think there is no available documentation about the details. Can you shed some light about it?

Thanks!

MrRace commented 3 years ago

looking forward to a reply