Skip to content

ljos/svm-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SVM-GRID

Grid search for libsvm.

Requires

bash svm-grid.sh > svm-grid.out
sort -g -k1,2 svm-grid.out | awk -f group.awk > rates.dat
gnuplot -c contour.gp rates.dat BESTC BESTG

There is also a plan to make the whole script configurable in the same way as libsvms grid.py, but I haven’t gotten that far yet.

About

Parallel grid-search for libsvm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published