摘要: # TensorFlow学习资源 ### 学习网站 [TensorFlow中文社区](http://www.tensorfly.cn/)- [TensorFlow官方网站](https://www.tensorflow.org/) 非常详细的速查文档http://docs.w3cub.com/ten 阅读全文
posted @ 2018-06-16 16:50 jiftle 阅读(132) 评论(0) 推荐(0) 编辑
摘要: # TensorFlow机器学习框架-学习笔记-001 ### 测试TensorFlow环境是否安装完成 ```import tensorflow as tf hello = tf.constant('Hello,TensorFlow!')sess = tf.Session()print(sess. 阅读全文
posted @ 2018-06-16 16:42 jiftle 阅读(118) 评论(0) 推荐(0) 编辑