tensorflow的官方社区:
http://www.tensorfly.cn/tfdoc/tutorials/mnist_pros.html
介绍深度学习入门的文章,写得很浅显易懂:
http://www.tensorfly.cn/home/?p=80
介绍卷积神经网络的不错文章:
https://blog.youkuaiyun.com/qq_25762497/article/details/51052861
http://www.360doc.com/content/16/0730/18/28378250_579606324.shtml
斯坦福大学的视频教程:
https://www.bilibili.com/video/av21099556
tensorflow lite:
官网介绍:https://www.tensorflow.org/mobile/
现成的模型文件:https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/lite/g3doc/models.md
样本训练其实就是一个过程,找到一组权值,能最好的拟合现有的样本数据,使得损失函数计算出来是近似最小值;