Skip to content

beekbin/rnnEssay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An Essay about RNN/LSTM

This essay is about how to implement RNN/LSTM:

  • How to train a vanilla RNN
  • How to train a LSTM
  • The Gradient Vanishing problem for RNN
  • How can LSTM handle the Gradient Vanishing problem better than RNN

The implementation of RNN can be found my another project simpleRNN.

About

An essay about how to implement RNN/LSTM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors