Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
Toy-MT-Introduction
概览
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
NiuTrans
Toy-MT-Introduction
Commits
ec8c84cc
Commit
ec8c84cc
authored
Oct 30, 2019
by
xiaotong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fixes
parent
1b484785
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
4 行增加
和
4 行删除
+4
-4
Section05-Neural-Networks-and-Language-Modeling/section05-gbk.tex
+2
-2
Section05-Neural-Networks-and-Language-Modeling/section05.tex
+2
-2
没有找到文件。
Section05-Neural-Networks-and-Language-Modeling/section05-gbk.tex
查看文件 @
ec8c84cc
...
...
@@ -2055,7 +2055,7 @@ cycle}
\begin{itemize}
\item
$
\textbf
{
x
}
\cdot
\textbf
{
w
}$
表示的是矩阵乘法(或记为
$
\times
$
)
\item
注意,这里不是张量乘法,因为张量乘法还有其它定义
\item
$
\textbf
{
w
}$
是
$
n
\times
m
$
的矩阵,
$
\textbf
{
x
}$
的形状是
$
...
\times
n
$
,即
$
\textbf
{
x
}$
的第一维度需要和
$
\textbf
{
w
}$
的行数
\\
\item
$
\textbf
{
w
}$
是
$
n
\times
m
$
的矩阵,
$
\textbf
{
x
}$
的形状是
$
...
\times
n
$
,即
$
\textbf
{
x
}$
的第一维度需要和
$
\textbf
{
w
}$
的行数
大小相等
\\
\vspace
{
0.5em
}
$
\textbf
{
x
}
(
1
:
2
,
1
:
2
,
\alert
{
1
:
3
}
)
\times
\textbf
{
w
}
(
\alert
{
1
:
3
}
,
1
:
2
)
=
\textbf
{
s
}
(
1
:
2
,
1
:
2
,
1
:
2
)
$
\end{itemize}
...
...
@@ -2701,7 +2701,7 @@ cycle}
\vspace
{
2em
}
\begin{center}
\begin{tikzpicture}
\node
[fill=blue!10] (label) at (0,0)
{
\LARGE
{$
\frac
{
\partial
\textbf
{
L
}
}{
\partial
\textbf
{
w
}}
=
$
?
}}
;
\node
[fill=blue!10] (label) at (0,0)
{
\LARGE
{$
\frac
{
\partial
L
(
\textbf
{
w
}
)
}{
\partial
\textbf
{
w
}}
=
$
?
}}
;
\end{tikzpicture}
\end{center}
...
...
Section05-Neural-Networks-and-Language-Modeling/section05.tex
查看文件 @
ec8c84cc
...
...
@@ -2058,7 +2058,7 @@ cycle}
\begin{itemize}
\item
$
\textbf
{
x
}
\cdot
\textbf
{
w
}$
表示的是矩阵乘法(或记为
$
\times
$
)
\item
注意,这里不是张量乘法,因为张量乘法还有其它定义
\item
$
\textbf
{
w
}$
是
$
n
\times
m
$
的矩阵,
$
\textbf
{
x
}$
的形状是
$
...
\times
n
$
,即
$
\textbf
{
x
}$
的第一维度需要和
$
\textbf
{
w
}$
的行数
\\
\item
$
\textbf
{
w
}$
是
$
n
\times
m
$
的矩阵,
$
\textbf
{
x
}$
的形状是
$
...
\times
n
$
,即
$
\textbf
{
x
}$
的第一维度需要和
$
\textbf
{
w
}$
的行数
大小相等
\\
\vspace
{
0.5em
}
$
\textbf
{
x
}
(
1
:
2
,
1
:
2
,
\alert
{
1
:
3
}
)
\times
\textbf
{
w
}
(
\alert
{
1
:
3
}
,
1
:
2
)
=
\textbf
{
s
}
(
1
:
2
,
1
:
2
,
1
:
2
)
$
\end{itemize}
...
...
@@ -2704,7 +2704,7 @@ cycle}
\vspace
{
2em
}
\begin{center}
\begin{tikzpicture}
\node
[fill=blue!10] (label) at (0,0)
{
\LARGE
{$
\frac
{
\partial
\textbf
{
L
}
}{
\partial
\textbf
{
w
}}
=
$
?
}}
;
\node
[fill=blue!10] (label) at (0,0)
{
\LARGE
{$
\frac
{
\partial
L
(
\textbf
{
w
}
)
}{
\partial
\textbf
{
w
}}
=
$
?
}}
;
\end{tikzpicture}
\end{center}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论