Skip to content

Commit d48fb8c

Browse files
authored
Update chapter03.tex
1 parent 2f98e4c commit d48fb8c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tex/chapter03.tex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ \subsection{一种具有多值状态的复值 Hopf\/ield 神经网络模型}
9090
异步方式:网络中的神经元状态等概率地依\equref{eqiter}进行更新,一次只更新一个神经元状态;
9191

9292
同步方式:网络的每次迭代中,所有神经元状态同时被更新,即依照下式更新:\begin{equation}
93-
{\mathbf{ X}}(k+1)=\mathbf{ Y}(k)=\csign[\mathbf{ W }\cdot\mathbf{ X }(k)]
93+
% 若使用XITS字体:
94+
% <\mathbfup> 与 <\mathbf> 的效果相同,都是直立加粗
95+
% 斜体加粗使用 <\mathbfit>
96+
{\mathbf{ X}}(k+1)=\mathbf{ Y}(k)=\csign[\mathbf{ W }\cdot\mathbf{ X }(k)]
9497
\end{equation}
9598
其中$\mathbf{ X}(k)$为神经元状态$x(k)$组成的列向量,$\mathbf{ W}=(w_{kj})$为整个网络的连接权矩阵。
9699

@@ -324,4 +327,4 @@ \section{表格绘制示例}
324327
& = & z + t
325328
\end{subeqnarray}
326329

327-
\equref{eqw}中,\lstinline{eqw}为整个公式的标签,\lstinline{slabel}为子公式的标签。
330+
\equref{eqw}中,\lstinline{eqw}为整个公式的标签,\lstinline{slabel}为子公式的标签。

0 commit comments

Comments
 (0)