标签: machine-learning svm perceptron
在描述structured perceptron的算法时(它也在structured SVM中使用),使用的推理规则是:
structured perceptron
structured SVM
y_hat = argmax_y (w * fee(x,y) )
此联合特征函数fee(x,y)的含义是什么?有时它表达为:fee(x,y) = 0.5*y*x - 为什么?
fee(x,y)
fee(x,y) = 0.5*y*x