KO
|
EN
gitlite — search
Search
#python
#javascript
#php
#java
#nodejs
#ruby
#go
#symfony
#scala
#flexible
#swift
#statistics
GA-svm
★ 33
Open GitHub ↗
使用libsvm和遗传算法优化支持向量机的cost和gamma参数
Download README (.md)
Explore Similar Repositories
AtomicPHP
:
A PHP5.3+ HMVC Framework
Barkety
:
Scala/Akka XMPP client library
launchbar-scripts
:
My Launchbar Scripts
ncmpy
:
a curses mpd client;
node-tilejson
:
Tile source backend for online tile sources
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
GA-svm
?
Download (.md)
使用libsvm和遗传算法优化支持向量机的cost和gamma参数 ====================== Windows平台使用方法 ------------------ 1. 安装Python 2. 使用命令提示符进入'classification'目录(做分类)或者'regression'目录(做回归) 3. 运行命令"python start_evolution.py sample_training_data.txt sample_test_data.txt" 目录结构 ------------------ classification/ genetic algorithm source files for svm classification linux/ Linux platform libsvm executables misc/ other libsvm files pygene/ the Python genetic algorithm package regression/ genetic algorithm source files for svm regression windows/ Windows platform libsvm executables