搜索资源列表

  1. qingzhuofenlei

    0下载:
  2. 基于短时能量 短时过零率 自相关函数的语音清浊分类算法-Zero based on short-term rate of short-term energy autocorrelation function of speech voicing classification algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:25600
    • 提供者:infernalreborn
  1. pereceptron

    0下载:
  2. 感知器算法分类器,感知器是一种双层神经网络模型,一层为输入层,另一层具有计算单元,可以通过监督学习建立模式判别的能力-Perceptron Algorithm classifier, perceptron neural network model is a double layer of input layer, another layer with a calculation unit, you can determine by mo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:xiaozhuang
  1. fenleisuanfa

    0下载:
  2. 分别采用感知机算法、最小平方误差算法、线性SVM算法设计分类器,分别画出决策面,并比较性能。-Perceptron algorithm were used, the least square error algorithm, linear SVM classifier algorithm, respectively, making face paint, and compare performance.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:77824
    • 提供者:龚煜
  1. nonlinerSVMfeileiqi

    0下载:
  2. 用其中一半的数据采用ANN-BP算法设计分类器,另一半数据用于测试分类器性能。-Half of the data used by ANN-BP algorithm design classifier, the other half of the data used to test the classifier performance.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:137216
    • 提供者:龚煜
  1. Video-Retrieval-System-on-MPEG-7

    0下载:
  2. 视频分类内部文档,基于融合MPEG-7描述子和 二次预测机制的视频自动分类算法,-Video Categories internal document, based on the integration of MPEG-7 descr iptors and the second automatic prediction mechanism of the video classification algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:238592
    • 提供者:huweicn
  1. c4.5

    0下载:
  2. c 4.5 分类算法 数据挖掘 源码-c 4.5 source data mining classification algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:160768
    • 提供者:j
  1. c4.5r8

    0下载:
  2. c4.5r8 数据挖掘 分类算法-c4.5r8 data mining classification algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:161792
    • 提供者:j
  1. music2

    0下载:
  2. 多重信号分类算法 很具体 值得学习 毕业设计哦-Multiple signal classification algorithm is very specific graduation Well worth learning
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:
  1. GA

    0下载:
  2. 源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:692224
    • 提供者:yuanping
  1. beiyesi

    0下载:
  2. 贝叶斯分类算法,是这个算法挺全面的,一起和大家分享-Bayesian Decomposition Method
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:Vern
  1. s

    0下载:
  2. 这是一些基于模糊支持向量机多分类算法的应用的一些论文。-These are based on fuzzy support vector machine multi-classification algorithm of the application of some of the papers.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:1294336
    • 提供者:
  1. svmcls

    0下载:
  2. 基于KNN+SVM算法的文本分类器,附带权威的分词词库及算法,有界面,程序可正常使用-KNN+ SVM-based text classification algorithm, with the authority of the sub-word thesaurus and algorithm, a interface, the program can be used normally
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:37651456
    • 提供者:talon
  1. pegasos

    1下载:
  2. Pegasos-原始估计分梯度求解支持向量机“ 是一种原始的优化支持向量机分类算法解决问题。 请参阅进一步的参考。-"Pegasos-Primal Estimated sub-Gradient SOlver for SVM" is a primal optimization problem solver in Support Vector Machine classification algorithm. See t
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:abeaqhax
  1. Games

    0下载:
  2. Bayes分类器——算法设计 1. 使用决策树(Decision tree)分类算法、朴素贝叶斯(Naï ve Bayes)算法或者K-近邻(kNN)算法(三者任选其一)对给定的训练数据集构造分类器,并在测试数据集上进行分类预测。 2. 数据集描述: Tic-tac-toe游戏的二叉分类。Tic-tac-toe游戏示例如下-Bayes classifier- Algorithm 1. Using the decisi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:1439744
    • 提供者:vera
  1. My_ID3

    0下载:
  2. ID3简单分类算法,能解决一般的分类问题-a simple ID3 algorithm code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:79872
    • 提供者:陈雨
  1. Traditional-basic-K-nearest-neighbor

    0下载:
  2. 传统基本K-最邻近分类算法源程序 云计算-Traditional basic K-nearest neighbor classification algorithm source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:gongchao
  1. bayes

    0下载:
  2. 用matlab实现的贝叶斯分类算法,基于先验概率等-bayes algorithm use the matlab,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:栾超
  1. bayesian

    0下载:
  2. 数据挖掘——朴素贝叶斯分类算法 朴素贝叶斯分类假定属性之间相互独立,实际应用往往不满足这个条件。-data mining_bayesian algorithm
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:228352
    • 提供者:郑钟林
  1. KNN

    0下载:
  2. K最近邻(K-Nearest Neighbor,KNN)分类算法,是一个理论上比较成熟的方法,也是最简单的机器学习算法之一。-KNN algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:1293312
    • 提供者:Echo
  1. C

    0下载:
  2. K最近邻(K-Nearest Neighbor,KNN)分类算法,是一个理论上比较成熟的方法,也是最简单的机器学习算法之一。-K nearest neighbor (K-Nearest Neighbor, KNN) classification algorithm, is a more mature approach in theory is the simplest machine learning algorithms.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:Echo
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org