xiangyubo / tensorflow_learn_mnist

tensorflow入门课程,我的第一个神经网络。参考《TensorFlow:实战Google深度学习框架》第五章

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tensorflow_learn_mnist

tensorflow入门课程,参考《TensorFlow:实战Google深度学习框架》第五章 python3.5,tensorflow1.6 CPU版 引用已经下载好的mnist数据集,实现搭建网络,训练,存储模型,读取模型,测试的功能 损失函数为交叉熵 + L2正则,优化器为梯度下降,指数下降学习率

About

tensorflow入门课程,我的第一个神经网络。参考《TensorFlow:实战Google深度学习框架》第五章


Languages

Language:Python 100.0%