oreilly-japan / deep-learning-from-scratch

『ゼロから作る Deep Learning』(O'Reilly Japan, 2016)
MIT License
3.99k stars 3.34k forks source link

Fix typo of sum_squared_error at common.functions #44

Closed NicholasWon47 closed 4 years ago

NicholasWon47 commented 4 years ago

wrong expression for sum_squared_error(mean_squared_error) function

koki0702 commented 4 years ago

Thanks for PR! You're probably right.

I made a mistake, so I fixed.

https://github.com/oreilly-japan/deep-learning-from-scratch/wiki/errata#%E7%AC%AC14%E5%88%B7%E3%81%BE%E3%81%A7

Sorry to confuse you.