搜索资源列表

  1. FenLeiSuanFa

    0下载:
  2. 关于分算的智能算法演示,包括样品训练、模板匹配算法,二值Bayes分类,概率Bayes分类,最小风险Bayes分类,Fisher算法,奖惩算法,增量校正算法,LMSE算法,势函数算法,神经网络算法(包括训练,比较及识别)等。-Count on the sub-intelligent algorithm demonstration, including sample training, template matching algorith
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:532480
    • 提供者:hante
  1. ReadDir

    0下载:
  2. 该程序实现的是一个垃圾邮件过滤系统,方法采用的是NAIVE Bayes,语料库用的是LINspam—public,程序中有使用说明,希望大家一起探讨改进一下,-The realization of the program is a spam filtering system, methods used NAIVE Bayes, Corpus used LINspam-public, the procedures are for use,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:1137664
    • 提供者:yarakchou
  1. bf-C++source-2003.8-5

    0下载:
  2. 实现bayes框架下的几种滤波算法的库程序,包括EKF,UKF等滤波器的C++的源程序,软件采用了模版化编程技术,易于使用。有样例程序,开发环境是Visual Studio。-Bayes the fr a mework of the realization of several filtering algorithm library procedures, including the EKF, UKF, such as filter C
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:126976
    • 提供者:阿商
  1. bayes

    0下载:
  2. 一个外国网上下下来的分类器程序,需要进行数据训练后才能应用。-A foreign-line down the classification under the program, the need for data only after the application of training.
  3. 所属分类:扫描程序

    • 发布日期:2024-05-23
    • 文件大小:307200
    • 提供者:左晓晗
  1. Classifier4J-0.6-dist

    0下载:
  2. Classifier4J是一个很好的基于java的分类器,里面有Native bayes和KNN等方法的文本分类.另外还 提供了分词和自动摘要等功能-Classifier4J is a very good java-based classifier, which has Native bayes and KNN methods, such as text classification. It also provides a summar
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:726016
    • 提供者:李力
  1. bayes

    0下载:
  2. 运筹学中的贝叶斯决策方法,c++代码,可以运行-Operations research in the Bayesian decision-making methods, c++ Code can run
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:leoee
  1. NaiveBayes

    0下载:
  2. naive bayes方法是用于分类的一个传统方法,它是产生的比较早的一个方法,分类的准确度比较高。-naive bayes method is used for the classification of a traditional method, which is generated as early as one way of comparison, classification accuracy is relatively hi
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:李萍
  1. Bayes

    0下载:
  2. 本人的自作的一个Csharp小程序,主要实现了垃圾邮件的过滤。-I made a self-CSharp small procedures, the main achievement of the spam filter.
  3. 所属分类:C#编程

    • 发布日期:2024-05-23
    • 文件大小:111616
    • 提供者:王烁
  1. bayesthresholding

    0下载:
  2. 基于贝叶斯(BAYES)阈值的小波(WAVELET)图像去噪算法源代码IMAGE DENOISING USING BAYES THRESHOLDING OF WAVELET COEFFICIENTS -Based on Bayesian (BAYES) Wavelet thresholding (WAVELET) image denoising algorithm source code IMAGE DENOISING USING BA
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:1891328
    • 提供者:余永松
  1. mosaic

    0下载:
  2. 基于贝叶斯(BAYES)阈值的小波(WAVELET)图像去噪算法源代码IMAGE DENOISING USING BAYES THRESHOLDING OF WAVELET COEFFICIENTS -Based on Bayesian (BAYES) Wavelet thresholding (WAVELET) image denoising algorithm source code IMAGE DENOISING USING BA
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:24576
    • 提供者:余永松
  1. NaiveBayes

    0下载:
  2. 这是一个matlab 开发的naive Bayes 分类器算法。可以供大家共享,修改和批评指正。这个是修改的别人的。如果有务,联系: l_y_f_2005@163.com-This is a matlab developed algorithm naive Bayes classifier. Be available for everyone to share, modify, and criticism. This is a mo
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:122456
  1. NaiveBayes

    0下载:
  2. 贝叶斯算法是基于贝叶斯定理 P(H|X) = P(X|H)P(H) / P(X).。对于多属性的数据集,计算 P(X|Ci) 的开销非常大,为减低计算复杂度,我们做条件独立的假设,即给定元组的类标号,假定属性值有条件地相互独立,即在属性间不存在依赖关系。此程序仅为算法的一个实现,根据训练数据训练分类器-Bayesian algorithm is based on the Bayes theorem P (H | X) = P (X |
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:162816
    • 提供者:guifeng2002
  1. fenleichengxu

    0下载:
  2. 用VC++实现图像的分类识别,模板匹配分类器,Bayes分类器,线性函数分类法,非线性分类法,神经网络分类器-With VC++ Achieve image classification and recognition, template matching classifier, Bayes classifier, a linear function of classification, non-linear classificatio
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-23
    • 文件大小:5160960
    • 提供者:gaomiao
  1. subattribspace

    0下载:
  2. 一个朴素贝叶斯的matlab实现算法一个朴素贝叶斯的matlab实现算法-A Naive Bayes algorithm for matlab in a Naive Bayes algorithm matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:6144
    • 提供者:lee
  1. LinearBayesImageFusion

    0下载:
  2. 图像融合是图像处理的一个研究热点,这里提供一种线性Bayes估计的融合方法-Image fusion is image processing of a research hot spots, here a linear Bayes estimate of Fusion
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:2674688
    • 提供者:ly
  1. Classification

    0下载:
  2. 模式分类。包括:训练样本设计、模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类法-Pattern classification. Include: training sample design, template matching classifier, Bayes classifier, a linear function of classification, non-linear classificati
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-23
    • 文件大小:517120
    • 提供者:yutao
  1. baysianclassify

    0下载:
  2. bayes classifier using naive bayes method
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:135168
    • 提供者:代龙
  1. BayesWaveletDenoise

    0下载:
  2. 上传的算法是基于贝叶斯(BAYES)阈值的小波(WAVELET)图像去噪算法-From the algorithm is based on Bayesian (BAYES) wavelet threshold (WAVELET) image denoising algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-23
    • 文件大小:1921024
    • 提供者:zxg
  1. BNC

    0下载:
  2. 朴素贝叶斯分类器(Naive Bayes Classifier),可以分类任意属性个数和目标状态的离散样例。-Naive Bayesian classifier (Naive Bayes Classifier), can be categorized arbitrary number of attributes and objectives of the state of the discrete sample.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:608256
    • 提供者:王军
  1. Systemidentificationandneuralnetwork

    0下载:
  2. 主要内容: 【1】随机序列产生程序 【2】白噪声产生程序 【3】M序列产生程序 【4】二阶系统一次性完成最小二乘辨识程序 【5】实际压力系统的最小二乘辨识程序 【6】递推的最小二乘辨识程序 【7】增广的最小二乘辨识程序 【8】梯度校正的最小二乘辨识程序 【9】递推的极大似然辨识程序 【10】Bayes辨识程序 【11】改进的神经网络MBP算法对噪声系统辨识程序 【1
  3. 所属分类:书籍源码

    • 发布日期:2024-05-23
    • 文件大小:17408
    • 提供者:jintong
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org