Rl Notes
RL notes
This post will contain materials I’ve been using to grasp basic and advanced concepts of Reinforcement Learning.
Neural network basics
- Multi-Layer Neural Network -> detailed explanation of feedforward neural network
- Understanding LSTMs –> good introduction to recurrent neural network
- The Unreasonable Effectivenes of Recurrent Neural Networks –> great blog post to build intuition about RNNs from Andrey Karpathy
- ConvNets: A modular perspective –> great blog post about convolutional neural networks
- Convolutional Neural Networks, Stanford
- Why are ResNets a major breakthrough in Image Processing
- Explanation of attention mechanism
RL resources
After presenting relevant resources for Neural netork basics, here I’ll put great RL posts
- RL intro –> great lecture for introduction about RL
- Deep Reinforcement Learning Doesn’t Work Yet –> very good argumentation about why it’s still not quite feasible to use RL in every occasion