TensorFlow вопросы и ответы для интервью
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([...]) |
Сохранить для повторения
Добавьте этот элемент в закладки, отметьте как сложный или поместите в набор для повторения.
Войдите, чтобы сохранять закладки, сложные вопросы и наборы для повторения.
Это полезно? Да Нет
Самое полезное по оценкам пользователей: