From 05347d4383a106338b2a83ff4c2e65ff4b888797 Mon Sep 17 00:00:00 2001 From: wangyang59 Date: Fri, 3 Mar 2017 12:03:17 -0800 Subject: [PATCH] added figure 5 translation in chapter 4 --- word2vec/README.en.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/word2vec/README.en.md b/word2vec/README.en.md index b9729fc..e4ce6e5 100644 --- a/word2vec/README.en.md +++ b/word2vec/README.en.md @@ -103,7 +103,7 @@ where $f(w_t, w_{t-1}, ..., w_{t-n+1})$ represents the conditional probability o (Translation of words in figure 2: 图2文字翻译 - 输入:Input; -- 全连接:Fully-Connection Layer +- 全连接:Fully-Connected Layer - 词向量:Word Embedding - 词向量连接:Word Embedding Concatenation - 分类:Classification @@ -172,6 +172,18 @@ As illustrated in the figure above, skip-gram model maps the word embedding of t ## Data Preparation ## Model Configuration +

+
+ Figure 5. N-gram neural network model in model configuration +

+ +(Translation of words in figure 5: 图5文字翻译 + +- 词向量映射: Word Embedding Mapping +- 词向量连接: Word Embedding Concatenation +- 全连接层: Fully-Connected Layer +- 隐层: Hidden Layer) + ## Model Training -- GitLab