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

New added example with hyperparameters tuning using Autokeras and KerasTuner #2065

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Humbulani1234
Copy link
Contributor

@Humbulani1234 Humbulani1234 commented Mar 18, 2025

Find PR which addresses issue #2063.

In this PR, I attempt to leverage Autokeras and KerasTuner in the script structured_data/classification_with_grn_and_vsn.py to include hyperparameters tuning.

  • From AutoKeras we construct blocks to add-in hyperparameters in the __init__ method, and we also subclass from Graph to override the build method.
  • We use the HyperModel and the Tuner classes from KerasTuner.

Please advise if the example still falls within the scope of keras-io examples so I may proceed to generate .md and .ipynb files.

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.

2 participants