TensorFlow in Action
eBook - ePub

TensorFlow in Action

  1. 680 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

TensorFlow in Action

About this book

Unlock the TensorFlow design secrets behind successful deep learning applications! Deep learning StackOverflow contributor Thushan Ganegedara teaches you the new features of TensorFlow 2 in this hands-on guide. In TensorFlow in Action you will learn: Fundamentals of TensorFlow
Implementing deep learning networks
Picking a high-level Keras API for model building with confidence
Writing comprehensive end-to-end data pipelines
Building models for computer vision and natural language processing
Utilizing pretrained NLP models
Recent algorithms including transformers, attention models, and ElMo In TensorFlow in Action, you'll dig into the newest version of Google's amazing TensorFlow framework as you learn to create incredible deep learning applications. Author Thushan Ganegedara uses quirky stories, practical examples, and behind-the-scenes explanations to demystify concepts otherwise trapped in dense academic papers. As you dive into modern deep learning techniques like transformer and attention models, you'll benefit from the unique insights of a top StackOverflow contributor for deep learning and NLP. About the technology
Google's TensorFlow framework sits at the heart of modern deep learning. Boasting practical features like multi-GPU support, network data visualization, and easy production pipelines using TensorFlow Extended (TFX), TensorFlow provides the most efficient path to professional AI applications. And the Keras library, fully integrated into TensorFlow 2, makes it a snap to build and train even complex models for vision, language, and more. About the book
TensorFlow in Action teaches you to construct, train, and deploy deep learning models using TensorFlow 2. In this practical tutorial, you'll build reusable skill hands-on as you create production-ready applications such as a French-to-English translator and a neural network that can write fiction. You'll appreciate the in-depth explanations that go from DL basics to advanced applications in NLP, image processing, and MLOps, complete with important details that you'll return to reference over and over. What's inside Covers TensorFlow 2.9
Recent algorithms including transformers, attention models, and ElMo
Build on pretrained models
Writing end-to-end data pipelines with TFXAbout the reader
For Python programmers with basic deep learning skills. About the author
Thushan Ganegedara is a senior ML engineer at Canva and TensorFlow expert. He holds a PhD in machine learning from the University of Sydney.Table of Contents
PART 1 FOUNDATIONS OF TENSORFLOW 2 AND DEEP LEARNING
1 The amazing world of TensorFlow
2 TensorFlow 2
3 Keras and data retrieval in TensorFlow 2
4 Dipping toes in deep learning
5 State-of-the-art in deep learning: Transformers
PART 2 LOOK MA, NO HANDS! DEEP NETWORKS IN THE REAL WORLD
6 Teaching machines to see: Image classification with CNNs
7 Teaching machines to see better: Improving CNNs and making them confess
8 Telling things apart: Image segmentation
9 Natural language processing with TensorFlow: Sentiment analysis
10 Natural language processing with TensorFlow: Language modeling
PART 3 ADVANCED DEEP NETWORKS FOR COMPLEX PROBLEMS
11 Sequence-to-sequence learning: Part 1
12 Sequence-to-sequence learning: Part 2
13 Transformers
14 TensorBoard: Big brother of TensorFlow
15 TFX: MLOps and deploying models with TensorFlow

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access TensorFlow in Action by Thushan Ganegedara in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in Python. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. TensorFlow in Action
  2. Copyright
  3. dedication
  4. contents
  5. front matter
  6. Part 1 Foundations of TensorFlow 2 and deep learning
  7. 1 The amazing world of TensorFlow
  8. 2 TensorFlow 2
  9. 3 Keras and data retrieval in TensorFlow 2
  10. 4 Dipping toes in deep learning
  11. 5 State-of-the-art in deep learning: Transformers
  12. Part 2 Look ma, no hands! Deep networks in the real world
  13. 6 Teaching machines to see: Image classification with CNNs
  14. 7 Teaching machines to see better: Improving CNNs and making them confess
  15. 8 Telling things apart: Image segmentation
  16. 9 Natural language processing with TensorFlow: Sentiment analysis
  17. 10 Natural language processing with TensorFlow: Language modeling
  18. Part 3 Advanced deep networks for complex problems
  19. 11 Sequence-to-sequence learning: Part 1
  20. 12 Sequence-to-sequence learning: Part 2
  21. 13 Transformers
  22. 14 TensorBoard: Big brother of TensorFlow
  23. 15 TFX: MLOps and deploying models with TensorFlow
  24. appendix A Setting up the environment
  25. appendix B Computer vision
  26. appendix C Natural language processing
  27. index