CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - svm-classify

搜索资源列表

  1. SVM

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

    • 发布日期:2014-01-20
    • 文件大小:2.08kb
    • 提供者:黄乾
  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
    • 文件大小:49.46kb
    • 提供者:rabo
  1. gist

    1下载:
  2. 对图像Gabor特征的提取,一个非常有效的特征,并用SVM对图像进行分类-get the gabor feature of a image,a very effective feature,and use SVM to classify the pictures
  3. 所属分类:Graph Recognize

    • 发布日期:2015-03-18
    • 文件大小:16.46kb
    • 提供者:soon
  1. svmmatlab

    1下载:
  2. matlab开发的SVM分类器,用于学习研究-svm ,classify,matlab
  3. 所属分类:MultiLanguage

    • 发布日期:2016-01-27
    • 文件大小:122.67kb
    • 提供者:许白
  1. svm

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

    • 发布日期:2017-03-27
    • 文件大小:134.15kb
    • 提供者:T.D.VIGNESH
  1. SVM

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

    • 发布日期:2016-10-13
    • 文件大小:2.13kb
    • 提供者:李涵
  1. SVM-KM

    0下载:
  2. SVM classification This routine classify the training set with a support vector machine using quadratic programming algorithm (active constraints method)
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:389.59kb
    • 提供者:pavl
  1. four-Toolbox-for-SVM

    0下载:
  2. SVM分类器,关键是对信号进行分类,是模式识别的必备宝典-SVM classifier, the key is to classify the signal is essential for pattern recognition Collection
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2.7mb
    • 提供者:肖笑
  1. svm-examples-code-

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

    • 发布日期:2017-05-03
    • 文件大小:1.3mb
    • 提供者:lihuanan
  1. svm

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

    • 发布日期:2017-04-02
    • 文件大小:801byte
    • 提供者:刘流
  1. SVM.R

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

    • 发布日期:2017-05-01
    • 文件大小:723.69kb
    • 提供者:曹木水
  1. SVM

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

    • 发布日期:2017-12-28
    • 文件大小:2kb
    • 提供者:xiaoshanma
  1. SVM

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

    • 发布日期:2017-12-31
    • 文件大小:34kb
    • 提供者:鱼X
  1. svm

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

    • 发布日期:2018-01-04
    • 文件大小:1.54mb
    • 提供者: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例程

    • 发布日期:2018-04-21
    • 文件大小:3kb
    • 提供者:zx920701
  1. SVM

    4下载:
  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例程

    • 发布日期:2018-04-30
    • 文件大小:1kb
    • 提供者: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例程

    • 发布日期:2020-02-08
    • 文件大小:3.69mb
    • 提供者:欧阳温度
  1. SVM

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

    • 发布日期:2020-01-10
    • 文件大小:2kb
    • 提供者:Tim_Melody
  1. SVM做图片处理

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

    • 发布日期:2020-02-23
    • 文件大小:292kb
    • 提供者:天地小成成
  1. svm

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

    • 发布日期:2021-03-19
    • 文件大小:1kb
    • 提供者:valiant-7
« 12 3 4 »
搜珍网 www.dssz.com