IGLOO: Not another RNN We have published a research paper recently and while it is full of technical details, benchmarks and experiments, we would like to give a more intuitive explanation for this neural network structure. We suggest that the reader checks out the original paper at: https://arxiv.org/abs/1807.03402 A Keras implementation is available at: https://github.com/redna11/igloo1D Dealing with sequences using Neural Networks Until Recently Neural networks have been the go-to structure once there was a notion of sequence in a machine learning task.…