✳flâneur — a map of the web's best reading
Recurrent Neural Networks Tutorial, Part 1 – Introduction to RNNs · Denny's Blog
dennybritz.com · 1,749 words · saved by 1 readers
Recurrent Neural Networks (RNNs) are popular models that have shown great promise in many NLP tasks.
Recurrent Neural Networks (RNNs) are popular models that have shown great promise in many NLP tasks. But despite their recent popularity I’ve only found a limited number of resources that throughly explain how RNNs work, and how to implement them. That’s what this tutorial is about. It’s a multi-part series in which I’m planning to cover the following: Introduction to RNNs (this post) Implementing a RNN using Python and Theano Understanding the Backpropagation Through Time (BPTT) algorithm and the vanishing gradient problem Implementing a GRU/LSTM RNN As part of the tutorial we will implement
Explore this link on the map →saved by
related reading
- The Unreasonable Effectiveness of Recurrent Neural Networkskarpathy.github.io
- Understanding LSTM Networks -- colah's blogcolah.github.io
- Language Modelinglena-voita.github.io
- The Unreasonable Effectiveness of Recurrent Neural Networkskarpathy.github.io
- Recurrent neural network - Wikipediaen.wikipedia.org
- Visualizing A Neural Machine Translation Model (Mechanics of Seq2seq Models With Attention) – Jay Alammar – Visualizing machine learning one concept at a time.jalammar.github.io
- Aman's AI Journal • Primers • Ilya Sutskever's Top 30aman.ai
- [2606.06479] Pretraining Recurrent Networks without Recurrencearxiv.org
- What Is ChatGPT Doing … and Why Does It Work?-Stephen Wolfram Writingswritings.stephenwolfram.com
- Neural Networks: Zero To Herokarpathy.ai
- Long short-term memory - Wikipediaen.wikipedia.org
- The Little Book of Deep Learningfleuret.org