https://www.tensorflow.org/api_docs/python/tf/random_normal
numpy的random库也有normal函数,功能类似,参数排列次序不同:
https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.random.normal.html
Posted Apollo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tensorflow中用正太分布随机初始化网络权重参数 ---tf.random_normal相关的知识,希望对你有一定的参考价值。
https://www.tensorflow.org/api_docs/python/tf/random_normal
numpy的random库也有normal函数,功能类似,参数排列次序不同:
https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.random.normal.html
以上是关于tensorflow中用正太分布随机初始化网络权重参数 ---tf.random_normal的主要内容,如果未能解决你的问题,请参考以下文章