tensorflow l两种常见随机函数:tf.random_normal,tf.random_uniform
tensorflow
一个面向所有人的开源机器学习框架
项目地址:https://gitcode.com/gh_mirrors/te/tensorflow
免费下载资源
·
1:tf.random_normal:
正态分布产生的随机值:常用的参数就是shape,和dtype了,但是也包括方差和均值;
参数(shape,stddev,mean,dtype)
2:tf.random_uniform
默然是在0到1之间产生随机数:
但是也可以通过maxval指定上界,通过minval指定下界
GitHub 加速计划 / te / tensorflow
184.55 K
74.12 K
下载
一个面向所有人的开源机器学习框架
最近提交(Master分支:2 个月前 )
a49e66f2
PiperOrigin-RevId: 663726708
3 个月前
91dac11a
This test overrides disabled_backends, dropping the default
value in the process.
PiperOrigin-RevId: 663711155
3 个月前
更多推荐
已为社区贡献1条内容
所有评论(0)