Source code download
Author: finallyliuyu reprinted and used. Please specify the source.
According to the author: this series of blog posts only introduces libsvm binary classification, rather than studying libsvm's professional standardsArticle. As for how to use libsvm for regression and multiclass classification, I haven't covered it yet. Please refer to the libsvm documentation.
The text preprocessing module (written in Python) is provided here. The libsvm is called to write the text classification module in C language. The experimental result processing module (MatLab)
Use this copyCodeLab:
Influence of Feature Word Selection Algorithm on text classification accuracy (preface)
My course lab report
Text preprocessing: helps readers quickly use this setProgramCreate libsvm data.
Text preprocessing module for libsvm text classification
The main function of classification code is to call libsvm in the project for text classification and return the accuracy.
Call libsvm in libsvm text classification project
Experiment result module: complete data statistics, result analysis, drawing, and other functions
Libsvm Classification Result Analysis