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)) |
Salvar para revisao
Adicione este item aos favoritos, marque-o como dificil ou coloque-o em um conjunto de revisao.
Faca login para salvar favoritos, perguntas dificeis e conjuntos de revisao.
Isto e util? Sim Nao
Mais uteis segundo os usuarios: