监督学习中的损失函数及应用研究
邓建国,张素兰,张继福,荀亚玲,刘爱琴

Loss function and application research in supervised learning
Jianguo DENG,Sulan ZHANG,Jifu ZHANG,Yaling XUN,Aiqin LIU
表4 基于铰链损失的演化损失函数
名称 演化形式
边界铰链损失函数 max( 0,margin( f( x )Y ) )
坡道损失函数 1 n i=1 n ( max( 0,1 h y i )max( 0,s h y i ) )
crammerand铰链损失函数 max( 0,1+ max Yf( x ) w Y x w f( x ) x )
weston铰链损失函数 Yf( x ) max( 0,1+ w Y x w f( x ) x )
二分类支持向量机损失函数 1 2 w 2 +c i=1 n max( 0,1Yf( x ) )
多分类支持向量机损失函数 Y Y i max( 0, s j s Y i +1 )
多分类支持向量机平方损失函数 Y Y i max( 0, s j s Y i +1 ) 2
top-k铰链损失函数 C i=1 n ( max( 1 y i ( w T x i +b ),0 ) )