TensorFlow Basics and Training a Model

TensorFlow is a numerical processing library used by researchers and machine learning practitioners. While you can perform any numerical operation with TensorFlow, it is mostly used to train and run deep neural networks. This chapter will introduce you to the core concepts of TensorFlow 2 and walk you through a simple example.

The following topics will be covered in this chapter:

  • Getting started with TensorFlow 2 and Keras
  • Creating and training a simple computer vision model
  • TensorFlow and Keras core concepts
  • The TensorFlow ecosystem

Technical requirements

Throughout this book, we will use TensorFlow 2. You can find detailed installation instructions for the different platforms at https://www.tensorflow.org/install ...

Get Hands-On Computer Vision with TensorFlow 2 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.