Question: Explain the concept of placeholders in TensorFlow.Answer: Placeholders are used to feed actual training examples into the computational graph. They allow you to create the graph without knowing the actual data that will be fed into it.Example: x = tf.placeholder(tf.float32, shape=(None, input_size)) |
احفظ للمراجعة
احفظ هذا العنصر في الإشارات المرجعية، او حدده كصعب، او ضعه في مجموعة مراجعة.
سجل الدخول لحفظ الإشارات المرجعية والاسئلة الصعبة ومجموعات المراجعة.
هل هذا مفيد؟ نعم لا
الاكثر فائدة حسب تقييم المستخدمين: