TensorFlow Pertanyaan dan Jawaban Wawancara
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) |
Simpan untuk Revisi
Bookmark item ini, tandai sebagai sulit, atau masukkan ke dalam set revisi.
Masuk untuk menyimpan bookmark, pertanyaan sulit, dan set revisi.
Apakah ini membantu? Ya Tidak
Most helpful rated by users: