摘要: TensorFlow安装 TensorFlow可以在各种操作系统上面安装。安装的时候要注意TensorFlow的类型,一种是普通的版本,仅支持CPU,安装简单。另外一种类型带GPU的,可以利用GPU来进行加速训练,安装起来相对复杂一些。如果刚开始使用,没有特别硬性的需求,推荐安装普通的版本。 安装的 阅读全文
posted @ 2018-05-25 20:53 小舔哥 阅读(1948) 评论(0) 推荐(0) 编辑
摘要: 1:rand rand(d0, d1, ..., dn) Random values in a given shape. Create an array of the given shape and populate it with random samples from a uniform dis 阅读全文
posted @ 2018-05-25 15:19 小舔哥 阅读(3077) 评论(0) 推荐(0) 编辑