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
32a02f38
Commit
32a02f38
authored
Mar 24, 2020
by
xiaotong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fixes
parent
97531df9
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
25 行增加
和
25 行删除
+25
-25
Book/Chapter2/chapter2.tex
+0
-0
Book/Chapter5/Figures/fig-derivative1.tex
+6
-6
Book/Chapter5/Figures/fig-derivative2.tex
+6
-6
Book/Chapter5/Figures/fig-derivative3.tex
+8
-8
Book/Chapter5/chapter5.tex
+0
-0
Book/mt-book-xelatex.tex
+5
-5
没有找到文件。
Book/Chapter2/chapter2.tex
查看文件 @
32a02f38
差异被折叠。
点击展开。
Book/Chapter5/Figures/fig-derivative1.tex
查看文件 @
32a02f38
...
...
@@ -5,8 +5,8 @@
width=6cm, height=4.5cm,
xtick=
{
-5,-2.5,...,6
}
,
ytick=
{
0,0.5,1.0
}
,
xlabel=
{
\textbf
{
x
}
}
,
ylabel=
{
\textbf
{
y
}
}
,
xlabel=
{
$
x
$
}
,
ylabel=
{
$
y
$
}
,
xlabel style=
{
xshift=2.4cm,yshift=0.7cm
}
,
axis y line=middle,
%y轴居中
ylabel style=
{
xshift=0.1cm,yshift=0cm
}
,
...
...
@@ -17,7 +17,7 @@
xmax=6,
ymin=0,
ymax=1.4]
\addplot
[draw=red,thick]
{
1/(1 + exp( -x))
}
;
\addplot
[draw=red,
very
thick]
{
1/(1 + exp( -x))
}
;
\end{axis}
\node
[anchor=north] (labelc) at (2.3,-0.5)
{
\footnotesize
{
(a)
}}
;
\begin{axis}
[
...
...
@@ -28,8 +28,8 @@
width=6cm, height=4.5cm,
xtick=
{
-4,-2,...,4
}
,
ytick=
{
0,0.1,0.2
}
,
xlabel=
{
\textbf
{
x
}
}
,
ylabel=
{
\textbf
{
y
}
}
,
xlabel=
{
$
x
$
}
,
ylabel=
{
$
y
$
}
,
xlabel style=
{
xshift=2.4cm,yshift=0.7cm
}
,
axis y line=middle,
%y轴居中
ylabel style=
{
xshift=0.1cm,yshift=0cm
}
,
...
...
@@ -40,7 +40,7 @@
xmax=6,
ymin=0,
ymax=0.3]
\addplot
[draw=ublue,thick]
{
(1/(1 + exp( -x)))*(1-(1/(1 + exp( -x))))
}
;
\addplot
[draw=ublue,
very
thick]
{
(1/(1 + exp( -x)))*(1-(1/(1 + exp( -x))))
}
;
\end{axis}
\node
[anchor=north] (labelc) at (8.2,-0.5)
{
\footnotesize
{
(b)
}}
;
\end{tikzpicture}
...
...
Book/Chapter5/Figures/fig-derivative2.tex
查看文件 @
32a02f38
...
...
@@ -5,8 +5,8 @@
width=6cm, height=4.5cm,
xtick=
{
-5,-2.5,...,6
}
,
ytick=
{
-1.0,-0.5,0,0.5,1.0
}
,
xlabel=
{
\textbf
{
x
}
}
,
ylabel=
{
\textbf
{
y
}
}
,
xlabel=
{
$
x
$
}
,
ylabel=
{
$
y
$
}
,
xlabel style=
{
xshift=2.4cm,yshift=2.5cm
}
,
axis y line=middle,
%y轴居中
ylabel style=
{
xshift=0.1cm,yshift=0cm
}
,
...
...
@@ -17,7 +17,7 @@
xmax=6,
ymin=-1.2,
ymax=1.2]
\addplot
[draw=red,thick]
{
tanh(x)
}
;
\addplot
[draw=red,
very
thick]
{
tanh(x)
}
;
\end{axis}
\node
[anchor=north] (labelc) at (2.3,-0.5)
{
\footnotesize
{
(a)
}}
;
\begin{axis}
[
...
...
@@ -28,8 +28,8 @@
width=6cm, height=4.5cm,
xtick=
{
-10,-5,...,10
}
,
ytick=
{
0,0.5,1
}
,
xlabel=
{
\textbf
{
x
}
}
,
ylabel=
{
\textbf
{
y
}
}
,
xlabel=
{
$
x
$
}
,
ylabel=
{
$
y
$
}
,
xlabel style=
{
xshift=2.4cm,yshift=0.7cm
}
,
axis y line=middle,
%y轴居中
ylabel style=
{
xshift=0.1cm,yshift=0cm
}
,
...
...
@@ -40,7 +40,7 @@
xmax=10,
ymin=0,
ymax=1.2]
\addplot
[draw=ublue,thick]
{
1-tanh(x)*tanh(x)
}
;
\addplot
[draw=ublue,
very
thick]
{
1-tanh(x)*tanh(x)
}
;
\end{axis}
\node
[anchor=north] (labelc) at (8.2,-0.5)
{
\footnotesize
{
(b)
}}
;
\end{tikzpicture}
...
...
Book/Chapter5/Figures/fig-derivative3.tex
查看文件 @
32a02f38
...
...
@@ -5,8 +5,8 @@
width=6cm, height=4.5cm,
xtick=
{
-1.0,-0.5,...,1.0
}
,
ytick=
{
0.5,1.0
}
,
xlabel=
{
\textbf
{
x
}
}
,
ylabel=
{
\textbf
{
y
}
}
,
xlabel=
{
$
x
$
}
,
ylabel=
{
$
y
$
}
,
xlabel style=
{
xshift=2.4cm,yshift=0.7cm
}
,
axis y line=middle,
%y轴居中
ylabel style=
{
xshift=0.1cm,yshift=0cm
}
,
...
...
@@ -17,8 +17,8 @@
xmax=1.2,
ymin=0,
ymax=1.2]
\addplot
[domain=-1:0,draw=red,thick]
{
0
}
;
\addplot
[domain=0:1,draw=red,thick]
{
x
}
;
\addplot
[domain=-1:0,draw=red,
very
thick]
{
0
}
;
\addplot
[domain=0:1,draw=red,
very
thick]
{
x
}
;
\end{axis}
\node
[anchor=north] (labelc) at (2.3,-0.5)
{
\footnotesize
{
(a)
}}
;
\begin{axis}
[
...
...
@@ -29,8 +29,8 @@
width=6cm, height=4.5cm,
xtick=
{
-4,-2,...,4
}
,
ytick=
{
0,0.2,...,1.0
}
,
xlabel=
{
\textbf
{
x
}
}
,
ylabel=
{
\textbf
{
y
}
}
,
xlabel=
{
$
x
$
}
,
ylabel=
{
$
y
$
}
,
xlabel style=
{
xshift=2.4cm,yshift=0.7cm
}
,
axis y line=middle,
%y轴居中
ylabel style=
{
xshift=0.1cm,yshift=0cm
}
,
...
...
@@ -41,8 +41,8 @@
xmax=5,
ymin=0,
ymax=1.2]
\addplot
[domain=-4:0,draw=ublue,thick]
{
0
}
;
\addplot
[domain=0:4,draw=ublue,thick]
{
1
}
;
\addplot
[domain=-4:0,draw=ublue,
very
thick]
{
0
}
;
\addplot
[domain=0:4,draw=ublue,
very
thick]
{
1
}
;
\end{axis}
\node
[anchor=north] (labelc) at (8.2,-0.5)
{
\footnotesize
{
(b)
}}
;
\end{tikzpicture}
...
...
Book/Chapter5/chapter5.tex
查看文件 @
32a02f38
差异被折叠。
点击展开。
Book/mt-book-xelatex.tex
查看文件 @
32a02f38
...
...
@@ -62,16 +62,16 @@
\cleardoublepage
%保证章节页在奇数页
\pagestyle
{
fancy
}
% Enable headers and footers again
%----------------------------------------------------------------------------------------
% CHAPTERS
%----------------------------------------------------------------------------------------
%
\include{Chapter1/chapter1}
%
\include{Chapter2/chapter2}
%
\include{Chapter3/chapter3}
\include
{
Chapter1/chapter1
}
\include
{
Chapter2/chapter2
}
\include
{
Chapter3/chapter3
}
\include
{
Chapter5/chapter5
}
%
\include{Chapter6/chapter6}
\include
{
Chapter6/chapter6
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论