初始入门级程序:
TensorBoard输出结果:
更多例子:
参考 《Introduction To TensorFlow: An Open Source Software Library for Machine Intelligence》
参考 https://github.com/jorditorresBCN/LibroTensorFlow ;该链接中提供了CNN, KMeans和Regression的例子。
官网示例 https://www.tensorflow.org/versions/r0.10/tutorials/index.html 。
官网API https://www.tensorflow.org/versions/r0.10/api_docs/index.html 。
谷歌用神经网络来做图片压缩的例子:https://research.googleblog.com/2016/09/image-compression-with-neural-networks.html ; 其程序在 https://github.com/tensorflow/models/tree/master/compression
Spark和Tensorflow的结合: https://databricks.com/blog/2016/01/25/deep-learning-with-apache-spark-and-tensorflow.html
Spark和Tensorflow结合:https://arimo.com/machine-learning/deep-learning/2016/arimo-distributed-tensorflow-on-spark/
Spark和Tensorflow结合的project代码: https://github.com/adatao/tensorspark
深度学习与flappy bird游戏结合: http://blog.csdn.net/songrotek/article/details/50951537