TensorFlow perguntas e respostas de entrevista
Question: What is transfer learning, and how is it implemented in TensorFlow?Answer: Transfer learning is a technique where a pre-trained model is used as the starting point for a new task. In TensorFlow, this can be achieved using the tf.keras.applications module.Example: base_model = tf.keras.applications.MobileNetV2(weights='imagenet', include_top=False) |
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: