tensorflow 入门
Posted 见贤思小齐,知足常乐呵
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tensorflow 入门相关的知识,希望对你有一定的参考价值。
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 入门的主要内容,如果未能解决你的问题,请参考以下文章
分享《深度学习之TensorFlow:入门原理与进阶实战》PDF+源代码
分享《深度学习之TensorFlow:入门原理与进阶实战》PDF+源代码