30 lines
412 B
Markdown
Raw Normal View History

---
id: 5e8f2f13c4cdbe86b5c72d88
title: Introduction to TensorFlow
challengeType: 11
isHidden: false
videoId: r9hRyGGjOgQ
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: Which of the following is **not** a type of tensor?
answers:
- Variable
- Flowing
- Placeholder
- SparseTensor
- Constant
solution: 2
```
</section>