-
Notifications
You must be signed in to change notification settings - Fork 16
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
Random notes #1
Comments
You could also check out uRNN, OSiPaRC and https://arxiv.org/abs/1909.00021 |
oh cool! Added urnn and delayed to the list. Could you point me to an OSiPaRC reference? |
OSiPaRC unfortunately doesnt have a paper. It's a more powerful and general uRNN implementation with constant memory consumption. |
oh, you mean this? https://github.com/HomebrewNLP/HomebrewNLP/blob/b7d1975c31568d0ade81df5e415a5a4fa755ef6b/module.py#L117 ? have you measured execution performance wrt a classic LSTM? RGN2 models are a bit slow to train already... |
Exactly, yeah. I dont recall how it compares to LSTM, but uRNN claims to outperform LSTM and this is basically a more powerful uRNN with RevNet bolted onto it. |
Prediction of angular features:
Types of recurrent layers
The text was updated successfully, but these errors were encountered: