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

Create compiled model objects #19

Closed
vincentvanhees opened this issue Jun 6, 2016 · 1 comment
Closed

Create compiled model objects #19

vincentvanhees opened this issue Jun 6, 2016 · 1 comment
Assignees

Comments

@vincentvanhees
Copy link
Contributor

vincentvanhees commented Jun 6, 2016

Create architecture specific for one datasets (UCR) and stored the model objects

Input:

  • Data
  • Non-data dependent hyper-parameters: Number of nodes in layer, learning rate, convolution size,...

Output:

  • Compile model object
@vincentvanhees
Copy link
Contributor Author

Looks good, i have added my comments inside the code and discussed with Dafne. Key points:

  • Hardcoded subset size. Maybe we should add check that subsetsize is not larger than dataset size and make that fractions of 1 are interpretted as a percentage of the full dataset rather than a number of files
  • Plots are created per model, which is useful. However, the end-user may also like having a single plot of all models to allow for easy model comparison

@dafnevk dafnevk closed this as completed Aug 9, 2016
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

No branches or pull requests

2 participants