TensorFlow вопросы и ответы для интервью
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)) |
Сохранить для повторения
Добавьте этот элемент в закладки, отметьте как сложный или поместите в набор для повторения.
Войдите, чтобы сохранять закладки, сложные вопросы и наборы для повторения.
Это полезно? Да Нет
Самое полезное по оценкам пользователей: