1. Improve quality and performance of the applications is a major driver for switching to DevOps
View Answer
True
2. Running the TensorFlow session is mandatory to run TensorFlow graph.
View Answer
True
3. In TensorFlow, a computation runs before the creation of a session.
View Answer
False
4. TensorFlow is based on ________________.
View Answer
dataflow graph
5. What is a tensor?
View Answer
an n-dimesional array
6. Linear regression requires an activation function when calculating the output.
View Answer
False
7. The independent variable is _______________ and is used to predict the changes in the dependent variable.
View Answer
EXPLANATORY
8. When there are multiple dependent variables in a model, what is the model called?
View Answer
0--multi variate and linear regression
9. In TensorFlow computation graph, the nodes represent mathematical operations.
View Answer
True
10. _________________ are values that are initially unassigned but get initialized when the session is invoked.
View Answer
variables(W)
11. ___________________ are values that are initially unassigned but get initialized when the session is invoked.
View Answer
placeholders
12. When there are multiple dependent variables in a model, what is the model called?
View Answer
Multi Variate Linear Regression
13. Which one of the following you make use of when you want to pass the data from a source during session runtime?
View Answer
placeholder
14. Scalars are tensors of rank 0.
View Answer
True
15. Dimension determines the number of coordinates required to locate a specific point.
View Answer
True
16. Linear regression requires an activation function when calculating the output.
View Answer
False
17. In TensorFlow, a computation runs before the creation of a session.
View Answer
False
18. Gradient Descent is an example of ____________________.
View Answer
Optimizer
19. While fitting linear regression model, ___________________ is minimized during training.
View Answer
loss
20. A matrix is known as a 2-dimensional array of numbers arranged in ________________ and _________________.
View Answer
rows and columns
21. A _________________ has only magnitude but no direction.
View Answer
scalar
22. What does an edge represent in a data flow graph?--
View Answer
Tensor
23. Which of the following is strictly a one-dimensional array?
View Answer
vector
24. Variables should always be initialized before running the session.
View Answer
True
25. What are the color channels that each image is broken down into?
View Answer
Blue , White and Grey
26. Which of the following is minimized when you run tf.train.GradientDescentOptimizer().minimize()?
View Answer
learning rate
27. TensorFlow performs necessary uplifting to perform gradient descent optimization.
View Answer
True
28. Which of the following is used to find dot product of two matrix?
View Answer
tf.dotprod(mat1,mat2)(W),tf.multiply(mat1,mat2)(W),
29. Which one of the following would you use to initialize a constant in TensorFlow?
View Answer
tf.constant
30. Which of the following acts as in memory buffers?
View Answer
variables
31. The advantage of using a placeholder is when required data can be added during the actual runtime from any external sources.--
View Answer
True
32. TensorFlow is written in __________.
View Answer
c++
33. How is a vector represented?
View Answer
List of Characters
No comments:
Post a Comment