CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - java document

搜索资源列表

  1. Naivebayesjavacode

    0下载:
  2. Naive Bayes算法java代码,内涵4个小的java文件。-java code, meaning four small java document.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16.05kb
    • 提供者:代风
  1. DM4

    0下载:
  2. 执行流程: 1. 用户输入参数:K的选择,训练数据,测试数据的路径; 2. 读取训练数据集和测试数据集文件,用ArffFileReader类读取并组织起InstanceSet数据结构; 3. 利用上面的相似度量标准,对每一个测试集中的Instance,计算与其最相似的K个训练集中的Instance,通过投票进行分类,将分类结果存储经Instance的成员变量targetGuess中; 4. 对分类结果进行度量,包括分类正确率,各种类别实例的Precision,Recall;Con
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:126.6kb
    • 提供者:xsl
  1. PrefixSpan

    1下载:
  2. java版的PrefixSpan算法实现,文件里包含了详细的文档说明,还有示例。-PrefixSpan algorithm. The document containing a detailed descr iption and an example.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:33.39kb
    • 提供者:
  1. BayesFileClassify

    0下载:
  2. 文本分类是在文档所包含的文本基础上, 把给定的文档分配到固定类别集合中某一个类别的任务。这个任务中常常用到朴素贝叶斯模型。-Text classification are contained in the document text, based on the given document category assigned to a fixed set of a certain type of mission. This task is often used Naive Bayes model
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:165.43kb
    • 提供者:dcj
  1. eight-digit

    0下载:
  2. 求解八数码问题,初始状态存放在文件中,读入后使用A*算法求解8数码问题,目标状态为1238_4765,即从左上角开始为1,然后按顺时针排列在九宫格中。输出为具体求解步骤-Solving the eight digital issues, the initial state stored in the document, read to use the A* algorithm to solve 8 digital issues, the target state for the 1238_476
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:16.08kb
    • 提供者:郑益夫
  1. ResearchofESTOOLS

    0下载:
  2. 专家系统编程工具选择的介绍非常详细的文档,完全自己总结的,做毕业设计的同学们可以参考。-Expert system programming tools of choice to introduce a very detailed document, complete their lessons, so students graduating from the design can refer to.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4.2mb
    • 提供者:成小艺
  1. animal

    0下载:
  2. 人工智能实习作业,基于web的动物识别专家系统,基于产生式规则的正向推理,使用jsp开发,开发环境为Eclipse+struts+tomcat+mysql,内含详细说明文档-Practice of artificial intelligence operations, web-based expert system for animal identification, production rule-based forward reasoning, the use of jsp developm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4.3mb
    • 提供者:da
  1. textclusterr

    0下载:
  2. 文档分类,用K均值,加入了K的选择算法,不用人为设定聚类个数-Document classification, using K-means, joined the K of the selection algorithm, not the number of artificial clustering
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:20.29kb
    • 提供者:
  1. TFIDF

    0下载:
  2. 用于计算文档向量的TFIDF权值,代码使用Java语言写的-Used to calculate the document vector of TFIDF weight, code written using the Java language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:1.31kb
    • 提供者:薛超
  1. SRTP1.0

    0下载:
  2. javaSwing实现的web文档聚类方法研究,不同权值与精度,直接输入新闻网址,可以自动解析并聚类web文档-javaSwing implemented method of web document clustering, different weights and precision, direct input news sites, you can automatically parse and web document clustering
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2.17mb
    • 提供者:baolei
  1. SVM

    0下载:
  2. 支持向量机实现的文档分类,适宜初学者,JAVA实现。-Implementation of support vector machine classification of the document, suitable for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5.15mb
    • 提供者:王石
  1. NeuralNetwork

    0下载:
  2. 该资源是神经网络算法。 ProduceTestFile.jar和src\produce目录下的ProduceTestFile.java用于在画图文件中手写字生成文件后转化成txt文件(生成BPTestFile.txt),注意在画图文件中应将图片大小设为长和宽均为100像素,写字时选择最粗的刷子。 两个txt分别是训练数据和测试数据。读入BPTrainingFile.txt中的样本进行训练,然后用BPTestFile.txt中的样本进行测试。-This resource is neural
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:96.82kb
    • 提供者:陈易
  1. jMetal-master

    0下载:
  2. jmetal5.0The jMetal project started in 2006 as the result of our need of having a easy to use, flexible, extensible and portable multi-objective optimization framework with metaheuristics.-Document which describes to Nondominated Sorting Genetic Algo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-11
    • 文件大小:17.78mb
    • 提供者:mumu
搜珍网 www.dssz.com