Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperband Implemented in Place of RandomSearch #332

Closed
wants to merge 1 commit into from

Conversation

kamranmajid41
Copy link


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.

  • I updated the docs.

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

…visualize feature map associated with CNN after calling convolutional_query() labels: feature

This pull request closes Palashio#276 .  - What I did : changed the CNN tuner from using randomsearch to hyperband  - How I did it : changed from randomsearch to hyperband and altered parameters.  - How to verify it : Pass a dataset to the client function and build the model. This pull request alters an existing feature within libra. @Palashio, could you please take a look at it?
@Palashio Palashio closed this Aug 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use hyperband / bayesian probability for tuner instead of RandomSearch
2 participants