[in process] RNN for variable length sequences in Keras

The task of building a multi class classifier with Recurrent Neural Network (LSTM to be specific) via Keras framework is pretty straightforward if length of every incoming sequence is known upfront, but what if not? In this post I’ll describe my experience and final solution I’m finally using. [Read More]
Tags: RNN Keras