CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 分类器

搜索资源列表

  1. Classifier

    0下载:
  2. C++实现的SVM分类器,代码量稍微大了一点-Achieve C++ SVM classifier, the amount of code become slightly
  3. 所属分类:Other windows programs

    • 发布日期:2016-05-17
    • 文件大小:6103040
    • 提供者:oliver
  1. knn_K-nearest

    0下载:
  2. 是K最邻近结点算法(k-Nearest Neighbor algorithm)的缩写形式,是电子信息分类器算法的一种。KNN方法对包容型数据的特征变量筛选尤其有效。-k-Nearest Neighbor algorithm, It is a very useful matlab code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:2648
    • 提供者:王某
  1. zhichixiangliangji

    0下载:
  2. 用matlab来实现支持向量机的分类器算法的全部程序设计,以及详细解释-To realize the full program design classifier support vector machine algorithm with MATLAB, and explain in detail
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-20
    • 文件大小:238200
    • 提供者:杨磊
  1. SVM

    0下载:
  2. svm分类器,对学习分类的初学者具有很好的参考作用-SVM classifier, is a good reference for beginners learning classification
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-08
    • 文件大小:1035578
    • 提供者:machaoyu
  1. categorization--java

    0下载:
  2. java 实现的分类算法 分类器算法 模式识别领域 亲 赶快下载吧-it s java coderesource and you can learn a lot about this code . this is a code about classifer algrothim. thank you
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:20260
    • 提供者:wangjun
  1. Bayes-classifier-code

    0下载:
  2. 朴素贝叶斯分类器程序代码 采用朴素贝叶斯分类器算法,使用C++语言对英文文本进行分类,实现了一个文本分类器功能-Naive Bayesian classifier program code using Bayesian classification algorithm, using C++ language English text classification, to achieve a text classification function
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:213695
    • 提供者:李宁
  1. Classifier-test-platform

    0下载:
  2. 一种分类器的测试平台,可在其中进行样本设置和各种分类器的实践-The test platform a classification can be carried out in one sample set and a variety of classification practice
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:4150
    • 提供者:孙浩源
  1. HaarPclassifiers

    0下载:
  2. 利用vs2008编写的利用haar特征分类器实现的人脸检测程序-Use vs2008 prepared by the use haar feature classifier implemented face detection process
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:870589
    • 提供者:jisaiping
  1. bayesianClassify

    0下载:
  2. 该源码为贝叶斯分类器,可以实现训练,以及分类等 主要为bayes类起作用-Bayesian classifier
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:444490
    • 提供者:yanlei
  1. SVM_GUI_3.1[mcode]{by-faruto}

    1下载:
  2. 支持向量机SVM(Support Vector Machine)作为一种可训练的机器学习方法,依靠小样本学习后的模型参数进行导航星提取,可以得到分布均匀且恒星数量大为减少的导航星表。 基本情况 Vapnik等人在多年研究统计学习理论基础上对线性分类器提出了另一种设计最佳准则。其原理也从线性可分说起,然后扩展到线性不可分的情况。甚至扩展到使用非线性函数中去,这种分类器被称为支持向量机(Support Vector Machine,简称SVM)。支持向量机的提出有很深的理论背景。 支持向量机
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:71178
    • 提供者:刘点
  1. BayesCls

    0下载:
  2. 简单的贝叶斯文本分类器。简单的贝叶斯文本分类器,人工智能课程小作业。-Simple Bayesian text classifier. Simple Bayesian text classifier AI courses smaller jobs.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:19939
    • 提供者:曹刚
  1. tangmin

    0下载:
  2. 实现车的训练和检测,运用adaboost分类器方法-Training and testing to achieve the car, using adaboost classifier method
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6709600
    • 提供者:yuanjing
  1. feileijieguo-tongji

    0下载:
  2. 根据分类器返回结果,统计正确到正确,正确到错误,错误到正确以及错误到错误分类结果的个数-According to the results of the classifier return statistics correctly to the right, right to wrong, wrong to right and wrong to wrong the number of classification results
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:812
    • 提供者:jiangxin
  1. peda_detect

    0下载:
  2. 行人检测实现代码,利用hog特征和harr特征,svm分类器实现-Pedestrian detection code, the use of hog features and harr characteristics, svm classifier to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1076
    • 提供者:袁庭荣
  1. classifier

    1下载:
  2. 用matlab实现Part1. 实现一个k近邻分类器,Part 2.实现一个最小二乘分类器,Part 3.实现一个支持向量机分类器,Part 4.在不同数据集上使用交叉验证选择各个算法的参数-Part1. Achieve a k-nearest neighbor classifier, Part 2. Achieve a least-squares classifier, Part 3. Implement a support vector machine classifier, Part 4.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:4149
    • 提供者:张翰晓
  1. BP(adaboost)

    1下载:
  2. BP神经网络作为若分类器,反复训练BP神经网络预测样本输出-As if the BP neural network classifier, repeated training samples of BP neural network output
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:229853
    • 提供者:daisy
  1. FaceDetect

    0下载:
  2. 介绍了人脸检测的算法,然后分析人脸检测算法在CPU上执行的效率,最后找到在GPU上利用OpenCL并行优化基于haar层级分类器的通用方法,从比较宏观的角度介绍了优化方法,给出了基于图像金字塔和级联分类器的算法的通用优化方法-Introduced face detection algorithm, and then analyze the face detection algorithm running on the CPU efficiency, and finally found the G
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-06
    • 文件大小:1445238
    • 提供者:站张
  1. jquery-softkeyboard-js

    0下载:
  2. js图片分类器超好用,很全很详细,很简单,适合新手-js pictures classifier super useful, it is all very detailed, very simple, suitable for beginners
  3. 所属分类:.net

    • 发布日期:2017-04-09
    • 文件大小:53238
    • 提供者:陈礼佳
  1. SerialKNN

    0下载:
  2. KNN-是K最邻近结点算法(k-Nearest Neighbor algorithm)的缩写形式,是电子信息分类器算法的一种。KNN方法对包容型数据的特征变量筛选尤其有效。-In pattern recognition, the k-nearest neighbors algorithm (k-NN) is a non-parametric method for classification and regression, that predicts objects "values"
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:18326
    • 提供者:chelin
  1. iso

    0下载:
  2. 关于模式识别中运用到的模糊分类方法及分类器设计,是很好的参考程序。-About ISODATA algorithm Matlab language
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:298190
    • 提供者:张慧
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 22 »
搜珍网 www.dssz.com