Tensor Flow
Tensor Flow
Which one of the following would you use to pass data to placeholder during session runtime feed_dict:
{}
What methodology should I follow to close a tensorflow session automatically in my code ? Use a with
block in the code
which one of the following you make use of when you want to pass the data from a source during
session runtime placeholder
What does a node represent in a data flow graph ? Entity Data Store
While fitting linear regression model , ______________________ is minimized during training . Loss
____________________ are values that are initially unassigned but get initialized when the session is
invoked. Placeholders
When there are multiple dependent variables in a model , what is the model called ? Multi Variate Linear
Regression
What are the colour channels that each image is broken down into ? Red Blue and Green
which of the following is used to find dot product of two matrix tf.matmul(mat1,mat2)
The independent variable is ___________________ and is used to predict the changes in the dependent
variable.Explanatory