开发者

Introduction to Support vector machines

开发者 https://www.devze.com 2023-03-20 01:14 出处:网络
hi every 开发者_StackOverflow中文版one i m doing POS tagging using SVM tool but i dont understand how to construct feature vector from training corpus.Can someone help me about this matter.A feature v

hi every 开发者_StackOverflow中文版one i m doing POS tagging using SVM tool but i dont understand how to construct feature vector from training corpus.Can someone help me about this matter.


A feature vector is just a series of numbers, each of which representing a measurement or categorical index at a given position, e.g. v1 = (1,0,2,5,5,0,-2,2.9), v2 = (0.2,1,1,8,0,0,4,7), etc.

0

精彩评论

暂无评论...
验证码 换一张
取 消