/Softmax-Regression

《Tensorflow实战》中softmax的demo,实现了手写体识别

Primary LanguagePythonMIT LicenseMIT

《Tensorflow实战》中softmax的demo

数据集

MNIST(Mixed National Institute of Standards and Technology database)由几万张28像素×28像素的手写数字照片组成,这些照片只包含灰度值信息,总共有数字0~9十类。训练集有55000样本,验证集5000,测试集10000。