hark99
1
As we can modify the variables in TensorFlow. Should we define “b” as a variable?
nramon
2
Hi, @hark99.
If you’re referring to this assignment, b
is a just a constant random vector.
It is just a toy example to get you familiar with TensorFlow 