Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echo RNN (not echo state network)

To train the vanilla RNN to "echo" an input sequence:

python Train.py

To test the vanilla RNN on a new sequence:

python Test.py

To train the RNN implemented using tensorflow's API to "echo" an input sequence:

python Train_RnnCell.py

To test the RNN implemented using tensorflow's API on a new sequence:

python Test_RnnCell.py

Code based on: https://medium.com/@erikhallstrm/hello-world-rnn-83cd7105b767

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages