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

搜索资源列表

  1. gf460

    0下载:
  2. Codec ldpc code implementation Including the least squares method, the SVM, neural networks, 1 _k neighbor method, Modern signal processing jobs when the graduate.
  3. 所属分类:android开发

    • 发布日期:2018-01-04
    • 文件大小:124928
    • 提供者:苏亚全
  1. Classification

    0下载:
  2. the code is for classification using svm for remote sensing image , please see enjoy
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:6495232
    • 提供者:marifer100
  1. 59149

    0下载:
  2. Matlab code for svm for classification of two classes
  3. 所属分类:文章/文档

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:Fiz
  1. 神经网络

    0下载:
  2. 神经网络基础代码rbf,bp神经网络,svm代码,hopfiled代码。可以对初学者有很好的用处(This code is suitable for primary stage learning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:6076416
    • 提供者:龙洞洞主
  1. face-Adaboost

    1下载:
  2. 用Adaboost和PCA算法实现人脸识别,用Python写的代码,根据经典的PCA和SVM算法改编(Adaboost and PCA algorithm for face recognition, code written in Python, adapted from the classic PCA and SVM algorithm)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:L.Xun
  1. opencv_SVM_Application_20180103

    0下载:
  2. 使用JNI ,cmake 方式 移植 opencv 3.3.1 中的SVM到安卓上,用于支持向量机的 监督分类 本地此目录下需要这个opencv的安卓SDK代码: set(OpenCV_DIR D:/Code_December_12/opencv-3.3.1-android-sdk/OpenCV-android-sdk/sdk/native/jni)(Using JNI, cmake transplant SVM to Android in the transplanted opencv 3
  3. 所属分类:Java编程

    • 发布日期:2018-01-10
    • 文件大小:3304448
    • 提供者:莫原阿姨
  1. svmClassificationInMatlab

    0下载:
  2. SVM classification code for download
  3. 所属分类:仿真建模

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:mavi
  1. data

    0下载:
  2. this is the code for execution of linear logistic and svm regression
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:11264
    • 提供者:munchkin
  1. SVM_Mdl.mat

    0下载:
  2. These files are matlab source code for price forecasting for smart meter hourly data. Step 1 relevant features are selected by Gray Correlation, Random Forest, Relief F algorithms. Then Kernel PCA of features are calculated. Price is predicted by Ker
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:61308928
    • 提供者:sanaMujeeb
  1. svmlearning

    0下载:
  2. 支持向量机(svm)的学习资料和响应的代码学习。(Support vector machine (svm) learning data and some code learning.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:3952640
    • 提供者:爱在雨季
  1. libsvm-3.22

    0下载:
  2. LIBSVM是台湾大学林智仁(Lin Chih-Jen)教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数可以解决很多问题;并提供了交互检验(Cross Validation)的功能。该软件可以解决C-SVM、ν-SVM、ε-SVR和ν-SVR等问题,包括基于一对一算法的多类模式
  3. 所属分类:matlab例程

    • 发布日期:2018-04-28
    • 文件大小:1154048
    • 提供者:incubus
  1. SA

    1下载:
  2. 模拟退火算法的代码以及使用模拟退火法寻优SVM中的参数c和g(The code of simulated annealing algorithm and the use of simulated annealing to optimize the parameters c and G in SVM)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:8192
    • 提供者:小灰灰jjh8
  1. SVM_libsvm

    0下载:
  2. LIBSVM是台湾大学林智仁(Lin Chih-Jen)教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数可以解决很多问题;并提供了交互检验(Cross Validation)的功能。该软件可以解决C-SVM、ν-SVM、ε-SVR和ν-SVR等问题,包括基于一对一算法的多类模式
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:253952
    • 提供者:impressive
  1. 模式识别代码

    0下载:
  2. 基于matlab的Iris、乳腺癌数据集的模式识别分类算法,含有 遗传算法+SVM、isodata、感知器算法、LMSE、神经网络等算法的实现代码,用于聚类效果良好,是模式识别大作业的参考资料(The pattern recognition classification algorithm based on MATLAB for Iris and breast cancer data sets contains the implementation code of genetic algorit
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:6144
    • 提供者:张小明12345
  1. Python-opencv车牌识别

    2下载:
  2. 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会
  3. 所属分类:OpenCV

    • 发布日期:2020-09-01
    • 文件大小:21504
    • 提供者:西风何时来
  1. SVR

    1下载:
  2. SVR源码以及详细交通流预测模型,里面有SVM,SVR,LSSVM(SVR source code and detailed traffic flow prediction model, including SVM, SVR, LSSVM)
  3. 所属分类:其他

    • 发布日期:2021-01-21
    • 文件大小:291840
    • 提供者:zth960418
  1. bagging_svm

    2下载:
  2. bagging_svm MATLAB实现(the matlab code of bagging and svm .)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-05-22
    • 文件大小:1024
    • 提供者:懒洋洋小y
  1. FA

    2下载:
  2. 以优化SVM参数c和g为例,对FA算法MATLAB源码进行了详细中文注解,是很好的学习材料(Taking the optimization of SVM parameters c and G as examples, the source code of FA algorithm MATLAB is annotated in detail in Chinese, which is a good learning material.)
  3. 所属分类:matlab例程

  1. 神经网络入门13课源码

    3下载:
  2. 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part
  3. 所属分类:其他

    • 发布日期:2020-01-29
    • 文件大小:4372480
    • 提供者:1234567845432
« 1 2 ... 31 32 33 34 35 36»
搜珍网 www.dssz.com