提交 70710483 编写于 作者: T Travis CI

Deploy to GitHub Pages: 8e5bc804

上级 aa207adc
......@@ -1053,7 +1053,7 @@ a biases variable will be created and added to the output. Finally,
if activation is not None, it will be applied to the output as well.</p>
<p>This process can be formulated as follows:</p>
<div class="math">
\[Out = Act({\sum_{i=0}^{N-1}W_iX_i + b})\]</div>
\[Out = Act({\sum_{i=0}^{N-1}X_iW_i + b})\]</div>
<p>In the above equation:</p>
<ul class="simple">
<li><span class="math">\(N\)</span>: Number of the input.</li>
......
......@@ -1103,7 +1103,7 @@ a biases variable will be created and added to the output. Finally,
if activation is not None, it will be applied to the output as well.</p>
<p>This process can be formulated as follows:</p>
<div class="math">
\[Out = Act({\sum_{i=0}^{N-1}W_iX_i + b})\]</div>
\[Out = Act({\sum_{i=0}^{N-1}X_iW_i + b})\]</div>
<p>In the above equation:</p>
<ul class="simple">
<li><span class="math">\(N\)</span>: Number of the input.</li>
......
......@@ -1122,7 +1122,7 @@ a biases variable will be created and added to the output. Finally,
if activation is not None, it will be applied to the output as well.</p>
<p>This process can be formulated as follows:</p>
<div class="math">
\[Out = Act({\sum_{i=0}^{N-1}W_iX_i + b})\]</div>
\[Out = Act({\sum_{i=0}^{N-1}X_iW_i + b})\]</div>
<p>In the above equation:</p>
<ul class="simple">
<li><span class="math">\(N\)</span>: Number of the input.</li>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册