TensorFlow اسئلة واجوبة المقابلات
Question: Explain the purpose of the tf.data module in TensorFlow.Answer: The tf.data module provides a collection of classes for building efficient and scalable input pipelines for TensorFlow models. It is used to handle large datasets.Example: dataset = tf.data.Dataset.from_tensor_slices((features, labels)) |
احفظ للمراجعة
احفظ هذا العنصر في الإشارات المرجعية، او حدده كصعب، او ضعه في مجموعة مراجعة.
سجل الدخول لحفظ الإشارات المرجعية والاسئلة الصعبة ومجموعات المراجعة.
هل هذا مفيد؟ نعم لا
الاكثر فائدة حسب تقييم المستخدمين: