Skip to content

kbrsh/text-rnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

text-rnn

RNN to generate text from chunks of text

Todo

  • Sampling
  • Forward Propagation
    • Compute Hidden State
    • Compute Loss
  • Back Propagation
    • Compute Gradients
    • Clip Gradients (to prevent exploding gradients)
    • Adam Optimized Parameter Update

License

Licensed under the MIT License by Kabir Shah

About

RNN to generate text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages