Please enable JavaScript.
Coggle requires JavaScript to display documents.
Tensorflow_102 (Introduction (Some important concepts (Computational Graph…
Tensorflow_102
-
Important Concept
-
-
VARIABLES
-
-
tf.Variable(<initial_value>, dtype, shape=optional)
-
-
SESSION
-
Where we actual execute, evaluate a graph