TensorFlow 2.x in the Colaboratory Cloud: An Introduction to Deep Learning on Google’s Cloud Service

TensorFlow 2.x in the Colaboratory Cloud: An Introduction to Deep Learning on Google’s Cloud Service

English | 2021 | ISBN: 978-1484266489 | 287 Pages | PDF, EPUB | 10 MB

Use TensorFlow 2.x with Google’s Colaboratory (Colab) product that offers a free cloud service for Python programmers. Colab is especially well suited as a platform for TensorFlow 2.x deep learning applications. You will learn Colab’s default install of the most current TensorFlow 2.x along with Colab’s easy access to on-demand GPU hardware acceleration in the cloud for fast execution of deep learning models. This book offers you the opportunity to grasp deep learning in an applied manner with the only requirement being an Internet connection. Everything else―Python, TensorFlow 2.x, GPU support, and Jupyter Notebooks―is provided and ready to go from Colab.
The book begins with an introduction to TensorFlow 2.x and the Google Colab cloud service. You will learn how to provision a workspace on Google Colab and build a simple neural network application. From there you will progress into TensorFlow datasets and building input pipelines in support of modeling and testing. You will find coverage of deep learning classification and regression, with clear code examples showing how to perform each of those functions. Advanced topics covered in the book include convolutional neural networks and recurrent neural networks.
This book contains all the applied math and programming you need to master the content. Examples range from simple to relatively complex when necessary to ensure acquisition of appropriate deep learning concepts and constructs. Examples are carefully explained, concise, accurate, and complete to perfectly complement deep learning skill development. Care is taken to walk you through the foundational principles of deep learning through clear examples written in Python that you can try out and experiment with using Google Colab from the comfort of your own home or office.
What You Will Learn

  • Be familiar with the basic concepts and constructs of applied deep learning
  • Create machine learning models with clean and reliable Python code
  • Work with datasets common to deep learning applications
  • Prepare data for TensorFlow consumption
  • Take advantage of Google Colab’s built-in support for deep learning
  • Execute deep learning experiments using a variety of neural network models
  • Be able to mount Google Colab directly to your Google Drive account
  • Visualize training versus test performance to see model fit
Homepage