Assessments

  1. Each tensor is described by a unit of dimensionality called ____.
    1. Data type
    2. Rank
    3. Variables
    4. Fetches
  2. State whether the following statement is True or False: TensorFlow uses the computation graph to execute an application, where each node represents an operation and the arcs are the data between operations.
  3. State whether the following statement is True or False: NumPy has the n–dimensional array support, but it doesn't offer methods to create tensor functions and automatically compute derivatives (+ no GPU support).
  4. Which objects does a TensorFlow graph contains?
  5. When you're performing a little complex operation with TensorFlow, for example training a linear regression, TensorFlow internally represents its computation using a dataflow graph. The graph is called as?
    1. Dataflow graph
    2. Linear graph
    3. Computational graph
    4. Regression graph
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset