Deep Learning For Sequential Data – Part IV: Training Recurrent Neural Networks

In the previous blog post, we learnt how Recurrent Neural Networks (RNNs) can be used to build deep learning models for sequential data. Building a deep learning model involves many steps, and the training process is an important step. We should be able to train a model in a robust way in order to use it for … Continue reading Deep Learning For Sequential Data – Part IV: Training Recurrent Neural Networks

Deep Learning For Sequential Data – Part III: What Are Recurrent Neural Networks

In the previous two blog posts, we discussed why Hidden Markov Models and Feedforward Neural Networks are restrictive. If we want to build a good sequential data model, we should give more freedom to our learning model to understand the underlying patterns. This is where Recurrent Neural Networks (RNNs) come into picture. One of the … Continue reading Deep Learning For Sequential Data – Part III: What Are Recurrent Neural Networks

Deep Learning For Sequential Data – Part II: Constraints Of Traditional Approaches

In the previous blog post, we discussed the nature of sequential data and why we need a robust separate modeling technique to analyze that data. Traditionally, people have been using Hidden Markov Models (HMMs) to analyze sequential data, so we will center the discussion around HMMs in this blog post. HMMs have been implemented for … Continue reading Deep Learning For Sequential Data – Part II: Constraints Of Traditional Approaches

Deep Learning For Sequential Data – Part I: Why Do We Need It

Most of the current research on deep learning is focused on images. Deep learning is being actively applied to many areas, but image recognition is definitely generating a lot of buzz. Deep neural networks are being used for image classification tasks and they are able to outperform all the other approaches by a big margin. … Continue reading Deep Learning For Sequential Data – Part I: Why Do We Need It