资源简介
利用遗传算法对支持向量机(SVM)进行分类优化
代码片段和文件信息
function [BestCVaccuracyBestcBestgga_option] = gaSVMcgForClass(train_labeltrain_dataga_option)
% gaSVMcgForClass
%%
% by faruto
%Email:patrick.lee@foxmail.com QQ:516667408 http://blog.sina.com.cn/faruto BNU
%last modified 2010.01.17
%Super Moderator @ www.ilovematlab.cn
%% 若转载请注明:
% faruto and liyang LIBSVM-farutoUltimateVersion
% a toolbox with implements for support vector machines based on libsvm 2009.
% Software available at http://www.ilovematlab.cn
%
% Chih-Chung Chang and Chih-Jen Lin LIBSVM : a library for
% support vector machines 2001. Software available at
% http://www.csie.ntu.edu.tw/~cjlin/libsvm
%% 参数初始化
if nargin == 2
ga_option = struct(‘maxgen‘200‘sizepop‘20‘ggap‘0.9...
‘cbound‘[0100]‘gbound‘[01000]‘v‘5);
end
%
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3778 2010-01-21 21:40 gaSVMcgForClass.m
----------- --------- ---------- ----- ----
3778 1
相关资源
- GAPSO 这个算法是遗传算法和粒子群优
- gabijiao 该程序通过实例(函数)
- QGA 该算法明确描述了量子遗传算法的
- svm_matlab 用SVM算法实现聚类与分类的例
- PCA_SVM 此方法采用经典的PCA对人脸图像
- PCA-SVM
- gatool 用遗传算法开发的一个求解非线
- HSOGA 《求解全局优化问题的混合自适
- my_ga_test1 该用matlab 实现的遗传算法可
- QGA 量子遗传算法的matlab程序
- pcasvm1
- SMO
- ImageSegament 基于遗传算法的图像分割
- SA_GA 基于遗传模拟退火算法的聚类算
- algorithms 我个人收集的各类智能算法
- GA_RBF
- libsvm-cg 支持向量机参数c和g的优化
- GA MATLAB实现的改进遗传算法程序
- FaceRec 基于matlab2008的人脸识别系统
- robot_motion_planning
- SVDD LIBSVM中的SVDD(Support vector data de
- wl 物流选址问题
- Yale_5G Yale
- fsvmPpca-face-Recognition 首先用PCA对ORA人脸
- gabor-pca 本程序是先用gabor小波变换对
- gadaima 用于遗传算法优化问题
- DCT 先用小波变换进行降维后
- face-recognition
- PG_BOW_DEMO 图像的特征用到了Dense Sift
- LS-SVMlab-GA 用遗传算法优化的最小二乘
评论
共有 条评论