Introduction to RNNs and LSTMs
This post explores the basics of vanilla recurrent neural networks (RNNs) and long short-term memory networks (LSTMs). What neural architecture can effectively handle sequences? Consider that we want a neural network to do a sequence-processing task, such as: generating human names image captioning sentiment classification of text What kind of neural architecture would be suited for these types of problems? The problem with dense neural networks Diagram of a dense neural network for reference....