搜索资源列表

  1. SVM

    0下载:
  2. 支持向量机,用于分类。Classify using (a very simple implementation of) the support vector machine algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2134
    • 提供者:黄乾
  1. Algorithm-SVM-0.11.tar

    0下载:
  2. 在人工智能中模式识别比较新的分类算法,支持向量机.用于特征分类.-A new classify arithmetic of pattern-recognition in artificial intelligence,use support vecotr machine to classify the characteristic
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:50650
    • 提供者:rabo
  1. Algorithm-SVM-0.11.tar

    0下载:
  2. 在人工智能中模式识别比较新的分类算法,支持向量机.用于特征分类.-A new classify arithmetic of pattern-recognition in artificial intelligence,use support vecotr machine to classify the characteristic
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:50176
    • 提供者:rabo
  1. winsvm

    0下载:
  2. 支持向量机分类器(可分类文本,编的非常不错)-The uploaded Support Vector Machine (SVM) Classifier can classify text-type data well.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:635904
    • 提供者:李凯
  1. SVM

    0下载:
  2. 支持向量机,用于分类。Classify using (a very simple implementation of) the support vector machine algorithm-Support Vector Machines for classification. Classify using (a very simple implementation of) the support vector machine alg
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:黄乾
  1. svm(matlab)

    0下载:
  2. 支持向量机的MATLAB源程序,效果真的很不错-SVM MATLAB source, the effect is really very good
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:2738176
    • 提供者:夏正浩
  1. svm

    0下载:
  2. svm is a classifier.SUPPORT VECTOR MACHINE is used for train and classify new datas based on training
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:137216
    • 提供者:T.D.VIGNESH
  1. SVM

    0下载:
  2. 在matlab的环境中,根据各种算法提取到的信息来输入SVM分类器中进行训练-classify different various sorts of information in svm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:李涵
  1. svm-examples-code-

    0下载:
  2. svm 算法源码 分类实例,vc版本的,可以直接运行dsw工程-svm classify source code
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-15
    • 文件大小:1358848
    • 提供者:lihuanan
  1. svm

    0下载:
  2. 熟悉使用SVM的Matlab工具箱svm-gunn,并利用该工具箱完成一个简单的水天线检测算法。 -using SVM classify the water and sky of apicture
  3. 所属分类:多媒体

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:刘流
  1. SVM.R

    0下载:
  2. 利用R语言实现SVM.已经编写为函数,只需输入测试集和训练集数据即可-using R to do SVM classify。user only have to upload training and test data
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:741376
    • 提供者:曹木水
  1. SVM

    0下载:
  2. 用于与支持支持向量机的方法将数据数据分类用于 MATLAB程序(Used in conjunction with methods that support support vector machines to classify data data for MATLAB programs)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:xiaoshanma
  1. SVM

    0下载:
  2. 运用SVM训练分类,并给出标准化以及网络搜索方法确定SVM各参数(use SVM to train and classify samples)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:34816
    • 提供者:鱼X
  1. svm

    0下载:
  2. 人工智能导论作业,用SVM方法实现的水杯图片分类,并生成loss的下降趋势图(Homework of AI. Using SVM to classify images of cups and bottles.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:1613824
    • 提供者:nutee000
  1. SVM

    0下载:
  2. 使用SVM对数据进行分类,可参考对SVM原理的讲解对代码及其算法进行进一步理解。(Using the SVM to classify the data, we can refer to the explanation of the SVM principle to further understand the code and its algorithms)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:zx920701
  1. SVM

    0下载:
  2. 采用SVM高斯核,对样本进行分类,输入训练集和测试集,输出SVM分类准确率,采用10折交叉验证(This matlab code uses the SVM(support Vector Machine)to classify, and as the same time it uses the cross validation mathod.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:HUIKEY
  1. PCA+SVM

    0下载:
  2. 采用经典的ORL人脸数据集,利用PCA进行进行降维,然后用SVM进行数据集的分类和训练。上传文件内包含libSVM3.2安装包(The classical ORL face dataset is used for dimension reduction by PCA, and then SVM is used to classify and train the dataset.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:3870720
    • 提供者:欧阳温度
  1. SVM

    0下载:
  2. 利用SVM支持向量机进行信号分类,解决非线性信号问题(SVM support vector machine is used to classify signals and solve nonlinear signal problems.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:Tim_Melody
  1. SVM做图片处理

    0下载:
  2. 使用SVM算法对CIFAR-10图片数据集进行分类,包括模型的训练,测试和参数的调优(Using SVM algorithm to classify CIFAR-10 image data sets, including model training, testing and parameter tuning)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:299008
    • 提供者:天地小成成
  1. svm

    0下载:
  2. 利用支持向量机,对鸢尾花数据集进行分类。(Support vector machine is used to classify iris data set.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:valiant-7
« 12 3 4 »

源码中国 www.ymcn.org