Question: Explain tensors in TensorFlow.Answer: Tensors are multi-dimensional arrays, the fundamental building blocks of data in TensorFlow. They represent the input and output data of a computation graph.Example: tensor = tf.constant([1, 2, 3]) print(tensor) |
Сохранить для повторения
Добавьте этот элемент в закладки, отметьте как сложный или поместите в набор для повторения.
Войдите, чтобы сохранять закладки, сложные вопросы и наборы для повторения.
Это полезно? Да Нет
Самое полезное по оценкам пользователей: