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

搜索资源列表

  1. dataming

    0下载:
  2. 介绍数据挖掘的10种主要算法及其应用 一种透过数理模式来分析企业内储存的大量资料,以找出不同的客户或市场划分,分析出消费者喜好和行为的方法。 -Top 10 algorithms in data mining his paper presents the top 10 data mining algorithms identified by the IEEE International Conference on Data Mining (ICDM) in December 2006:
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:633846
    • 提供者:andyzygg
  1. knnsvm

    2下载:
  2. 结合KNN(最近邻)算法和SVM(支持向量机)算法的分类器,,原创-KNN+SVM classification recognition algorithms, absolute originality
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:690
    • 提供者:易国栋
  1. classification

    0下载:
  2. 分类算法,包括KNN,SVM,Linear Regression, Naive Bayes四种-four algorithms of classification, includes KNN, SVM, Linear Regression, Naive Bayes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-10
    • 文件大小:72664
    • 提供者:金文
  1. knniris

    0下载:
  2. fusion svm_knn the output of svm will be the input of knn classifier
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:2084
    • 提供者:akermisai
  1. Meta-Biomarker.tar

    0下载:
  2. meta biomarker code matlab for feature s selection uses filer methods Relief and mrmr with svm and knn like classifier for validation
  3. 所属分类:DNA

    • 发布日期:2017-11-17
    • 文件大小:2274
    • 提供者:karima
  1. MachineLearning

    0下载:
  2. 机器学习的十大算法,AdaBoost,Apriori,CART,EM,K-means,kNN,PageRank,SVM-Ten machine learning algorithms, AdaBoost, Apriori, CART, EM, K-means, kNN, PageRank, SVM
  3. 所属分类:software engineering

    • 发布日期:2017-05-17
    • 文件大小:4370089
    • 提供者:jarkyilinghui
  1. gabor

    0下载:
  2. 利用KNN,SVM等方法选择Gabor滤波器组-Use KNN, SVM and other methods selected Gabor filters
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:801719
    • 提供者:吴小勋
  1. JSvmLib

    0下载:
  2. SVM的java算法实现。可以跑通。support vector manchine and kNN分类的源代码.支持向量机是数据处理的比较良好的方法-The java SVM algorithm. You can run through.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:21013
    • 提供者:liubo
  1. 123

    0下载:
  2. 手写字符识别,使用svm 支持向量机和 knn最近邻分类器-Handwritten character recognition using svm SVM and knn nearest neighbor classifier
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:8620
    • 提供者:蔡纪源
  1. Neural-Network

    0下载:
  2. This folder contains the following sub-folders which are essential in our project: 1.Raw Data All the raw data collected from Flagstaff hill, CMU Athletic Field, and Railroad on Neville St. 2.Filter Filter to rule out signal of Channel
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3803618
    • 提供者:Chao
  1. stprtool_v2.12

    0下载:
  2. 统计模式识别工具箱(STPRTool 版本2.12 2013-09-12) 功能有线性判别函数、特征提取、密度估计和聚类、支持向量机、贝叶斯分类器、交叉验证等-Statistical Pattern Recognition Toolbox Methods: Fisher,PCA,GMM,K-means,SVM,Bayes classifier,Cross-validation,KNN,etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:6036662
    • 提供者:lee
  1. Pattern_Recognition

    0下载:
  2. 自己在硕士期间用到的各种模式识别,机器学习,数据挖掘算法的matlab程序。C4_5,NN,SVM,adaboost,KNN等-During their Master used a variety of pattern recognition, machine learning, data mining algorithm matlab program. C4_5, NN, SVM, adaboost, KNN, etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:17060
    • 提供者:王永存
  1. image-retrieval

    0下载:
  2. This a simple demonstration of a content based image retri using 2 techniques. 1. Using knn for image retri 2. Using svm for image retri .-This a simple demonstration of a content based image retri using 2 techniques. 1. Using knn for image
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5359787
    • 提供者:walaaelhady
  1. project2_code

    0下载:
  2. 这是matlab编写的Logistic Discrimination 和 KNN分类器代码。这两个算法的实现参考了《Introduction to Machine Learning》。 除此在代码中还包含了调用matlab自带的libsvm的例程。rumLogisticDiscrimination, runKnn, runSvm分别对这3个算法在数据集liver_train_data上的分类准确度进行测试。测试结果在code report.doc 中有简要描述。-This code implem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:265480
    • 提供者:hhj
  1. Ch02

    0下载:
  2. 《机器学习实战》源代码 第二章的代码,代码为python代码 可以到官网上下载 里面有KNN算法,决策表算法,SVM支持向量机算法等等。后面章节待传。-machine learning source code 2nd
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:351853
    • 提供者:licheng
  1. Ch03

    0下载:
  2. 《机器学习实战》源代码 第二章的代码,代码为python代码 可以到官网上下载 里面有KNN算法,决策表算法,SVM支持向量机算法等等。后面章节待传。-Machine Learning 2nd
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:6773
    • 提供者:licheng
  1. Ch04

    0下载:
  2. 《机器学习实战》源代码 第二章的代码,代码为python代码 可以到官网上下载 里面有KNN算法,决策表算法,SVM支持向量机算法等等。后面章节待传。-Machine Learning 4nd
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:29134
    • 提供者:licheng
  1. eMailSystem

    0下载:
  2. 采用有监督的朴素贝叶斯、SVM和KNN算法对进行训练,实现对邮件的分类-Using supervised naive bayes, SVM and KNN algorithm for training, implementation of the classification of the mail
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-17
    • 文件大小:4472802
    • 提供者:马敬超
  1. machine-learning

    0下载:
  2. python3实现各种机器学习算法,包括knn算法,决策树算法,SVM算法,朴素贝叶斯算法等-Python3 realize all kinds of machine learning algorithms, including KNN algorithm, the decision tree algorithm, the SVM algorithm, naive bayesian algorithm, etc
  3. 所属分类:Data Mining

    • 发布日期:2017-05-02
    • 文件大小:692021
    • 提供者:朱灿
  1. SVMPKNN

    0下载:
  2. 自己编写的一个分类小程序,实现了SVM和KNN算法,附件带有UCI数据集中的一些测试数据。-I have written a small program classification, to achieve the SVM and KNN algorithm, the attachment with some test data UCI dataset.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2424283
    • 提供者:金俊波
« 1 2 3 45 »
搜珍网 www.dssz.com