Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
ReadingList
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
zengxin
ReadingList
Commits
8cf112cd
Commit
8cf112cd
authored
Dec 23, 2020
by
zengxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regressing Word Embeddings for Regularization of Neural Machine Translation
parent
761e88de
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
12 行增加
和
2 行删除
+12
-2
Continuous Output for NMT/continuous-output-for-nmt.md
+12
-2
没有找到文件。
Continuous Output for NMT/continuous-output-for-nmt.md
查看文件 @
8cf112cd
...
...
@@ -81,7 +81,7 @@
*
syn-margin loss的几何分析
*
对NMT的连续输出模型的实验
## Re
WE: Regressing Word Embeddings for Regularization of Neural Machine Translation Systems,NAACL
2019
## Re
gressing Word Embeddings for Regularization of Neural Machine Translation,IEEE
2019
*
正则化方法即向模型引入额外的信息,目的是简化模型。
...
...
@@ -103,7 +103,17 @@
* $\Omega(w)=||w||_2^2=\sum_iw_i^2$
*
该文将词嵌入向量作为正则项引入模型训练中
*
训练:
*
$e_j=ReWE(s_j)=W_2(RELU(W_1s_j+b_1))+b_2$
其中$s_j$是解码器端隐藏向量,$W_1、W_2、b_1、b_2$是模型参数
*
$ReWE_{loss}=l(e_j,e(y_j))$
其中$e_j$是模型输出,$e(y_j)$是真实目标语言词嵌入向量,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论