Deep Learning Illustrated, Part 4: Recurrent Neural Networks

An illustrated and intuitive guide on the inner workings of an RNN and the Softmax Activation Function

17 min read

7 hours ago

Welcome to Part 4 of our illustrated Deep Learning journey! Today, we’re diving into Recurrent Neural Networks. We’ll be talking about concepts that will feel familiar, such as inputs, outputs, and activation functions, but with a twist. And if this is your first stop on this journey, definitely read the previous articles, particularly Parts 1 and 2, before…