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
单韦乔
Toy-MT-Introduction
Commits
710724ac
You need to sign in or sign up before continuing.
Commit
710724ac
authored
Mar 21, 2020
by
曹润柘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update chapter5 figure
parent
1bbb672c
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
3 行增加
和
3 行删除
+3
-3
Book/Chapter5/Figures/fig-perceptron-mode.tex
+0
-0
Book/Chapter5/chapter5.tex
+3
-3
没有找到文件。
Book/Chapter5/Figures/fig-perceptron
mode.tex
→
Book/Chapter5/Figures/fig-perceptron
-
mode.tex
查看文件 @
710724ac
File moved
Book/Chapter5/chapter5.tex
查看文件 @
710724ac
...
...
@@ -422,7 +422,7 @@ l_p(\mathbf x)={\Vert{\mathbf x}\Vert}_p={\left (\sum_{i=1}^{n}{{\vert x_{i}\ver
%--5.2.2.1感知机\raisebox{0.5mm}{------}最简单的人工神经元模型---------------------
\subsubsection
{
(一)感知机
\raisebox
{
0.5mm
}{
------
}
最简单的人工神经元模型
}
\index
{
Chapter5.2.2.1
}
\parinterval
感知机是人工神经元的一种实例,在上世纪50-60年代被提出后,对神经网络研究产生了深远的影响。感知机模型如图
\ref
{
fig:perceptron
mode
}
所示,其输入是一个n维二值向量
$
\mathbf
x
=(
x
_
0
,x
_
1
,
\dots
,x
_
n
)
$
,其中
$
x
_
i
=
0
$
或
$
1
$
。权重
$
\mathbf
w
=(
w
_
0
,w
_
1
,
\dots
,w
_
n
)
$
,每个输入变量对应一个权重
$
w
_
i
$
(实数)。偏置
$
b
$
是一个实数变量(
$
-
\sigma
$
)。输出也是一个二值结果,即
$
y
=
0
$
或
$
1
$
,
$
y
$
值的判定由输入的加权和是否大于(或小于)一个阈值
$
\sigma
$
决定:
\parinterval
感知机是人工神经元的一种实例,在上世纪50-60年代被提出后,对神经网络研究产生了深远的影响。感知机模型如图
\ref
{
fig:perceptron
-
mode
}
所示,其输入是一个n维二值向量
$
\mathbf
x
=(
x
_
0
,x
_
1
,
\dots
,x
_
n
)
$
,其中
$
x
_
i
=
0
$
或
$
1
$
。权重
$
\mathbf
w
=(
w
_
0
,w
_
1
,
\dots
,w
_
n
)
$
,每个输入变量对应一个权重
$
w
_
i
$
(实数)。偏置
$
b
$
是一个实数变量(
$
-
\sigma
$
)。输出也是一个二值结果,即
$
y
=
0
$
或
$
1
$
,
$
y
$
值的判定由输入的加权和是否大于(或小于)一个阈值
$
\sigma
$
决定:
%公式--------------------------------------------------------------------
\begin{eqnarray}
y=
\begin{cases}
0
&
\sum
_{
i
}{
x
_
i
\cdot
w
_
i
}
-
\sigma
<0
\\
1
&
\sum
_{
i
}{
x
_
i
\cdot
w
_
i
}
-
\sigma
\geqslant
0
\end{cases}
...
...
@@ -434,9 +434,9 @@ y=\begin{cases} 0 & \sum_{i}{x_i\cdot w_i}-\sigma <0\\1 & \sum_{i}{x_i\cdot w_i}
% 图
\begin{figure}
[htp]
\centering
\input
{
./Chapter5/Figures/fig-perceptron
mode
}
\input
{
./Chapter5/Figures/fig-perceptron
-
mode
}
\caption
{
感知机模型
}
\label
{
fig:perceptron
mode
}
\label
{
fig:perceptron
-
mode
}
\end{figure}
%-------------------------------------------
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论