pading :SAME,VALID 区别 http://blog.csdn.net/mao_xiao_feng/article/details/53444333
tensorflow实现的各种算法:http://www.cnblogs.com/zhizhan/p/5971423.html
卷积神经网络中w*x得到的是一个feature map,然而bias是一个值,也就是每个feature map只对应一个数值的bias(猜测feature map上面的每一个元素都+bias)
tensorflow的一些视屏和例子:https://morvanzhou.github.io/tutorials/machine-learning/tensorflow/
cuda 7.5
安装gpu版本的tensorflow:sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl
对于cuda 8.0的版本的gpu网上有很多