Intro
[Read More]
[placeholder] Long/short start with LSTM
Experience with LSTM
Intro
In this post I’ll describe my start with LSTM networks and provide materials that appeared the most helpful for me.
[in process] Keras - my own pros and cons
Here I will describe what do I like and what not about Keras framework. Before going further need to mention tw obvious disclaimers:
[Read More]
[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]