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

optparse #14

Closed
zseder opened this issue Feb 19, 2015 · 2 comments
Closed

optparse #14

zseder opened this issue Feb 19, 2015 · 2 comments
Assignees

Comments

@zseder
Copy link
Owner

zseder commented Feb 19, 2015

it would be easier to run experiments without always changing parameters (and more git friendly)

@zseder zseder self-assigned this Feb 19, 2015
@zseder
Copy link
Owner Author

zseder commented Feb 19, 2015

too much option, probably a config file would be better (yaml? python cfg?)

  • training_file, mandatory
  • test_file, optional
  • valid_file, optional
  • train_split, optional, only used, when test and valid files are both absent
  • window_size, optional, with default value
  • embedding size, optional, with default value
  • hidden layer size, optional, with default value (there will be more layers later, so this is a temporary solution)
  • training_epochs, optional, with default value
  • regularization, optional, with default value (0 or 1e-5)
  • momentum, optional, False by default
  • momentum_saturation, optional
  • adjust_learning_rate, optional, False by default
  • start_learning_rate, optional
  • learning_rate_decay, optional
  • learning_rate_saturation, optional

@zseder
Copy link
Owner Author

zseder commented Feb 27, 2015

solved in #26

@zseder zseder closed this as completed Feb 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant