Question Bank for Deep Learning
Question Bank for Deep Learning
TensorFlow
1. What is lazy execution in TensorFlow 1.x? How is it different from Eager execution.
Explain with example.
2. What are tensors? Explain the different types of tensors with suitable examples.
3. What are the different versions of TensorFlow? How TensorFlow 2.x different from
TensorFlow 1.x?
4. Discuss the concept of computation graphs in TensorFlow 1.x.
5. What is overfitting and underfitting? How can we overcome overfitting in our deep
learning model?
6. What is a test set? How does it differ from validation set? Why are they necessary in
building machine learning models?
7. What are the steps to be followed in building machine learning models? Elaborate.