Course Content
Introduction to TensorFlow
Introduction to TensorFlow
2. Basics of TensorFlow
Quiz: Conclusion
1. What operation does `tf.matmul()` perform?
2. What does `tf.transpose()` do to a tensor?
3. What a reduction operations in TensorFlow can do?
4. What does Gradient Tape in TensorFlow record?
5. What is the purpose of the `@tf.function` decorator?
6. In TensorFlow, what does broadcasting refer to?
7. What is a "rank" in the context of TensorFlow tensors?
8. What is the advantage of transforming a function into a graph in TensorFlow?
Everything was clear?
Thanks for your feedback!
Section 2. Chapter 4