From 5d4aadc295b8857ba28bda8a1bb0f57603746c4b Mon Sep 17 00:00:00 2001 From: caoying03 Date: Tue, 14 Nov 2017 17:47:20 +0800 Subject: [PATCH] fix the typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 178d76de..3b2da82a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The word embedding expresses words with a real vector. Each dimension of the vec In the example of word vectors, we show how to use Hierarchical-Sigmoid and Noise Contrastive Estimation (NCE) to accelerate word-vector learning. - 1.1 [Hsigmoid Accelerated Word Vector Training](https://github.com/PaddlePaddle/models/tree/develop/hsigmoid) -- 1.2 [Noise Contrast Estimation Accelerated Word Vector Training](https://github.com/PaddlePaddle/models/tree/develop/nce_cost) +- 1.2 [Noise Contrastive Estimation Accelerated Word Vector Training](https://github.com/PaddlePaddle/models/tree/develop/nce_cost) ## 2. RNN language model -- GitLab