Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
LichAmnesia committed Nov 25, 2015
1 parent d09ed62 commit 42a5442
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
3 changes: 2 additions & 1 deletion SOURCE/tutorials/mnist_tf.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) <a class="md-anchor" id="AUTOGENERATED-inputs-and-placeholders"></a>
Expand Down Expand Up @@ -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)

0 comments on commit 42a5442

Please sign in to comment.