diff --git a/README.md b/README.md index bf37ec8..93142ce 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ PS: 想探讨TensorFlow技术的可以加"TensorFlow技术交流群":495115006 - [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))√ + - [Recurrent Neural Networks](SOURCE/tutorials/recurrent.md) 翻译:([@Warln](https://github.com/Warln))√ 校对: ([@HongyangWang](https://github.com/WangHong-yang)) - [Mandelbrot集合](SOURCE/tutorials/mandelbrot.md) 翻译:([@ericxk](https://github.com/ericxk))√ - [Partial Differential Equations](SOURCE/tutorials/pdes.md) 翻译:([@wangaicc](https://github.com/wangaicc))√ - [MNIST Data Download](SOURCE/tutorials/mnist_download.md) 翻译: ([@JoyLiu](https://github.com/fengsehng)) diff --git a/SOURCE/tutorials/recurrent.md b/SOURCE/tutorials/recurrent.md index c6c1cf6..6d367bb 100755 --- a/SOURCE/tutorials/recurrent.md +++ b/SOURCE/tutorials/recurrent.md @@ -175,3 +175,4 @@ bazel-bin/tensorflow/models/rnn/ptb/ptb_word_lm \ 原文:[Recurrent Neural Networks](http://tensorflow.org/tutorials/recurrent/index.md) 翻译:[Warln](https://github.com/Warln) +校对:[HongyangWang](https://github.com/wanghong-yang) \ No newline at end of file