An open API service indexing awesome lists of open source software.

https://github.com/cudavailable/libsvm-linear-gaussian

使用LIBSVM,在西瓜数据集3.0上分别使用线性核和高斯核训练一个SVM,并比较其支持向量的差别
https://github.com/cudavailable/libsvm-linear-gaussian

libsvm machine-learning

Last synced: about 1 year ago
JSON representation

使用LIBSVM,在西瓜数据集3.0上分别使用线性核和高斯核训练一个SVM,并比较其支持向量的差别

Awesome Lists containing this project

README

          

## LIBSVM-Linear-Gaussian
使用LIBSVM,在西瓜数据集3.0上分别使用线性核和高斯核训练一个SVM,并比较其支持向量的差别

## File Description
- svm.py : 包括main函数、数据获取函数、线性核高斯核函数
- watermelon3.0.csv : 西瓜数据集 3.0alpha
- logger.py : 日志类,便于svm.py中输出到控制台的内容同时输出到日志中
- log : 包含日志log.txt,记录程序运行过程中的输出

## Reference
https://github.com/hierarchyJK/compare-LIBSVM-with-Linear-and-Gassian-Kerne