maxim5 / hyper-engine

Python library for Bayesian hyper-parameters optimization
https://pypi.python.org/pypi/hyperengine
Apache License 2.0
86 stars 22 forks source link

Can I use this for TF RNN Language Model? #1

Closed dixiematt8 closed 6 years ago

dixiematt8 commented 6 years ago

Can you please add one example for DNN hyper-parameter tuning?

maxim5 commented 6 years ago

Hi @dixiematt8,

Sorry for the delay, I finally got my hands on this. I've added a bunch of examples to show how it works, in particular, there are few examples of RNN and NLP models. Hope you'll find it useful and thanks for your interest.

dixiematt8 commented 6 years ago

Thanks