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
ab1f9dee
Commit
ab1f9dee
authored
Oct 20, 2019
by
xiaotong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new update
parent
480bfbd6
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
29 行增加
和
5 行删除
+29
-5
Section05-Neural-Networks-and-Language-Modeling/section05-test.tex
+23
-3
Section05-Neural-Networks-and-Language-Modeling/section05.tex
+6
-2
没有找到文件。
Section05-Neural-Networks-and-Language-Modeling/section05-test.tex
查看文件 @
ab1f9dee
...
...
@@ -116,15 +116,35 @@
\section
{
神经语言模型
}
%%%------------------------------------------------------------------------------------------------------------
\subsection
{
词嵌入
}
\subsection
{
前馈、循环、自注意力神经网络
}
%%%------------------------------------------------------------------------------------------------------------
%%% 什么是词
\begin{frame}
{
如何表示``词''
}
%%% 在NLP中神经网络能干什么?
\begin{frame}
{
自然语言处理遇到神经网络
}
\begin{itemize}
\item
神经网络方法给自然语言处理(NLP)带来了新的思路
\end{itemize}
\begin{tabular}
{
l | l
}
\textbf
{
传统基于统计的方法
}
&
\textbf
{
深度学习方法
}
\\
\hline
基于离散空间的表示模型
&
基于连续空间的表示模型
\\
NLP问题的隐藏结构假设
&
无隐藏结构假设,端到端学习
\\
特征工程为主
&
无显性特征,但需要设计网络
\\
特征、规则的存储耗资源
&
模型存储相对小,但计算慢
\end{tabular}
\end{frame}
%%%------------------------------------------------------------------------------------------------------------
%%% 利用前馈神经网络建模$n$-gram
\begin{frame}
{$
n
$
-gram建模 - 前馈神经网络
}
\begin{itemize}
\item
什么是单词?
\end{itemize}
\end{frame}
%%%------------------------------------------------------------------------------------------------------------
%%% 深度学习带来的问题及思考 - 并不是无所不能
\end{CJK}
\end{document}
Section05-Neural-Networks-and-Language-Modeling/section05.tex
查看文件 @
ab1f9dee
...
...
@@ -3746,12 +3746,16 @@ $+2x^2+x+1)$ & \ \ $(x^4+2x^3+2x^2+x+1)$ & $+6x+1$ \\
\end{itemize}
\end{frame}
%%%------------------------------------------------------------------------------------------------------------
\section
{
神经语言模型
}
\subsection
{
词嵌入
}
%%%------------------------------------------------------------------------------------------------------------
\subsection
{
前馈、循环、自注意力神经网络
}
%%%------------------------------------------------------------------------------------------------------------
\subsection
{
词嵌入
}
%%%------------------------------------------------------------------------------------------------------------
\subsection
{
句子表示模型及预训练
}
\end{CJK}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论