Tensorflow编程实践

2016-09-25  本文已影响0人  distTriumph

初始入门级程序:

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

http://go.databricks.com/hubfs/notebooks/TensorFlow/Distributed_processing_of_images_using_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

上一篇 下一篇

猜你喜欢

热点阅读