TensorFlow perguntas e respostas de entrevista
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([...]) |
Salvar para revisao
Adicione este item aos favoritos, marque-o como dificil ou coloque-o em um conjunto de revisao.
Faca login para salvar favoritos, perguntas dificeis e conjuntos de revisao.
Isto e util? Sim Nao
Mais uteis segundo os usuarios: