摘要: Mean Square Error \[cost(t,o)=\frac{1}{n}\sum\limits_{i=1}^n{(o-t)^2}\] Binary Cross-Entropy 用于计算 target 和 output 之间的binary 交叉熵。\[cost(t,o)=-{[t\ln(o) 阅读全文
posted @ 2015-03-12 19:31 姜楠 阅读(2520) 评论(0) 推荐(0)