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

Clearer names for parameters and hyper-parameters #17

Closed
hobofan opened this issue Nov 5, 2015 · 1 comment
Closed

Clearer names for parameters and hyper-parameters #17

hobofan opened this issue Nov 5, 2015 · 1 comment

Comments

@hobofan
Copy link
Member

hobofan commented Nov 5, 2015

We want to have as unambigous naming as possible.
Porting code from Caffe also brought some ambigous naming with it, especially around the word "parameter"/"param" which to make things worse already has a meaning in programming languages.

Where "parameter"/"param" is used to mean the synaptic weight, we use weight.

Where "parameter/param" is used to mean "hyper-paramter" we use config (e.g. SolverParameter -> SolverConfig).

This issue should be closed once we finish porting code from Caffe.

@hobofan hobofan self-assigned this Nov 5, 2015
MichaelHirn pushed a commit that referenced this issue Nov 6, 2015
hobofan added a commit that referenced this issue Nov 10, 2015
Also renamed ParamConfig -> WeightConfig

REFERENCES #17
@hobofan
Copy link
Member Author

hobofan commented Feb 22, 2016

Now that we merged #49 there shouldn't be any traces of it left.

@hobofan hobofan closed this as completed Feb 22, 2016
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