Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Hands-On Neural Networks with TensorFlow 2.0

You're reading from  Hands-On Neural Networks with TensorFlow 2.0

Product type Book
Published in Sep 2019
Publisher Packt
ISBN-13 9781789615555
Pages 358 pages
Edition 1st Edition
Languages
Author (1):
Paolo Galeone Paolo Galeone
Profile icon Paolo Galeone

Table of Contents (15) Chapters

Preface 1. Section 1: Neural Network Fundamentals
2. What is Machine Learning? 3. Neural Networks and Deep Learning 4. Section 2: TensorFlow Fundamentals
5. TensorFlow Graph Architecture 6. TensorFlow 2.0 Architecture 7. Efficient Data Input Pipelines and Estimator API 8. Section 3: The Application of Neural Networks
9. Image Classification Using TensorFlow Hub 10. Introduction to Object Detection 11. Semantic Segmentation and Custom Dataset Builder 12. Generative Adversarial Networks 13. Bringing a Model to Production 14. Other Books You May Enjoy

TensorFlow 2.0 Architecture

In Chapter 3, TensorFlow Graph Architecture, we introduced the TensorFlow graph definition and execution paradigm that, although powerful and has high expressive power, has some disadvantages, such as the following:

  • A steep learning curve
  • Hard to debug
  • Counter-intuitive semantics when it comes to certain operations
  • Python is only used to build the graph

Learning how to work with computational graphs can be tough—defining the computation instead of executing the operations as the Python interpreter encounters them is a different way of thinking compared to what most programs do, especially the ones that only work with imperative languages.

However, it is still recommended that you have a deep understanding of DataFlow graphs and how TensorFlow 1.x forced its users to think since it will help you understand many parts of the TensorFlow 2.0 architecture...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}