搜索资源列表
mnist
- tensorflow demo of mnist by python
mnistDemo.py
- 实现tensorflow的mnist实现(The file use tensorflow implement mnist)
mnist
- 深度学习时间手写数字识别,使用python和tensorflow实现(Handwritten numerals recognition in depth learning time)
SAE
- 使用TensorFlow实现稀疏自编码神经网络,采用数据mnist(Using TensorFlow to realize sparse atuoencoder neural network, using data MNIST)
vae
- 变分自编码结构,用一个mnist数据。。。。。。(Using TensorFlow to realize Variational Auto-Encoder neural network, using data MNIST)
MNIST
- mnist手写体识别,使用tensorflow编写(mnist hand-writing recognition using tensorflow)
LeNet
- tensorflow实现手写体识别(包含mnist数据集)(Handwritten recognition by tensorflow)
5-4 tensorboard visualization
- tensorflow手写数字识别学习,根据样本进行计算(learn TensorFlow with mnist)
tensorflow-mnist-predict-master
- 这个项目由四个脚本组成: 1. _create_model_1.py_ - 基于初学者教程创建一个模型model.ckpt文件。 2. * create_model_2.py * - 基于专家教程创建模型model2.ckpt文件。 3. * predict_1.py * - 使用model.ckpt(初学者教程)文件来预测.png文件中手写数字的正确整数。 4. * predict_2.py * - 使用model2.ckpt(专家教程)文件来预测.png文件中手写数字的正确整数。