会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
machine learning
machine learning, keep learning
博客园
首页
新随笔
联系
管理
订阅
2014年9月15日
logistic regression svm hinge loss
摘要: 二类分类器svm 的loss function 是 hinge loss:L(y)=max(0,1-t*y),t=+1 or -1,是标签属性. 对线性svm,y=w*x+b,其中w为权重,b为偏置项,在实际优化中,w,b是待优化的未知,通过优化损失函数,使得loss function最小,得到优化...
阅读全文
posted @ 2014-09-15 12:47 deeplearner_allen
阅读(809)
评论(0)
推荐(0)
公告