-
Notifications
You must be signed in to change notification settings - Fork 24
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
Transparency of Model Parameters #108
Comments
To be done at a later time. |
save it for the new year @Davi1990 happy to help in case is necessary Considering using the exponential (instead of ReLu) for preventing to go negative |
New approach (please assign someone else): See if the minimum values above 0 can be removed or replaced using the asLog features, instead of adding a new ReLu feature to the par class. Locations around: |
Convert RWW code to use log value so that the parameter returned by par() is actual value used (instead of min + ReLU(stored_value) being used).
Convert Jansen-Rit to use log value so that the parameter returned by par() is actual value used (instead of min + ReLU(stored_value) being used).
The text was updated successfully, but these errors were encountered: