- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 Mnist - CNN代码
关于mnist第二个实验的注释import tensorflow as tfimport sysfrom tensorflow.examples.tutorials.mnist import input_datadef weight_variable(shape): initial = tf.truncated_normal(shape, stddev=0.1) return tf.V
2016-07-19 11:04:33
251
原创 tensorboard的使用
其实这篇文章已经说的很好了 http://blog.csdn.net/searobbers_duck/article/details/51669224 但是我觉得程序运行成功后,使用tensorboard就2步,找到下面这个文件 然后敲入tensorboard –logdir=/tmp/mnist_logs/ 其中/tmp/mnist_logs/应当是上面呢个文件的目录,最后登上0.0.
2016-07-16 09:49:36
367
转载 国外开源
1. Fedora开源项目社区 : http://fedoraproject.org/wiki/Communicate#IRC 描述: Fedora是个开源操作系统。2. 代码项目网 : http://www.codeproject.com/ 描述:里面有优秀开源代码,基于VC,C#等工具开发。3. Git在VS中的使用 :h
2014-09-30 10:59:43
668
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅