Skip to content

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.

Notifications You must be signed in to change notification settings

davisliang/RNN_Generalized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

About

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.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages