This is an introductory TensorFlow tutorial that shows how to: Import the required package. Create and use tensors. Use GPU acceleration. Build a data pipeline with tf.data.Dataset. Import TensorFlow To get started, import the tensorflow module. As of TensorFlow 2, eager execution is turned on by default. Eager execution enables a more interactive frontend to TensorFlow, which you will later explo