...

/

Defining Inputs in TensorFlow

Defining Inputs in TensorFlow

Learn about the different types of inputs in TensorFlow.

Overview

Now, we’re returning from our journey into TensorFlow 1 and stepping back to TensorFlow 2. Let’s proceed to the most common elements that comprise a TensorFlow 2 program. If we read any of the millions of TensorFlow clients available on the internet, the TensorFlow-related code all falls into one of these buckets:

  • Inputs: Data used to train and test our algorithms.
...