Skip to Content
Python Deep Learning - Second Edition
book

Python Deep Learning - Second Edition

by Ivan Vasilev, Daniel Slater, Gianmario Spacagna, Peter Roelants, Valentino Zocca
January 2019
Intermediate to advanced
386 pages
11h 13m
English
Packt Publishing
Content preview from Python Deep Learning - Second Edition

Model architecture

The following is the ChauffeurNet model architecture:

(a) ChauffeurNet architecture and (b) the memory updates over the iterations (source: https://arxiv.org/abs/1812.03079)

First, we have FeatureNet (in the preceding diagram, (a)). Its inputs are the middle-level top-down images we defined in the Model inputs and outputs section. The output of FeatureNet is a feature vector, F, which represents the synthesized network understanding of the current environment. This vector serves as one of the inputs to the recurrent network AgentRNN. Let's say that we want to predict the next point of the agent's trajectory (step k). Then, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python Deep Learning

Python Deep Learning

Valentino Zocca, Gianmario Spacagna, Daniel Slater, Peter Roelants

Publisher Resources

ISBN: 9781789348460Supplemental Content