Deep Learning in a Nutshell: Sequence Learning

Originally published at: https://developer.nvidia.com/blog/deep-learning-nutshell-sequence-learning/

This series of blog posts aims to provide an intuitive and gentle introduction to deep learning that does not rely heavily on math or theoretical constructs. The first part of this series provided an overview of the field of deep learning, covering fundamental and core concepts. The second part of the series provided an overview of…

Would u talk the principles behind Alphago in your next post on RL ?

could this help to compress, say, wikipedia any better than current techniques? or,
perhaps, help to find similarities in DNA sequences better than existing algorithms?

can deep learning, specifically LSTM can be used for topic modeling purpose? Deep neural networks are commonly used for classification purposes. I want to produce cluster of words that represent a topic, is it possible with deep learning?