Answer Posted / Dhyan Chand
tf.Variable represents a trainable parameter in a model, meaning its value can be updated during the training process. On the other hand, tf.Placeholder is used to define an input that will be fed during the execution of the graph. Placeholders are not trainable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers