1.

Image classification and taggingSentiment analysisFace detectionVideo recognitionSpeech recognition

Answer»

The output will be as follows:

c =: 8 d =: 4

Operations are nodes that REPRESENT the mathematical operations over the tensors on a graph. These operations can be any kind of functions, like ADD and subtract tensor used here. tf.constant function DEFINES the values to variables a and b.

Then c and d performs add and subtract operations RESPECTIVELY based on the GIVEN value in the session. Hence it outputs desired result and prints it.



Discussion

No Comment Found