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