- TensorFlow 2.0 Quick Start Guide
- Tony Holdroyd
- 33字
- 2021-06-24 16:02:05
Generating tensors filled with random values
Random values are frequently required when developing neural networks, for example, when initializing weights and biases. TensorFlow provides a number of methods for generating these random values.