Recurrent Neural Networks with Python Quick Start Guide

Posted By: hill0

Recurrent Neural Networks with Python Quick Start Guide:
Sequential learning and language modeling with TensorFlow
by Simeon Kostadinov

English | 2018 | ISBN: 1789132339 | 122 Pages | EPUB,PDF,MOBI (True) | 11 MB

Developers struggle to find an easy-to-follow learning resource for implementing Recurrent Neural Network (RNN) models. RNNs are the state-of-the-art model in deep learning for dealing with sequential data. From language translation to generating captions for an image, RNNs are used to continuously improve results. This book will teach you the fundamentals of RNNs, with example applications in Python and the TensorFlow library. The examples are accompanied by the right combination of theoretical knowledge and real-world implementations of concepts to build a solid foundation of neural network modeling.