Skip to content

Commit

Permalink
Update 第三章_深度学习基础.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderOverflow authored Apr 4, 2019
1 parent 14e91f5 commit c987ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch03_深度学习基础/第三章_深度学习基础.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
$$
output = \left\{
\begin{aligned}
0, \quad if \ \ \sum_i w_i x_i \le threshold \\
0, \quad if \ \ \sum_i w_i x_i \leqslant threshold \\
1, \quad if \ \ \sum_i w_i x_i > threshold
\end{aligned}
\right.
Expand Down

0 comments on commit c987ef2

Please sign in to comment.