Skip to content

A repository for several different LSTM models, starting from char2char LSTM

License

Notifications You must be signed in to change notification settings

Kaushikpatnaik/LSTMModelRepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSTMChar2Char

Tensorflow implementation of Char 2 Char LSTM based on several examples. This is an experimental repository where I am trying out different ideas on this simple LSTM problem.

Stuff I am trying

  1. Embeddings
  2. Mutiple depth LSTMS
  3. Batch Normalization
  4. Visualization of LSTMs
  5. Variants of LSTMs based on "LSTM: Search Odessey" paper
  6. Memory
  7. Attention based

About

A repository for several different LSTM models, starting from char2char LSTM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages