From 42a54425f57fe4c9e5f7646d2c4ad4a173d04a88 Mon Sep 17 00:00:00 2001 From: Lich_Amnesia Date: Thu, 26 Nov 2015 00:29:33 +0800 Subject: [PATCH] edit --- README.md | 2 +- SOURCE/tutorials/mnist_tf.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45e628c..6a8c3ff 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ PS: 想探讨TensorFlow技术的可以加"TensorFlow技术交流群":495115006 - [综述](SOURCE/tutorials/overview.md) 翻译:([@PFZheng](https://github.com/PFZheng))√ 校对: ([@ericxk](https://github.com/ericxk)) √ - [MNIST机器学习入门](SOURCE/tutorials/mnist_beginners.md) 翻译:([@Tony Jin](https://github.com/linbojin))√ 校对: ([@ericxk](https://github.com/ericxk)) - [深入MNIST](SOURCE/tutorials/mnist_pros.md) 翻译:([@chenweican](https://github.com/chenweican))√ 校对: ([@HongyangWang](https://github.com/WangHong-yang)) √ - - [TensorFlow运作方式入门](SOURCE/tutorials/mnist_tf.md) 翻译:([@bingjin](https://github.com/bingjin))√ 校对: ([@LichAmnesia](https://github.com/LichAmnesia)) + - [TensorFlow运作方式入门](SOURCE/tutorials/mnist_tf.md) 翻译:([@bingjin](https://github.com/bingjin))√ 校对: ([@LichAmnesia](https://github.com/LichAmnesia)) √ - [卷积神经网络](SOURCE/tutorials/deep_cnn.md) 翻译: ([@oskycar](https://github.com/oskycar))√ 校对: ([@zhyhooo](https://github.com/zhyhooo)) - [Vector Representations of Words](SOURCE/tutorials/word2vec.md)翻译:([@xyang40](https://github.com/xyang40)) - [Recurrent Neural Networks](SOURCE/tutorials/recurrent.md) 翻译:([@Warln](https://github.com/Warln))√ 校对: ([@HongyangWang](https://github.com/WangHong-yang)) diff --git a/SOURCE/tutorials/mnist_tf.md b/SOURCE/tutorials/mnist_tf.md index 483e6f0..cc51977 100755 --- a/SOURCE/tutorials/mnist_tf.md +++ b/SOURCE/tutorials/mnist_tf.md @@ -51,7 +51,7 @@ data_sets = input_data.read_data_sets(FLAGS.train_dir, FLAGS.fake_data) `data_sets.validation` | 5000个图像和标签,用于迭代验证训练准确度。 `data_sets.test` | 10000个图像和标签,用于最终测试训练准确度(trained accuracy)。 -了解更多数据有关信息,请查阅此系列教程的[数据下载](../../../tutorials/mnist/download/index.md) +了解更多数据有关信息,请查阅此系列教程的[数据下载](mnist/download/index.md) 部分. ### 输入与占位符(Inputs and Placeholders) @@ -435,3 +435,4 @@ print ' Num examples: %d Num correct: %d Precision @ 1: %0.02f' % ( > 原文:[TensorFlow Mechanics 101](http://www.tensorflow.org/tutorials/mnist/tf/index.md) > 翻译:[bingjin](https://github.com/bingjin) +> 校对:[LichAmnesia](https://github.com/LichAmnesia) \ No newline at end of file