adspace


What are the variables in tensorflow?

Answer Posted / Nirankar Singh

In TensorFlow, variables are objects that can hold a value, which is typically a numerical array of floats or integers. These variables are often used to represent the weights and biases during the training process of neural networks.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the apis outside tensorflow project?

82