Skip to content

Instantly share code, notes, and snippets.

@csukuangfj
Last active December 24, 2018 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csukuangfj/0d2c2a225edefc3244f758acc9168129 to your computer and use it in GitHub Desktop.
Save csukuangfj/0d2c2a225edefc3244f758acc9168129 to your computer and use it in GitHub Desktop.
deep learning notes
- a blog article: "Understanding LSTM Networks", http://colah.github.io/posts/2015-08-Understanding-LSTMs/
- a paper (LSTM): long short-term memory: http://www.bioinf.jku.at/publications/older/2604.pdf
- a paper (GRU) Gated Recurrent Unit: "Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine
Translation", 2014, https://arxiv.org/pdf/1406.1078v3.pdf
- phd thesis: "Long Short-Term Memory in Recurrent Neural Networks", 2001, http://www.felixgers.de/papers/phd.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment