Palashio / libra

Ergonomic machine learning for everyone.
http://libradocs.org/
MIT License
1.91k stars 108 forks source link

Hyperband Implemented in Place of RandomSearch #332

Closed kamranmajid41 closed 3 years ago

kamranmajid41 commented 3 years ago

name: b) using hyperband / bayesian probability for tuner instead of RandomSearch labels: feature

This pull request closes #276

- I changed the CNN tuner from using randomsearch to hyperband

- I changed from randomsearch to hyperband and altered parameters

- Pass a dataset to the client function and build the model.

This pull request adds a new feature to libra. @Palashio, could you please take a look at it?