Files
freeCodeCamp/curriculum/challenges/chinese/11-machine-learning-with-python/tensorflow/introduction-to-tensorflow.chinese.md
2020-08-16 04:45:18 +05:30

459 B

id, title, challengeType, isHidden, videoId
id title challengeType isHidden videoId
5e8f2f13c4cdbe86b5c72d88 Introduction to TensorFlow 11 false r9hRyGGjOgQ

Description

Tests

question:
  text: |
    Which of the following is **not** a type of tensor?
  answers:
    - |
      Variable
    - |
      Flowing
    - |
      Placeholder
    - |
      SparseTensor
    - |
      Constant
  solution: 2