TensorFlow Interview Questions and Answers
Question: What is the Keras API, and how does it relate to TensorFlow?Answer: Keras is a high-level neural networks API written in Python. TensorFlow provides an implementation of the Keras API as tf.keras, making it the official high-level API for building and training models in TensorFlow.Example: model = tf.keras.Sequential([...]) |
Save For Revision
Bookmark this item, mark it difficult, or place it in a revision set.
Log in to save bookmarks, difficult questions, and revision sets.
Is it helpful? Yes No
Most helpful rated by users: