Open xuzhougeng opened 3 years ago
在 https://github.com/exacity/deeplearningbook-chinese/blob/a03e98d2298528a13779f9fc4c8e7f8c1bd204f7/Chapter6/deep_feedforward_networks.tex#L194 里面翻译内容中,包含如下的数学公式
公式中 w^TW^Tx 应该改成 x^TWw
出处: https://www.deeplearningbook.org/contents/mlp.html 的Page 168
P原本计划fork一份,然后修改后发起一个PR,可惜我对latex的数学用法理解有限,不太理解这个 \V语法,和\top这些。
在 https://github.com/exacity/deeplearningbook-chinese/blob/a03e98d2298528a13779f9fc4c8e7f8c1bd204f7/Chapter6/deep_feedforward_networks.tex#L194 里面翻译内容中,包含如下的数学公式
公式中 w^TW^Tx 应该改成 x^TWw
出处: https://www.deeplearningbook.org/contents/mlp.html 的Page 168