搜索资源列表

  1. CCompilerSource

    0下载:
  2. This the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some issues
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:217088
    • 提供者:雪候鸟
  1. ArcGISEngine+.NET

    0下载:
  2. 描述了使用ArcGIS 控件建立和部署应用的方法和步骤。演示并使你熟悉在.NET中使用标准ArcGIS控件开发和部署GIS应用所需的步聚.-Describes the use of ArcGIS control applications to build and deploy the methods and steps. Presentation and you are familiar with. NET controls the u
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:668672
    • 提供者:fantaseazm
  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-21
    • 文件大小:162816
    • 提供者:guifeng2002
  1. mf

    0下载:
  2. MagicSquare的图形代码,BC3.1的,需要BC提供的几个图形库,写这些代码的时候真天真。如今BC是彻底被人抛弃了,但代码的灵魂还是一样的-MagicSquare graphics code, BC3.1 need BC to provide a few graphics library, write the code when really naive. Now BC is being completely abandoned
  3. 所属分类:其他游戏

    • 发布日期:2024-05-21
    • 文件大小:43008
    • 提供者:bgtommy2000
  1. shuma

    0下载:
  2. A Story about ABCD II · A Story About ABCD · Naive or Not? · The World-A Story about ABCD II A Story About ABCD Naive or Not? The World
  3. 所属分类:单片机(51,AVR,MSP430等)

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

    0下载:
  2. 该程序实现的是一个垃圾邮件过滤系统,方法采用的是NAIVE Bayes,语料库用的是LINspam—public,程序中有使用说明,希望大家一起探讨改进一下.-The program is a spam filtering system, methods used NAIVE Bayes, Corpus used LINspam-public, the procedures in use, hoping to improve what
  3. 所属分类:杀毒

    • 发布日期:2024-05-21
    • 文件大小:118784
    • 提供者:李贺
  1. beiyesifenleiqi

    0下载:
  2. 朴素贝叶斯分类器,对于连续变量情形,此算法将连续变量进行离散,分类效果较好-Naive Bayesian classifier, the continuous variable case, this algorithm for discrete variables, the classification results better
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:21504
    • 提供者:周健
  1. data-dig

    0下载:
  2. 一些数据挖掘算法相关,包含定义网络拓扑,有关高血压研究方面的数据,朴素贝叶斯分类,关联规则基本概念,数据挖掘算法, 决策树方法在数据挖掘中的应用,训练贝叶斯信念网络,后向传播,贝叶斯信念网络,后向传播和可解释性,多层前馈神经网络-Some relevant data mining algorithms, including the definition of network topology, the high blood pres
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:184320
    • 提供者:fast man
  1. PCA_LDA

    0下载:
  2. 《机器学习》课上的作业,PCA和LDA降维,尽管网上很多,但很少注释,另外细节上也没注意。这里有很详细的注释。另外还附上一个Naive贝叶斯分类器,大家可以作比较。附带的图像包是OLR人脸。ReducedDim为想要提取的特征数,不是百分比!-" Machine learning" classes on the homework, PCA and LDA dimensionality reduction, even t
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:3742720
    • 提供者:
  1. Another_typical_database_system.ZIP

    0下载:
  2. this code helps u to understand the basic thing to connect visual basic with sqlserver. this ll be very useful for naive coders
  3. 所属分类:SQL Server数据库

    • 发布日期:2024-05-21
    • 文件大小:343040
    • 提供者:radhakrishnan
  1. GWT-useGWTResourceToLoadImages

    0下载:
  2. Image related files in java for the naive users who are learing image related programs in java..user interface ..
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:14336
    • 提供者:amritha
  1. K-meansNB

    0下载:
  2. :将K—means算法引入到朴素贝叶斯分类研究中,提出一种基于K—means的朴素贝叶斯分类算法。首先用K— me.arks算法对原始数据集中的完整数据子集进行聚类,计算缺失数据子集中的每条记录与 个簇重心之间的相似度,把记 录赋给距离最近的一个簇,并用该簇相应的属性均值来填充记录的缺失值,然后用朴素贝叶斯分类算法对处理后的数据 集进行分类。实验结果表明,与朴素贝叶斯相比,基于K—means思想的朴素贝叶斯算法具有较高的分类
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:173056
    • 提供者:李浩
  1. NB

    0下载:
  2. :朴素贝叶斯分类器是一种简单而高效的分类器,但是它的属性独立性假设使其无法表示现实世界属性之间的依赖关 系,以及它的被动学习策略,影响了它的分类性能。本文从不同的角度出发,讨论并分析了三种改进朴素贝叶斯分类 性能的方法。为进一步的研究打下坚实的基础。-: Naive Bayesian classifier is a simple and efficient classifier, but its attribute indepe
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:149504
    • 提供者:李浩
  1. Chatroom

    0下载:
  2. 聊天室,培训结课设计.现在看来可能稍显幼稚,执行效率不高.-Chat rooms, the design of guitarists. It now appears likely to slightly naive implementation inefficient.
  3. 所属分类:WEB源码

    • 发布日期:2024-05-21
    • 文件大小:19456
    • 提供者:xigua
  1. apple

    0下载:
  2. 这个游戏以坦克大战为原型,是为孩子们写的一个圣诞礼物,所以游戏的主题应该是天真、幼稚。我们选择了水果作为坦克的替代,因为水果是孩子们所熟悉的,而且较易表现出丰富的色彩。-Tankedaizhan in the game for the prototype is to write a children' s Christmas present, so the theme of the game should be innocent
  3. 所属分类:游戏

    • 发布日期:2024-05-21
    • 文件大小:231424
    • 提供者:牛人小
  1. c_compiler

    0下载:
  2. 一个C编译器源码。生成386或m68K代码。代码生成是相当不错。-This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly porta
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:215040
    • 提供者:木青
  1. difference.tar

    0下载:
  2. This a text file include differences bayesian clasification and naive bayes.-This is a text file include differences bayesian clasification and naive bayes.
  3. 所属分类:文件操作

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

    0下载:
  2. The xinit is not intended for naive users. Instead, site administrators should design user-friendly scr ipts that present the desired interface when starting up X. The startx scr ipt is one such example. Note t
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:273408
    • 提供者:nicholas
  1. Naive_Bayes

    0下载:
  2. 实现基本的朴素贝叶斯分类算法,用以将图片按照一定要求分类-To achieve the basic Naive Bayesian classification algorithm for the image classification in accordance with certain requirements
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:189440
    • 提供者:Edward Lee
  1. gibbs.met_1.1-3.tar

    1下载:
  2. 马尔可夫链蒙特卡洛算法,由R语言实现,是在Gibbs采样中每步利用Metropolis采样。程序非常清晰,是理解MCMC的好东西-Naive Gibbs Sampling with Metropolis Steps
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:Jerry
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 24 »

源码中国 www.ymcn.org