TensorFlow: Difference between revisions

Line 3: Line 3:


==Usage (TF2)==
==Usage (TF2)==
Here we'll cover usage using TensorFlow 2 which has eager execution.
Here we'll cover usage using TensorFlow 2 which has eager execution.<br>
This is using the Keras API in tensorflow.keras.
===Basics===
===Basics===
===Training Loop===
===Training Loop===