Questions
Let's put our knowledge of TensorFlow to the test by answering the following questions:
- What is a TensorFlow session?
 - Define a placeholder.
 - What is TensorBoard?
 - Why is eager execution mode useful?
 - What are all the steps involved in building a model using Keras?
 - How does Keras's functional model differ from its sequential model?