You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My first RNN implementation. It features arbitrary numbers of hidden units and arbitrary number of time steps. Arbitrary input and targets can be processed with a few minor changes (delete two lines, check consistency). The RNN learns with the Backpropagation Through Time algorithm. Python version coming soon.