Merge pull request #391 from djwackey/master

fix a typo in chapter 2
This commit is contained in:
scutan90 2019-06-30 20:03:04 +08:00 committed by GitHub
commit a2ea69e33c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ $$
J = \frac{1}{2n}\sum_x\Vert y(x)-a^L(x)\Vert^2
$$
其中,$J$表示代价函数,$x$表示样本,$y$示实际值,$a$表示输出值,$n$表示样本的总数。使用一个样本为例简单说明,此时二次代价函数为:
其中,$J$表示代价函数,$x$表示样本,$y$示实际值,$a$表示输出值,$n$表示样本的总数。使用一个样本为例简单说明,此时二次代价函数为:
$$
J = \frac{(y-a)^2}{2}
$$