Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对使用 LibSVM 进行文本分类很感兴趣。您如何建议我将术语/单词转换为数字数据,以便 LibSVM 可以理解?
谢谢!
在文本分类中,人们倾向于构建领域中使用的单词的直方图,有时他们会查看两个单词的组合并将其放入直方图中(这称为二元组)。但这实际上取决于您的数据和您的目标。