码迷,mamicode.com
首页 > 其他好文 > 详细

tensorflow 入门

时间:2017-02-16 18:31:38      阅读:487      评论:0      收藏:0      [点我收藏+]

标签:安装   中文版   session   文档   pre   get   efi   pytho   源码   

1.  tensorflow 官方文档中文版(下载

2.  tensorflow mac安装参考

 http://www.tuicool.com/articles/Fni2Yr

3. 源码例子目录

lib/python2.7/site-packages/tensorflow/models/image/minst

4. 简单语法 hello

import tensorflow as tf                            // import tensorflow
hello = tf.constant(‘Hello, TensorFlow!‘)  // define constant
sess = tf.Session()                                 //  open session
print sess.run(hello)                               // run session

5. 

 

tensorflow 入门

标签:安装   中文版   session   文档   pre   get   efi   pytho   源码   

原文地址:http://www.cnblogs.com/skyEva/p/6406903.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!