-
Notifications
You must be signed in to change notification settings - Fork 4
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
renaming step functions to iteration or update functions? #439
Comments
e.g. |
good point. Would your suggestion be |
My suggestion would be |
so I don't think we should use update as we are likely to want a function called update to i.e update turing models (and in my head update means update an existing object). I don't love that it doesn't clearly identify the iterative process. Hmm |
Some thing with |
hmm maybe |
Its the same operation as a recurrent NN (just with a dot product rather than a NN call)... so at least some people would find it intuitive description. |
good point |
Have we in fact just settled on |
I think we have more paused thinking about it until we have a better vision for a more generic composable iterator vision |
Minor issue, but I think us using step functions as terminology for the iteration/update steps in
accumulate_scan
is possibly a bit confusing? Because "step function" is a pretty well known maths concept (https://en.wikipedia.org/wiki/Step_function), and we are using it in a different context e.g. "step-by-step".This might just be reflecting my personal biases!
The text was updated successfully, but these errors were encountered: